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.
argv
1 parent 2705aeb commit a73bd05Copy full SHA for a73bd05
cpp/ql/lib/semmle/code/cpp/security/FlowSources.qll
@@ -92,7 +92,7 @@ private class ArgvSource extends LocalFlowSource {
92
exists(Function main, Parameter argv |
93
main.hasGlobalName("main") and
94
main.getParameter(1) = argv and
95
- this.asExpr() = argv.getAnAccess()
+ this.asParameter() = argv
96
)
97
}
98
0 commit comments