Skip to content

Commit

Permalink
Preparing release 2.0.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed Sep 21, 2023
1 parent 43b4a7e commit 2a3f974
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,19 @@ Changelog
.. towncrier release notes start
2.0.1 (2023-09-21)
------------------

Bug fixes:


- When ``++api++`` is in the url multiple times, redirect to the proper url.
When the url is badly formed, for example ``++api++/something/++api++``, give a 404 NotFound.
Fixes a denial of service.
See `security advisory <https://github.com/plone/plone.rest/security/advisories/GHSA-h6rp-mprm-xgcq>`_.
[maurits] (#1)


2.0.0 (2022-10-15)
------------------

Expand Down
5 changes: 0 additions & 5 deletions news/1.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()


version = "2.0.1.dev0"
version = "2.0.1"

long_description = read("README.rst") + "\n\n" + read("CHANGES.rst") + "\n\n"

Expand Down

0 comments on commit 2a3f974

Please sign in to comment.