mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
JS: Add caveat about precision issue
This commit is contained in:
@@ -540,6 +540,7 @@ Additionally there is a component related to middleware functions:
|
||||
|
||||
- **GuardedRouteHandler** interprets the current value as a middleware function, and selects any route handler function that comes after it in the routing hierarchy.
|
||||
This can be used to model properties injected onto request and response objects, such as **req.db** after a middleware that injects a database connection.
|
||||
Note that this currently over-approximates the set of route handlers but may be made more accurate in the future.
|
||||
|
||||
Additional notes about the syntax of operands:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user