Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(security): mitigate Cross-Site Scripting attack (XSS)
Unsanitized input from an HTTP parameter flows into send, where it is used to render an HTML page returned to the user. This may result in a Cross-Site Scripting attack (XSS). Signed-off-by: Bhaskara Ram <39507881+bhaskarvilles@users.noreply.github.com> Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information