Update javascript/ql/src/Security/CWE-079/ExceptionXss.ql

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Asger F
2020-06-22 12:54:19 +01:00
committed by GitHub
parent 1edb2a1892
commit 56124b68a3

View File

@@ -1,6 +1,6 @@
/**
* @name Exception text reinterpreted as HTML
* @description Reinterpreting text from the an exception as HTML
* @description Reinterpreting text from an exception as HTML
* can lead to a cross-site scripting vulnerability.
* @kind path-problem
* @problem.severity warning