This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch fix-typo-on-cve-note in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit bd3c1c6d9c573eaf65b5660039c6b236c4e6c903 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed Dec 13 13:43:58 2023 -0500 Fix type in 2023-45725 note sentive -> sensitive --- src/docs/src/cve/2023-45725.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/src/cve/2023-45725.rst b/src/docs/src/cve/2023-45725.rst index bf9dd6561..3a823d9e2 100644 --- a/src/docs/src/cve/2023-45725.rst +++ b/src/docs/src/cve/2023-45725.rst @@ -47,7 +47,7 @@ that design document. Mitigation ========== -CouchDB :ref:`3.3.3 <release/3.3.3>` scrubs the sentive headers from http +CouchDB :ref:`3.3.3 <release/3.3.3>` scrubs the sensitive headers from http request objects passed to the query server execution environment. For versions older than :ref:`3.3.3 <release/3.3.3>` this patch applied to the
