Skip to content

Commit 652c7ff

Browse files
authored
Push Sanitizer definition to ZipSlipCustomization.qll
1 parent 8bbbb95 commit 652c7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/security/ZipSlipQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ class Configuration extends TaintTracking::Configuration {
3535
}
3636

3737
override predicate isSanitizer(DataFlow::Node node) {
38-
node instanceof ZipSlip::Sanitizer or node instanceof Path::PathSanitization
38+
node instanceof ZipSlip::Sanitizer
3939
}
4040
}

0 commit comments

Comments
 (0)