Merge pull request #7717 from erik-krogh/cwe-80

JS: add CWE-80 to queries that detect bad HTML sanitizers
This commit is contained in:
Erik Krogh Kristensen
2022-01-24 13:34:57 +01:00
committed by GitHub
3 changed files with 6 additions and 3 deletions

View File

@@ -8,8 +8,9 @@
* @id js/bad-tag-filter
* @tags correctness
* security
* external/cwe/cwe-116
* external/cwe/cwe-020
* external/cwe/cwe-080
* external/cwe/cwe-116
* external/cwe/cwe-185
* external/cwe/cwe-186
*/

View File

@@ -8,8 +8,9 @@
* @id js/incomplete-multi-character-sanitization
* @tags correctness
* security
* external/cwe/cwe-116
* external/cwe/cwe-020
* external/cwe/cwe-080
* external/cwe/cwe-116
*/
import javascript

View File

@@ -9,8 +9,9 @@
* @id js/incomplete-sanitization
* @tags correctness
* security
* external/cwe/cwe-116
* external/cwe/cwe-020
* external/cwe/cwe-080
* external/cwe/cwe-116
*/
import javascript