Skip to content

Commit 96cf4f1

Browse files
committed
Documentation for ExternalAPIs
1 parent c7fd216 commit 96cf4f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
111111
override predicate isSink(DataFlow::Node sink) { sink instanceof ExternalApiDataNode }
112112
}
113113

114+
/**
115+
* Taint tracking configuration for flow from `RemoteFlowSource`s to `ExternalApiDataNode`s.
116+
*/
114117
module UntrustedDataToExternalApiConfig implements DataFlow::ConfigSig {
115118
predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
116119

0 commit comments

Comments
 (0)