mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
JS: Remove out-commented code
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user