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.
ExecTainted.ql
1 parent b79eb6d commit 2d9b630Copy full SHA for 2d9b630
cpp/ql/src/Security/CWE/CWE-078/ExecTainted.ql
@@ -77,7 +77,7 @@ class ExecState extends DataFlow::FlowState {
77
ExecState() {
78
this =
79
"ExecState (" + fst.getLocation() + " | " + fst + ", " + snd.getLocation() + " | " + snd + ")" and
80
- interestingConcatenation(fst, snd)
+ interestingConcatenation(fst, snd)
81
}
82
83
DataFlow::Node getFstNode() { result = fst }
0 commit comments