Skip to content

Commit 1246de4

Browse files
committed
JS: add change note
1 parent 7f538e8 commit 1246de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

change-notes/1.20/analysis-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
| **Query** | **Expected impact** | **Change** |
2626
|--------------------------------------------|------------------------------|------------------------------------------------------------------------------|
27-
| Client-side cross-site scripting | More results | This rule now recognizes WinJS functions that are vulnerable to HTML injection. |
27+
| Client-side cross-site scripting | More true-positive results, fewer false-positive results. | This rule now recognizes WinJS functions that are vulnerable to HTML injection, and no longer flags certain safe uses of jQuery. |
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. |

0 commit comments

Comments
 (0)