Skip to content

Commit e52bea6

Browse files
committed
JS: Add caveat about precision issue
1 parent 7de6a1e commit e52bea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/codeql/codeql-language-guides/customizing-library-models-for-javascript.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ Additionally there is a component related to middleware functions:
540540

541541
- **GuardedRouteHandler** interprets the current value as a middleware function, and selects any route handler function that comes after it in the routing hierarchy.
542542
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.
543+
Note that this currently over-approximates the set of route handlers but may be made more accurate in the future.
543544

544545
Additional notes about the syntax of operands:
545546

0 commit comments

Comments
 (0)