mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge branch 'main' of https://github.com/github/codeql into oscarsj/mergeback-rc-3-20-into-main
This commit is contained in:
@@ -28,5 +28,5 @@ private module BasicTaintConfig implements DataFlow::ConfigSig {
|
||||
private module BasicTaintFlow = TaintTracking::Global<BasicTaintConfig>;
|
||||
|
||||
from DataFlow::Node node
|
||||
where BasicTaintFlow::flow(_, node)
|
||||
where BasicTaintFlow::flowTo(node)
|
||||
select node, "Tainted node"
|
||||
|
||||
Reference in New Issue
Block a user