comparison roundup/scripts/roundup_admin.py @ 8322:a2c376d0f110

fix: fix possible HTTP Response Splitting in roundup-server CodeQL flagged a possible HTTP Response Splitting in the Location header's URL. The AI suggested cleaning the Host value, except the URL also includes the query parameters in the URL so they could potentially trigger the issue. Th host header probably doesn;t have a newline or cr in it otherwise it wouldn't have been recognized by the server as a valid host. In any case strip all \n or \r from the url before use. Also update CHANGES.txt with fixing the gpg install.
author John Rouillard <rouilj@ieee.org>
date Tue, 03 Jun 2025 22:23:10 -0400
parents 3a674b7eb07f
children 0af80f3ca263
comparison
equal deleted inserted replaced
8321:71e961941be6 8322:a2c376d0f110

Roundup Issue Tracker: http://roundup-tracker.org/