File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/src/semmle/code/cpp/models/implementations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,10 +110,10 @@ private class StdSequenceContainerData extends TaintFunction {
110110 */
111111private class StdSequenceContainerPush extends TaintFunction {
112112 StdSequenceContainerPush ( ) {
113- this .getClassAndName ( "push_back" ) instanceof Array or
113+ this .getClassAndName ( "push_back" ) instanceof Vector or
114114 this .getClassAndName ( [ "push_back" , "push_front" ] ) instanceof Deque or
115115 this .getClassAndName ( "push_front" ) instanceof ForwardList or
116- this .getClassAndName ( "push_back" ) instanceof List
116+ this .getClassAndName ( [ "push_back" , "push_front" ] ) instanceof List
117117 }
118118
119119 override predicate hasTaintFlow ( FunctionInput input , FunctionOutput output ) {
You can’t perform that action at this time.
0 commit comments