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.
ThreatModelFlowSource
1 parent 5198f52 commit f237d2aCopy full SHA for f237d2a
csharp/ql/lib/semmle/code/csharp/security/dataflow/ExternalAPIsQuery.qll
@@ -92,7 +92,7 @@ class ExternalApiDataNode extends DataFlow::Node {
92
deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configuration {
93
UntrustedDataToExternalApiConfig() { this = "UntrustedDataToExternalAPIConfig" }
94
95
- override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
+ override predicate isSource(DataFlow::Node source) { source instanceof ThreatModelFlowSource }
96
97
override predicate isSink(DataFlow::Node sink) { sink instanceof ExternalApiDataNode }
98
}
0 commit comments