mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
JS: Update UnusedOrUndefinedStateProperty
Using RelatedLocations to add clarity
This commit is contained in:
@@ -6,7 +6,7 @@ function foo() {
|
||||
|
||||
function bar() {
|
||||
var g;
|
||||
g(); // $ MISSED: Alert
|
||||
g(); // $ MISSING: Alert
|
||||
eval("g = alert");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user