[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 15:15:43 +02:00
committed by Raphael Michel
co-authored by Raphael Michel
parent e42d3d632f
commit 000bf54105
3 changed files with 17 additions and 7 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(