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.
commandLineArg
1 parent c74321a commit 703aec1Copy full SHA for 703aec1
cpp/ql/lib/semmle/code/cpp/security/Security.qll
@@ -77,16 +77,6 @@ class SecurityOptions extends string {
77
}
78
79
80
-/**
81
- * An access to the argv argument to main().
82
- */
83
-private predicate commandLineArg(Expr e) {
84
- exists(Parameter argv |
85
- argv(argv) and
86
- argv.getAnAccess() = e
87
- )
88
-}
89
-
90
/** The argv parameter to the main function */
91
predicate argv(Parameter argv) {
92
exists(Function f |
0 commit comments