[SECURITY] Allowlisting and changed salts for safelink and safelink_callback (CVE-2026-13602)

---------

Co-authored-by: Raphael Michel <michel@pretix.eu>
This commit is contained in:
Mira Weller
2026-07-01 14:02:48 +02:00
committed by Raphael Michel
co-authored by Raphael Michel
parent 7ed69a8ef7
commit cf87fa1039
3 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ def test_linkify_abs(link):
assert markdown_compile_email(input) == f"<p>{output}</p>"
signer = signing.Signer(salt='safe-redirect')
signer = signing.Signer(salt='safelink-url')
@pytest.mark.parametrize(