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.
getAnAliasedSourceNode
1 parent 2b54c33 commit d35ea7fCopy full SHA for d35ea7f
javascript/ql/src/semmle/javascript/GlobalAccessPaths.qll
@@ -415,7 +415,7 @@ module AccessPath {
415
pragma[inline]
416
DataFlow::SourceNode getAnAliasedSourceNode(DataFlow::Node node) {
417
exists(DataFlow::SourceNode root, string accessPath |
418
- node = AccessPath::getAReferenceTo(root, accessPath) and
+ node = pragma[only_bind_into](AccessPath::getAReferenceTo(root, accessPath)) and
419
result = AccessPath::getAReferenceTo(root, accessPath)
420
)
421
or
0 commit comments