We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25f1fd commit a04883cCopy full SHA for a04883c
cpp/ql/src/semmle/code/cpp/models/implementations/StdContainer.qll
@@ -113,7 +113,7 @@ private class StdSequenceContainerPush extends TaintFunction {
113
this.getClassAndName("push_back") instanceof Array or
114
this.getClassAndName(["push_back", "push_front"]) instanceof Deque or
115
this.getClassAndName("push_front") instanceof ForwardList or
116
- this.getClassAndName("push_back") instanceof List or
+ this.getClassAndName("push_back") instanceof List
117
}
118
119
override predicate hasTaintFlow(FunctionInput input, FunctionOutput output) {
0 commit comments