You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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. |
30
+
| Hard-coded credentials | Fewer false-positive results | This rule no longer flag the empty string as a hardcoded username. |
30
31
| Insecure randomness | More results | This rule now flags insecure uses of `crypto.pseudoRandomBytes`. |
31
32
| Uncontrolled data used in network request | More results | This rule now recognizes host values that are vulnerable to injection. |
32
33
| Unused parameter | Fewer false-positive results | This rule no longer flags parameters with leading underscore. |
0 commit comments