mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
JS: add _parsedUrl as remote input source
This commit is contained in:
@@ -620,7 +620,7 @@ module Express {
|
||||
or
|
||||
// `req.path`
|
||||
kind = "url" and
|
||||
this = ref.getAPropertyRead("path")
|
||||
this = ref.getAPropertyRead(["path", "_parsedUrl"])
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user