mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
update docstring for dashdash
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user