File tree Expand file tree Collapse file tree
cpp/ql/src/semmle/code/cpp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import semmle.code.cpp.Type
66import semmle.code.cpp.commons.CommonType
77import semmle.code.cpp.commons.StringAnalysis
88import semmle.code.cpp.models.interfaces.FormattingFunction
9- import semmle.code.cpp.models.implementations.Printf
109
1110class PrintfFormatAttribute extends FormatAttribute {
1211 PrintfFormatAttribute ( ) { getArchetype ( ) = [ "printf" , "__printf__" ] }
Original file line number Diff line number Diff line change 11import semmle.code.cpp.models.interfaces.Taint
2+ import semmle.code.cpp.models.interfaces.Alias
23import semmle.code.cpp.models.interfaces.ArrayFunction
34
45private class InetNtoa extends TaintFunction {
Original file line number Diff line number Diff line change 33import cpp
44import semmle.code.cpp.security.FunctionWithWrappers
55import semmle.code.cpp.models.interfaces.SideEffect
6+ import semmle.code.cpp.models.interfaces.Alias
67
78/**
89 * A function for running a command using a command interpreter.
Original file line number Diff line number Diff line change 33 */
44
55import cpp
6+ import semmle.code.cpp.models.implementations.Printf
67
78/**
89 * A function call that writes to a file.
You can’t perform that action at this time.
0 commit comments