We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8553c7 commit f9240e7Copy full SHA for f9240e7
1 file changed
java/ql/lib/semmle/code/java/security/PathSanitizer.qll
@@ -290,9 +290,7 @@ private Method getSourceMethod(Method m) {
290
}
291
292
private class ExternalPathInjectionSanitizer extends PathInjectionSanitizer {
293
- ExternalPathInjectionSanitizer() {
294
- barrierNode(this, ["path-injection", "path-injection[read]"])
295
- }
+ ExternalPathInjectionSanitizer() { barrierNode(this, ["path-injection", "path-injection[read]"]) }
296
297
298
/** Holds if `g` is a guard that checks for `..` components. */
0 commit comments