GHSA-3v57-xv5m-v7m7 - Multiple front-end endpoints lacking CSRF protection

This commit is contained in:
dgtlmoon
2026-08-20 10:59:38 +02:00
parent acc4533f51
commit 89a41c0dda
72 changed files with 407 additions and 358 deletions
@@ -29,7 +29,7 @@ def test_queue_system(client, live_server, measure_memory_usage, datastore_path)
client.application.set_workers(items)
start = time.time()
res = client.get(url_for("ui.form_watch_checknow"), follow_redirects=True)
res = client.post(url_for("ui.form_watch_checknow"), follow_redirects=True)
time.sleep(delay/2)
# Verify all workers are idle (no UUIDs being processed)