We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8c117 commit fe97d2aCopy full SHA for fe97d2a
ruby/ql/lib/codeql/ruby/security/ZipSlipCustomizations.qll
@@ -118,7 +118,6 @@ module ZipSlip {
118
}
119
120
121
-
122
/**
123
* Existing PathSanitization model created for regular path traversals
124
*/
ruby/ql/lib/codeql/ruby/security/ZipSlipQuery.qll
@@ -34,7 +34,5 @@ class Configuration extends TaintTracking::Configuration {
34
)
35
36
37
- override predicate isSanitizer(DataFlow::Node node) {
38
- node instanceof ZipSlip::Sanitizer
39
- }
+ override predicate isSanitizer(DataFlow::Node node) { node instanceof ZipSlip::Sanitizer }
40
0 commit comments