mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
JavaScript: Make all taint-based security queries have @kind path-problem.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @name Reflected cross-site scripting
|
||||
* @description Writing user input directly to an HTTP response allows for
|
||||
* a cross-site scripting vulnerability.
|
||||
* @kind problem
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @id js/reflected-xss
|
||||
|
||||
Reference in New Issue
Block a user