mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Express.js: add req.path as remote input source
This commit is contained in:
@@ -618,6 +618,10 @@ module Express {
|
||||
or
|
||||
kind = "body" and
|
||||
this = ref.getAPropertyRead("body")
|
||||
or
|
||||
// `req.path`
|
||||
kind = "url" and
|
||||
this = ref.getAPropertyRead("path")
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user