mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Python: Use enw class name
This commit is contained in:
@@ -27,8 +27,8 @@ module TrackedTest implements TestSig {
|
|||||||
// We do not wish to annotate scope entry definitions,
|
// We do not wish to annotate scope entry definitions,
|
||||||
// as they do not appear in the source code.
|
// as they do not appear in the source code.
|
||||||
not e.asCfgNode() = any(ScopeEntryDefinition def).getDefiningNode() and
|
not e.asCfgNode() = any(ScopeEntryDefinition def).getDefiningNode() and
|
||||||
// ...same for CaptureNodes
|
// ...same for `SynthCaptureNode`s
|
||||||
not e instanceof DataFlow::CaptureNode and
|
not e instanceof DataFlow::SynthCaptureNode and
|
||||||
tag = "tracked" and
|
tag = "tracked" and
|
||||||
location = e.getLocation() and
|
location = e.getLocation() and
|
||||||
value = t.getAttr() and
|
value = t.getAttr() and
|
||||||
|
|||||||
Reference in New Issue
Block a user