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 c7fd216 commit 96cf4f1Copy full SHA for 96cf4f1
java/ql/lib/semmle/code/java/security/ExternalAPIs.qll
@@ -111,6 +111,9 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
111
override predicate isSink(DataFlow::Node sink) { sink instanceof ExternalApiDataNode }
112
}
113
114
+/**
115
+ * Taint tracking configuration for flow from `RemoteFlowSource`s to `ExternalApiDataNode`s.
116
+ */
117
module UntrustedDataToExternalApiConfig implements DataFlow::ConfigSig {
118
predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
119
0 commit comments