Skip to content

Introduce strict mode for shell injection#920

Draft
hansott wants to merge 2 commits into
mainfrom
strict-mode-shell-injection
Draft

Introduce strict mode for shell injection#920
hansott wants to merge 2 commits into
mainfrom
strict-mode-shell-injection

Cleanup

953cb55
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 6, 2026 in 2s

No new alerts in code changed by this pull request

Annotations

Check warning on line 191 in library/sinks/ChildProcess.strict.test.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unnecessary use of `cat` process Medium

Unnecessary use of cat process. Can be replaced with: fs.readFileSync("${IFS}/etc/passwd")