diff roundup/scripts/__init__.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 6e3e4f24c753
children
line wrap: on
line diff

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