Skip to content

Commit 13c3513

Browse files
authored
Merge pull request github#3905 from erik-krogh/unsafeShellTypo
Approved by esbena
2 parents d2734b2 + 8585312 commit 13c3513

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

javascript/ql/src/Security/CWE-078/UnsafeShellCommandConstruction.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ import DataFlow::PathGraph
1818

1919
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink, Sink sinkNode
2020
where cfg.hasFlowPath(source, sink) and sinkNode = sink.getNode()
21-
select sinkNode.getAlertLocation(), source, sink, "$@ based on libary input is later used in $@.",
21+
select sinkNode.getAlertLocation(), source, sink, "$@ based on library input is later used in $@.",
2222
sinkNode.getAlertLocation(), sinkNode.getSinkType(), sinkNode.getCommandExecution(),
2323
"shell command"

0 commit comments

Comments
 (0)