Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-27 20:26:09 +01:00
forgejo/tests/integration/fixtures
Gusted 672caa6813
[SECURITY] Test XSS in dismissed review
It's possible for reviews to not be assiocated with users, when they
were migrated from another forge instance. In the migration code,
there's no sanitization check for author names, so they could contain
HTML tags and thus needs to be properely escaped.

(cherry picked from commit ca798e4cc2)
(cherry picked from commit d3de80b9cc)
2024-02-22 22:44:22 +01:00
..
TestAPIComment test PATCH /api/v1/repos/{owner}/{repo}/issues/comments/{id} 2023-11-26 06:40:03 +01:00
TestXSSReviewDismissed [SECURITY] Test XSS in dismissed review 2024-02-22 22:44:22 +01:00