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 70cf1a5 commit 1eabb6cCopy full SHA for 1eabb6c
javascript/ql/test/experimental/Security/CWE-918/check-regex.js
@@ -58,7 +58,7 @@ app.get('/check-with-axios', req => {
58
axios.get(baseURL + req.params.tainted); // OK
59
}
60
if (!isValidPathMatchAll(req.params.tainted) ) {
61
- axios.get(baseURL + req.params.tainted); // SSRF
+ axios.get(baseURL + req.params.tainted); // NOT OK - SSRF
62
} else {
63
64
0 commit comments