Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

child_process: validate options.shell and correctly enforce shell invocation in exec/execSync #54623

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 28, 2024

  1. child_process: validate shell option in normalizeExecArgs()

    - narrow validation type to string (previously de facto not validated)
    - ensure empty string is coerced to true
    Renegade334 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e1377cc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    2288c07 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. fix windows test

    Renegade334 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f61299e View commit details
    Browse the repository at this point in the history