mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
Fix QL formatting
This commit is contained in:
@@ -290,9 +290,7 @@ private Method getSourceMethod(Method m) {
|
||||
}
|
||||
|
||||
private class ExternalPathInjectionSanitizer extends PathInjectionSanitizer {
|
||||
ExternalPathInjectionSanitizer() {
|
||||
barrierNode(this, ["path-injection", "path-injection[read]"])
|
||||
}
|
||||
ExternalPathInjectionSanitizer() { barrierNode(this, ["path-injection", "path-injection[read]"]) }
|
||||
}
|
||||
|
||||
/** Holds if `g` is a guard that checks for `..` components. */
|
||||
|
||||
Reference in New Issue
Block a user