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.
1 parent 9563114 commit e5bce54Copy full SHA for e5bce54
javascript/ql/src/semmle/javascript/dataflow/DataFlow.qll
@@ -96,6 +96,7 @@ module DataFlow {
96
predicate accessesGlobal(string g) { globalVarRef(g).flowsTo(this) }
97
98
/** Holds if this node may evaluate to the string `s`, possibly through local data flow. */
99
+ pragma[nomagic]
100
predicate mayHaveStringValue(string s) {
101
getAPredecessor().mayHaveStringValue(s)
102
or
0 commit comments