fix file formatting

This commit is contained in:
gregxsunday
2023-02-17 14:01:28 +00:00
parent 9d8c117c61
commit fe97d2a05d
2 changed files with 1 additions and 4 deletions

View File

@@ -118,7 +118,6 @@ module ZipSlip {
}
}
/**
* Existing PathSanitization model created for regular path traversals
*/

View File

@@ -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 }
}