summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorvarunkasyap <varunkasyap@hotmail.com>2025-11-26 14:28:24 -0300
committernessita <124304+nessita@users.noreply.github.com>2025-11-26 17:17:46 -0300
commita8cf8c292cfee98fe6cc873ca5221935f1d02271 (patch)
treeefd26baa8def23b4f6180bd824545deb73845782 /scripts
parent818a620f0847d6d9f4f641114627a9537e5fea0e (diff)
Fixed #36743 -- Increased URL max length enforced in HttpResponseRedirectBase.
Refs CVE-2025-64458. The previous limit of 2048 characters reused the URLValidator constant and proved too restrictive for legitimate redirects to some third-party services. This change introduces a separate `MAX_URL_REDIRECT_LENGTH` constant (defaulting to 16384) and uses it in HttpResponseRedirectBase. Thanks Jacob Walls for report and review.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions