mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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.
|
- **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.
|
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:
|
Additional notes about the syntax of operands:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user