Skip to content

Commit b688df9

Browse files
committed
1 parent 2d73405 commit b688df9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java/ql/lib/semmle/code/java/security/LogInjectionQuery.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ module LogInjectionConfig implements DataFlow::ConfigSig {
1919
}
2020

2121
predicate isBarrierIn(DataFlow::Node node) { isSource(node) }
22+
23+
predicate observeDiffInformedIncrementalMode() {
24+
none() // straightforward case; but the large test source is causing OOMs under `--check-diff-informed`.
25+
}
2226
}
2327

2428
/**

0 commit comments

Comments
 (0)