mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
Moved into experimental
This commit is contained in:
@@ -27,7 +27,7 @@ where
|
||||
exists(DataFlow::SourceNode env |
|
||||
env = NodeJSLib::process().getAPropertyRead("env") and
|
||||
disable = env.getAPropertyWrite("NODE_OPTIONS") and
|
||||
disable.getRhs().getStringValue().regexpMatch(".*--insecure-http-parser.*")
|
||||
disable.getRhs().getStringValue().matches("%--insecure-http-parser%")
|
||||
)
|
||||
or
|
||||
(
|
||||
Reference in New Issue
Block a user