Skip to content

fix: Don't use args when spawning child processes, resolves DEP0190#10

Merged
aklinker1 merged 1 commit into
mainfrom
dep0190-fix
Oct 24, 2025
Merged

fix: Don't use args when spawning child processes, resolves DEP0190#10
aklinker1 merged 1 commit into
mainfrom
dep0190-fix

Conversation

@aklinker1

@aklinker1 aklinker1 commented Oct 24, 2025

Copy link
Copy Markdown
Owner

Resolves: https://nodejs.org/api/deprecations.html#dep0190-passing-args-to-nodechild_process-execfilespawn-with-shell-option-true

Solution: nodejs/node#58763 (comment)

There's not dynamic values in the commands ran, so no risk of injection. This just silences the warning from node.

@aklinker1 aklinker1 merged commit 9e0e885 into main Oct 24, 2025
2 checks passed
@aklinker1 aklinker1 deleted the dep0190-fix branch October 24, 2025 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant