Skip to content

Commit 6f2b059

Browse files
committed
JS: Change note
1 parent af0df6c commit 6f2b059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

change-notes/1.24/analysis-javascript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
| Missing CSRF middleware (`js/missing-token-validation`) | Fewer false positive results | The query reports fewer duplicates and only flags handlers that explicitly access cookie data. |
6363
| Uncontrolled data used in path expression (`js/path-injection`) | More results | This query now recognizes additional ways dangerous paths can be constructed and used. |
6464
| Uncontrolled command line (`js/command-line-injection`) | More results | This query now recognizes additional ways of constructing arguments to `cmd.exe` and `/bin/sh`. |
65+
| Syntax error (`js/syntax-error`) | Lower severity | This results of this query are now displayed with lower severity. |
6566

6667
## Changes to libraries
6768

0 commit comments

Comments
 (0)