Skip to content

Commit 8585312

Browse files
committed
fix typo in js/shell-command-constructed-from-input
1 parent 163257a commit 8585312

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)