Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fddb09 commit d54d7e8Copy full SHA for d54d7e8
1 file changed
cpp/ql/src/semmle/code/cpp/ir/dataflow/DefaultTaintTracking.qll
@@ -71,6 +71,7 @@ private DataFlow::Node getNodeForSource(Expr source) {
71
or
72
result = DataFlow::definitionByReferenceNode(source)
73
)
74
+}
75
76
private class DefaultTaintTrackingCfg extends DataFlow::Configuration {
77
DefaultTaintTrackingCfg() { this = "DefaultTaintTrackingCfg" }
0 commit comments