Skip to content

Commit 78caea3

Browse files
committed
Java: LogInjection (convert test to qlref)
1 parent 1ec25ff commit 78caea3

File tree

5 files changed

+10082
-1945
lines changed

5 files changed

+10082
-1945
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ module LogInjectionConfig implements DataFlow::ConfigSig {
2020

2121
predicate isBarrierIn(DataFlow::Node node) { isSource(node) }
2222

23-
predicate observeDiffInformedIncrementalMode() { any() }
23+
predicate observeDiffInformedIncrementalMode() {
24+
none() // straightforward case; but the large test source is causing OOMs under `--check-diff-informed`.
25+
}
2426
}
2527

2628
/**

0 commit comments

Comments
 (0)