Update javascript/ql/lib/semmle/javascript/frameworks/Express.qll

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Napalys Klicius
2025-06-20 14:29:51 +02:00
committed by GitHub
parent 72528749f2
commit c1b2fd86b2

View File

@@ -618,7 +618,7 @@ module Express {
kind = "body" and
this = ref.getAPropertyRead("body")
or
// `req.path`
// `req.path` and `req._parsedUrl`
kind = "url" and
this = ref.getAPropertyRead(["path", "_parsedUrl"])
)