mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
formatting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import javascript
|
||||
|
||||
class ArrayTaintFlowConfig extends TaintTracking::Configuration {
|
||||
ArrayTaintFlowConfig() { this = "ArrayTaintFlowConfig" }
|
||||
ArrayTaintFlowConfig() { this = "ArrayTaintFlowConfig" }
|
||||
|
||||
override predicate isSource(DataFlow::Node source) { source.asExpr().getStringValue() = "source" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user