Skip to content

Commit bb03a9f

Browse files
committed
format the query file
1 parent 9db334d commit bb03a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/experimental/Security/CWE-094-dataURL/CodeInjection.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ class Configuration extends TaintTracking::Configuration {
8585

8686
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
8787
where cfg.hasFlowPath(source, sink)
88-
select sink.getNode(), source, sink, "This command line depends on a $@.",
89-
source.getNode(), "user-provided value"
88+
select sink.getNode(), source, sink, "This command line depends on a $@.", source.getNode(),
89+
"user-provided value"

0 commit comments

Comments
 (0)