You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include query string in URL for ASGI/WSGI requests
The request URL captured for attack events was missing the query string,
causing path-traversal events (and other query-driven attacks) to lose
the malicious payload from their reported URL.
Re-enables test_path_traversal in the QA suite.
0 commit comments