We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf1195 commit 1c6ecf1Copy full SHA for 1c6ecf1
java/ql/lib/semmle/code/java/security/ExternalAPIs.qll
@@ -101,6 +101,10 @@ module UntrustedDataToExternalApiConfig implements DataFlow::ConfigSig {
101
predicate isSource(DataFlow::Node source) { source instanceof ActiveThreatModelSource }
102
103
predicate isSink(DataFlow::Node sink) { sink instanceof ExternalApiDataNode }
104
+
105
+ predicate observeDiffInformedIncrementalMode() {
106
+ any() // Simple use in UntrustedDataToExternalAPI.ql; also used through ExternalApiUsedWithUntrustedData in ExternalAPIsUsedWithUntrustedData.ql
107
+ }
108
}
109
110
/**
0 commit comments