Commit Graph

2 Commits

Author SHA1 Message Date
Rifa Achrinza b8f45c99cb
feat: update CI pipeline
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
2021-07-22 13:29:19 +08:00
Zachery Metcalf 35328be26b
Escape strings in HTML output (XSS fix)
Modify the template producing HTML error responses to correctly
escape all strings that are possibly coming from the client making the
request. Before this change, the error responses were vulnerable to XSS
(cross-site scripting) attacks.
2018-01-25 14:16:24 +01:00