We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a7f0a commit 42a9962Copy full SHA for 42a9962
javascript/ql/lib/semmle/javascript/frameworks/ShellJS.qll
@@ -7,7 +7,7 @@
7
import javascript
8
9
module ShellJS {
10
- API::Node shellJSMember() {
+ private API::Node shellJSMember() {
11
result = API::moduleImport("shelljs")
12
or
13
result =
@@ -20,7 +20,7 @@ module ShellJS {
20
}
21
22
/**
23
- * Gets an import of the `shelljs` or `async-shelljs` module.
+ * Gets a function that can execute a shell command using the `shelljs` or `async-shelljs` modules.
24
*/
25
DataFlow::SourceNode shelljs() {
26
result = shellJSMember().asSource() or
0 commit comments