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 1a99563 commit b282543Copy full SHA for b282543
javascript/ql/lib/semmle/javascript/security/dataflow/IndirectCommandInjectionCustomizations.qll
@@ -58,7 +58,7 @@ module IndirectCommandInjection {
58
}
59
60
/** Gets a data flow node referring to `process.env`. */
61
- DataFlow::SourceNode envObject() { result = envObject(DataFlow::TypeTracker::end()) }
+ private DataFlow::SourceNode envObject() { result = envObject(DataFlow::TypeTracker::end()) }
62
63
/**
64
* Gets the name of an environment variable that is assumed to be safe.
0 commit comments