mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Let sink node be pluggable in any call context
This commit is contained in:
@@ -32,7 +32,7 @@ class FromSourceConfiguration extends TaintTracking::Configuration {
|
||||
}
|
||||
|
||||
override DataFlow::FlowFeature getAFeature() {
|
||||
result instanceof DataFlow::FeatureHasSourceCallContext
|
||||
result instanceof DataFlow::FeatureHasSinkCallContext
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user