mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
JS: rename CapturedSource -> LocalObject (files)
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
import javascript
|
||||
import semmle.javascript.dataflow.CapturedNodes
|
||||
|
||||
select any(LocalObject n)
|
||||
@@ -0,0 +1,4 @@
|
||||
import javascript
|
||||
import semmle.javascript.dataflow.LocalObjects
|
||||
|
||||
select any(LocalObject n)
|
||||
@@ -1,5 +1,5 @@
|
||||
import javascript
|
||||
import semmle.javascript.dataflow.CapturedNodes
|
||||
import semmle.javascript.dataflow.LocalObjects
|
||||
|
||||
from LocalObject src, string name
|
||||
where src.hasOwnProperty(name)
|
||||
Reference in New Issue
Block a user