File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
javascript/ql/src/Expressions Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 8181| ** Query** | ** Expected impact** | ** Change** |
8282| ----------------------------| ------------------------| ------------------------------------------------------------------|
8383| Arguments redefined | Fewer results | This rule previously also flagged redefinitions of ` eval ` . This was an oversight that is now fixed. |
84+ | Comparison between inconvertible types | Lower severity | The severity of this rule has been revised to "warning". |
8485| CORS misconfiguration for credentials transfer | More true-positive results | This rule now treats header names case-insensitively. |
8586| Hard-coded credentials | More true-positive results | This rule now recognizes secret cryptographic keys. |
8687| Incomplete sanitization | More true-positive results | This rule now recognizes incomplete URL encoding and decoding. |
Original file line number Diff line number Diff line change 44 * the same type will always yield 'false', and an inequality comparison will always
55 * yield 'true'.
66 * @kind problem
7- * @problem.severity error
7+ * @problem.severity warning
88 * @id js/comparison-between-incompatible-types
99 * @tags reliability
1010 * correctness
You can’t perform that action at this time.
0 commit comments