We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f090a3b commit 1bf9c19Copy full SHA for 1bf9c19
1 file changed
cpp/ql/src/Security/CWE/CWE-311/CleartextBufferWrite.ql
@@ -40,8 +40,8 @@ class ToBufferConfiguration extends TaintTracking::Configuration {
40
}
41
42
from
43
- ToBufferConfiguration config, BufferWrite::BufferWrite w, Expr taintSource, DataFlow::PathNode sourceNode,
44
- DataFlow::PathNode sinkNode, string taintCause, SensitiveExpr dest
+ ToBufferConfiguration config, BufferWrite::BufferWrite w, Expr taintSource,
+ DataFlow::PathNode sourceNode, DataFlow::PathNode sinkNode, string taintCause, SensitiveExpr dest
45
where
46
config.hasFlowPath(sourceNode, sinkNode) and
47
taintSource = exprForNode(sourceNode.getNode()) and
0 commit comments