Skip to content

Commit c0c8902

Browse files
committed
1 parent 5034ab7 commit c0c8902

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ module TrustBoundaryConfig implements DataFlow::ConfigSig {
6262
}
6363

6464
predicate isSink(DataFlow::Node sink) { sink instanceof TrustBoundaryViolationSink }
65+
66+
predicate observeDiffInformedIncrementalMode() { any() }
6567
}
6668

6769
/**

0 commit comments

Comments
 (0)