Skip to content

Commit c4b7824

Browse files
authored
Merge pull request github#13853 from geoffw0/commandinject
Swift: Autoformat experimental query.
2 parents 5488abc + f921076 commit c4b7824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/src/experimental/Security/CWE-078/CommandInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ import CommandInjectionFlow::PathGraph
1919
from CommandInjectionFlow::PathNode sourceNode, CommandInjectionFlow::PathNode sinkNode
2020
where CommandInjectionFlow::flowPath(sourceNode, sinkNode)
2121
select sinkNode.getNode(), sourceNode, sinkNode, "This command depends on a $@.",
22-
sourceNode.getNode(), "user-provided value"
22+
sourceNode.getNode(), "user-provided value"

0 commit comments

Comments
 (0)