mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-08-24 07:06:37 +00:00
GHSA-3v57-xv5m-v7m7 - Multiple front-end endpoints lacking CSRF protection
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user