Skip to content

Commit b282543

Browse files
asgerferik-krogh
andauthored
Update javascript/ql/lib/semmle/javascript/security/dataflow/IndirectCommandInjectionCustomizations.qll
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent 1a99563 commit b282543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module IndirectCommandInjection {
5858
}
5959

6060
/** Gets a data flow node referring to `process.env`. */
61-
DataFlow::SourceNode envObject() { result = envObject(DataFlow::TypeTracker::end()) }
61+
private DataFlow::SourceNode envObject() { result = envObject(DataFlow::TypeTracker::end()) }
6262

6363
/**
6464
* Gets the name of an environment variable that is assumed to be safe.

0 commit comments

Comments
 (0)