JS: Align DOM XSS query severity with other XSS queries

This commit is contained in:
Napalys Klicius
2025-10-22 11:30:34 +00:00
parent 50e0ca8cb4
commit 7b6720ce2c

View File

@@ -4,7 +4,7 @@
* can lead to a cross-site scripting vulnerability.
* @kind path-problem
* @problem.severity warning
* @security-severity 6.1
* @security-severity 7.8
* @precision high
* @id js/xss-through-dom
* @tags security