remove a part of code related to debugging :)

This commit is contained in:
am0o0
2024-08-07 20:37:20 +02:00
parent e4deb7d304
commit b64cb4da09

View File

@@ -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") |