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
| Arguments redefined | Fewer results | This rule previously also flagged redefinitions of `eval`. This was an oversight that is now fixed. |
90
+
| Comparison between inconvertible types | Fewer results | This rule now flags fewer comparisons involving IIFE parameters. |
88
91
| Comparison between inconvertible types | Lower severity | The severity of this rule has been revised to "warning". |
89
92
| CORS misconfiguration for credentials transfer | More true-positive results | This rule now treats header names case-insensitively. |
90
93
| Hard-coded credentials | More true-positive results | This rule now recognizes secret cryptographic keys. |
@@ -99,6 +102,8 @@
99
102
| Unused variable | Fewer results | This rule no longer flags class expressions that could be made anonymous. While technically true, these results are not interesting. |
100
103
| Unused variable | Renamed | This rule has been renamed to "Unused variable, import, function or class" to reflect the fact that it flags different kinds of unused program elements. |
101
104
| Use of incompletely initialized object| Fewer results | This rule now flags the constructor instead its errorneous `this` or `super` expressions. |
105
+
| Useless conditional | Fewer results | This rule no longer flags uses of boolean IIFE return values. |
106
+
| Useless conditional | Fewer results | This rule now flags fewer comparisons involving IIFE parameters. |
0 commit comments