forked from CGM_Public/pretix_original
[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:
committed by
Raphael Michel
co-authored by
Raphael Michel
parent
e42d3d632f
commit
000bf54105
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user