Express.js: add req.path as remote input source

This commit is contained in:
Arthur Baars
2023-10-31 12:43:30 +01:00
parent 21b7a51d0a
commit 5cc94e1105
2 changed files with 5 additions and 0 deletions

View File

@@ -618,6 +618,10 @@ module Express {
or
kind = "body" and
this = ref.getAPropertyRead("body")
or
// `req.path`
kind = "url" and
this = ref.getAPropertyRead("path")
)
}