From 0f948339af6f2d850906175f0d3d550694085d16 Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Tue, 26 Nov 2019 11:23:30 +0100 Subject: [PATCH] add change note --- change-notes/1.24/analysis-javascript.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/change-notes/1.24/analysis-javascript.md b/change-notes/1.24/analysis-javascript.md index fbe7fd00899..ff07d7ca9eb 100644 --- a/change-notes/1.24/analysis-javascript.md +++ b/change-notes/1.24/analysis-javascript.md @@ -8,9 +8,9 @@ ## New queries -| **Query** | **Tags** | **Purpose** | -|---------------------------------------------------------------------------|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| - +| **Query** | **Tags** | **Purpose** | +|---------------------------------------------------------------------------------|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Client-side cross-site scripting through exception (`js/xss-through-exception`) | security, external/cwe/cwe-079, external/cwe/cwe-116 | Highlights potential XSS vulnerabilities where an exception is written to the DOM. Results are not shown on LGTM by default. | ## Changes to existing queries