Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a1d90 commit 3719e10Copy full SHA for 3719e10
1 file changed
cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
@@ -434,6 +434,12 @@ private Element interpretElement0(
434
subtypes = false and
435
classWithMember = namedClass
436
)
437
+ or
438
+ // Global or namespace variables
439
+ signature = "" and
440
+ type = "" and
441
+ subtypes = false and
442
+ result = any(GlobalOrNamespaceVariable v | v.hasQualifiedName(namespace, name))
443
444
}
445
0 commit comments