Skip to content

Commit

Permalink
JS: Add change note
Browse files Browse the repository at this point in the history
  • Loading branch information
asger-semmle committed May 28, 2019
1 parent ef1ad0d commit 1a6d09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions change-notes/1.21/analysis-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
| 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

Expand Down

0 comments on commit 1a6d09c

Please sign in to comment.