mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
autoformat
This commit is contained in:
@@ -4,7 +4,9 @@ private import semmle.javascript.dataflow.internal.StepSummary
|
||||
class Config extends DataFlow::Configuration {
|
||||
Config() { this = "Config" }
|
||||
|
||||
override predicate isSource(DataFlow::Node source) { source.(DataFlow::CallNode).getCalleeName() = "source" }
|
||||
override predicate isSource(DataFlow::Node source) {
|
||||
source.(DataFlow::CallNode).getCalleeName() = "source"
|
||||
}
|
||||
|
||||
override predicate isSink(DataFlow::Node sink) {
|
||||
exists(DataFlow::CallNode call | call.getCalleeName() = "sink" | call.getAnArgument() = sink)
|
||||
|
||||
Reference in New Issue
Block a user