JS: Remove out-commented code

This commit is contained in:
Asger F
2024-03-13 11:26:56 +01:00
parent b31f20a64e
commit 11983faccf

View File

@@ -22,8 +22,6 @@ module FileAccessToHttpConfig implements DataFlow::ConfigSig {
predicate allowImplicitRead(DataFlow::Node node, DataFlow::ContentSet contents) {
isSink(node) and
// or
// node = any(DataFlow::MethodCallNode call | call.getMethodName() = "stringify").getAnArgument()
contents = DataFlow::ContentSet::anyProperty()
}
}