You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// General flow via config https://codeql.github.com/docs/codeql-language-guides/analyzing-data-flow-in-javascript-and-typescript/#sanitizers
6
-
// This follows this instead https://github.com/github/codeql/blob/a3e9aed00ae5c1e70da8fbc4fc4a7cc803f177ca/javascript/documentation/library-customization.rst?plain=1#L244-L245
7
-
// to modify the pre-defined flow javascript
6
+
// Instead this follows https://github.com/github/codeql/blob/a3e9aed00ae5c1e70da8fbc4fc4a7cc803f177ca/javascript/documentation/library-customization.rst?plain=1#L244-L245
7
+
// to modify the pre-defined javascript CommandInjection flow's Sanitizer
8
8
9
9
/**
10
10
* Treat Util.sanitizeShellArg(x) as a sanitizer for shell‑command injection.
0 commit comments