mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
JavaScript: Make all taint-based security queries have @kind path-problem.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @name Host header poisoning in email generation
|
||||
* @description Using the HTTP Host header to construct a link in an email can facilitate phishing
|
||||
* attacks and leak password reset tokens.
|
||||
* @kind problem
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @id js/host-header-forgery-in-email-generation
|
||||
|
||||
Reference in New Issue
Block a user