Skip to content

Commit 03d44fd

Browse files
committed
ci: update function name check
1 parent 11a866b commit 03d44fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/codeql/custom-queries-javascript/ShellSanitizer.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module UtilSanitizerConfig implements DataFlow::ConfigSig {
77
* Treat calls to Util.sanitizeShellArg(...) as a barrier/sanitizer for dataflow
88
*/
99
predicate isBarrier(DataFlow::Node nd) {
10-
nd.(DataFlow::CallNode).getCalleeName() = "Util.sanitizeShellArg"
10+
nd.(DataFlow::CallNode).getCalleeName() = "sanitizeShellArg"
1111
}
1212
/** Minimal stubs required by ConfigSig (false should be no extra action). */
1313
predicate isSource(DataFlow::Node n) { false }

0 commit comments

Comments
 (0)