Skip to content

Commit 3cd6223

Browse files
author
Esben Sparre Andreasen
committed
JS: change notes for js/request-forgery improvements
1 parent c6b4e29 commit 3cd6223

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
@@ -25,6 +25,7 @@
2525
|--------------------------------------------|------------------------------|------------------------------------------------------------------------------|
2626
| Client-side cross-site scripting | More results | This rule now recognizes WinJS functions that are vulnerable to HTML injection. |
2727
| Insecure randomness | More results | This rule now flags insecure uses of `crypto.pseudoRandomBytes`. |
28+
| Uncontrolled data used in network request | More results | This rule now recognizes host values that are vulnerable to injection. |
2829
| Unused parameter | Fewer false-positive results | This rule no longer flags parameters with leading underscore. |
2930
| 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. |
3031

0 commit comments

Comments
 (0)