mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Update javascript/ql/lib/semmle/javascript/frameworks/Express.qll
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
@@ -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"])
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user