Skip to content

Commit fe97d2a

Browse files
committed
fix file formatting
1 parent 9d8c117 commit fe97d2a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ module ZipSlip {
118118
}
119119
}
120120

121-
122121
/**
123122
* Existing PathSanitization model created for regular path traversals
124123
*/

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,5 @@ class Configuration extends TaintTracking::Configuration {
3434
)
3535
}
3636

37-
override predicate isSanitizer(DataFlow::Node node) {
38-
node instanceof ZipSlip::Sanitizer
39-
}
37+
override predicate isSanitizer(DataFlow::Node node) { node instanceof ZipSlip::Sanitizer }
4038
}

0 commit comments

Comments
 (0)