File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
javascript/ql/lib/semmle/javascript/dataflow Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ module DataFlow {
102102 * Holds if this data flow node accesses the global variable `g`, either directly
103103 * or through the `window` object.
104104 */
105- overlay [ global]
106105 predicate accessesGlobal ( string g ) { globalVarRef ( g ) .flowsTo ( this ) }
107106
108107 /** Holds if this node may evaluate to the string `s`, possibly through local data flow. */
Original file line number Diff line number Diff line change @@ -791,7 +791,6 @@ ModuleImportNode dependencyModuleImport(Dependency dep) {
791791 * the given `path`, or accesses `m` as a member on a default or
792792 * namespace import from `path`.
793793 */
794- overlay [ global]
795794DataFlow:: SourceNode moduleMember ( string path , string m ) {
796795 result = moduleImport ( path ) .getAPropertyRead ( m )
797796}
You can’t perform that action at this time.
0 commit comments