mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
fix file formatting
This commit is contained in:
@@ -118,7 +118,6 @@ module ZipSlip {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Existing PathSanitization model created for regular path traversals
|
||||
*/
|
||||
|
||||
@@ -34,7 +34,5 @@ class Configuration extends TaintTracking::Configuration {
|
||||
)
|
||||
}
|
||||
|
||||
override predicate isSanitizer(DataFlow::Node node) {
|
||||
node instanceof ZipSlip::Sanitizer
|
||||
}
|
||||
override predicate isSanitizer(DataFlow::Node node) { node instanceof ZipSlip::Sanitizer }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user