mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
remove a part of code related to debugging :)
This commit is contained in:
@@ -59,8 +59,7 @@ class Configuration extends DataFlow::Configuration {
|
||||
n = DataFlow::globalVarRef("TextEncoder").getAnInstantiation().getAMemberCall("encode")
|
||||
|
|
||||
src = n.getArgument(0) and
|
||||
trg = n and
|
||||
n.getLocation().getFile().getRelativePath().matches("%HardcodedCredentials.js%")
|
||||
trg = n
|
||||
)
|
||||
or
|
||||
exists(DataFlow::CallNode n | n = DataFlow::globalVarRef("Buffer").getAMemberCall("from") |
|
||||
|
||||
Reference in New Issue
Block a user