Skip to content

Commit 2ae0400

Browse files
committed
update docstring for dashdash
1 parent 3d03e71 commit 2ae0400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/IndirectCommandInjectionCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module IndirectCommandInjection {
6767
// `require('meow')(help, {...spec})` => `{a: ..., b: ....}`
6868
this = DataFlow::moduleImport("meow").getACall()
6969
or
70-
// https://www.npmjs.com/package/dashdash
70+
// `require("dashdash").createParser(...spec)` => `{a: ..., b: ...}`
7171
this =
7272
[
7373
API::moduleImport("dashdash"),

0 commit comments

Comments
 (0)