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 0c78fb2 commit 874af76Copy full SHA for 874af76
java/ql/src/semmle/code/java/security/ExternalAPIs.qll
@@ -76,7 +76,7 @@ class ExternalAPIDataNode extends DataFlow::Node {
76
m.fromSource()
77
) and
78
// Not already modeled as a taint step
79
- not exists(DataFlow::Node next | TaintTracking::localTaintStep(this, next)) and
+ not exists(DataFlow::Node next | TaintTracking::defaultAdditionalTaintStep(this, next)) and
80
// Not a call to a known safe external API
81
not call.getCallee() instanceof SafeExternalAPIMethod
82
}
0 commit comments