Skip to content

Commit f9da1dc

Browse files
committed
JS: add change note
1 parent 0e40717 commit f9da1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

change-notes/1.20/analysis-javascript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
| Insecure randomness | More results | This rule now flags insecure uses of `crypto.pseudoRandomBytes`. |
2929
| Unused parameter | Fewer false-positive results | This rule no longer flags parameters with leading underscore. |
3030
| Unused variable, import, function or class | Fewer false-positive results | This rule now flags fewer variables that are implictly used by JSX elements, and no longer flags variables with leading underscore. |
31+
| Uncontrolled data used in path expression | Fewer false-positive results | This rule now recognizes the Express `root` option, which prevents path traversal. |
3132

3233
## Changes to QL libraries

0 commit comments

Comments
 (0)