mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Correct table sort order
This commit is contained in:
@@ -40,14 +40,15 @@
|
||||
| Expression has no effect | Fewer false-positive results | This rule now treats uses of `Object.defineProperty` more conservatively. |
|
||||
| Incomplete regular expression for hostnames | More results | This rule now tracks regular expressions for host names further. |
|
||||
| Incomplete string escaping or encoding | More results | This rule now considers the flow of regular expressions literals, and it no longer flags the removal of trailing newlines. |
|
||||
| Incorrect suffix check | Fewer false-positive results | This rule now recognizes valid checks in more cases. |
|
||||
| Password in configuration file | Fewer false positive results | This query now excludes passwords that are inserted into the configuration file using a templating mechanism or read from environment variables. Results are no longer shown on LGTM by default. |
|
||||
| Replacement of a substring with itself | More results | This rule now considers the flow of regular expressions literals. |
|
||||
| Server-side URL redirect | Fewer false-positive results | This rule now treats URLs as safe in more cases where the hostname cannot be tampered with. |
|
||||
| Tainted path | More results and fewer false-positive results | This rule now analyses path manipulation code more precisely. |
|
||||
| Type confusion through parameter tampering | Fewer false-positive results | This rule now recognizes additional emptiness checks. |
|
||||
| Useless assignment to property | Fewer false-positive results | This rule now ignore reads of additional getters. |
|
||||
| Unreachable statement | Unreachable throws no longer give an alert | This ignores unreachable throws, as they could be intentional (for example, to placate the TS compiler). |
|
||||
| Incorrect suffix check | Fewer false-positive results | This rule now recognizes valid checks in more cases. |
|
||||
| Tainted path | More results and fewer false-positive results | This rule now analyses path manipulation code more precisely. |
|
||||
|
||||
|
||||
## Changes to QL libraries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user