From 1a6d09cc07e7e5c5b84676dfb524f75c8f0a3c12 Mon Sep 17 00:00:00 2001 From: Asger F Date: Tue, 28 May 2019 12:42:59 +0100 Subject: [PATCH] JS: Add change note --- change-notes/1.21/analysis-javascript.md | 1 + 1 file changed, 1 insertion(+) diff --git a/change-notes/1.21/analysis-javascript.md b/change-notes/1.21/analysis-javascript.md index 351a82df07d0..914c4cfc1f0f 100644 --- a/change-notes/1.21/analysis-javascript.md +++ b/change-notes/1.21/analysis-javascript.md @@ -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