From f3da484e6a3550ce1dd5d3f1f34e058e82c21aa5 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 28 Jan 2024 21:38:50 -0700 Subject: add changelog for #3742 --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b4a62f94e..d1cf0717d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -36,6 +36,13 @@ Bug Fixes Thanks to Masashi Yamane of LAC Co., Ltd for reporting this issue. +- Applications raising ``pyramid.exceptions.BadCSRFToken`` and + ``pyramid.exceptions.BadCSRFOrigin`` were returning invalid HTTP status + lines with values like ``400 Bad CSRF Origin`` instead of + ``400 Bad Request``. + + See https://github.com/Pylons/pyramid/pull/3742 + Backward Incompatibilities -------------------------- -- cgit v1.2.3