зеркало из https://github.com/github/codeql.git
simplify global var "process"
Co-Authored-By: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
Родитель
e1039d3a56
Коммит
1766f6a6d8
|
@ -148,7 +148,7 @@ module CleartextLogging {
|
|||
|
||||
private class ProcessEnvSource extends Source {
|
||||
ProcessEnvSource() {
|
||||
this = DataFlow::globalVarRef("process").getAPropertyRead("env")
|
||||
this = NodeJSLib::process().getAPropertyRead("env")
|
||||
}
|
||||
|
||||
override string describe() { result = "process environment" }
|
||||
|
|
Загрузка…
Ссылка в новой задаче