update docstring for dashdash

This commit is contained in:
Erik Krogh Kristensen
2020-12-16 15:00:44 +01:00
parent 3d03e7192c
commit 2ae0400922

View File

@@ -67,7 +67,7 @@ module IndirectCommandInjection {
// `require('meow')(help, {...spec})` => `{a: ..., b: ....}`
this = DataFlow::moduleImport("meow").getACall()
or
// https://www.npmjs.com/package/dashdash
// `require("dashdash").createParser(...spec)` => `{a: ..., b: ...}`
this =
[
API::moduleImport("dashdash"),