Moved into experimental

This commit is contained in:
Nate Johnson
2023-04-18 21:59:14 -04:00
parent bbb1ee9597
commit 78229bb264
3 changed files with 1 additions and 1 deletions

View File

@@ -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
(