This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch 3.0.x-cve in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
commit 3b8bc210289bd8775c0bc8b9065f9815d50bb553 Author: Jan Lehnardt <[email protected]> AuthorDate: Tue May 19 15:58:10 2020 +0200 Update src/cve/2020-1955.rst Co-authored-by: Jonathan Hall <[email protected]> --- src/cve/2020-1955.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cve/2020-1955.rst b/src/cve/2020-1955.rst index 17345dd..7f55ef7 100644 --- a/src/cve/2020-1955.rst +++ b/src/cve/2020-1955.rst @@ -30,7 +30,7 @@ Description CouchDB version 3.0.0 shipped with a new configuration setting that governs access control to the entire database server called `require_valid_user_except_for_up`. It was meant as an extension to the -long standing setting `require_valid_user`, which in turn requires that +long-standing setting `require_valid_user`, which in turn requires that any and all requests to CouchDB will have to be made with valid credentials, effectively forbidding any anonymous requests.
