Skip to content

Commit

Permalink
Update AccessControl to version 6.2 to mitigate a security problem. (
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Sep 4, 2023
1 parent c31b1c6 commit 49ec18f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst
- Make Zope's parameters for denial of service protection configurable
`#1141 <https://github.com/zopefoundation/Zope/issues/1141>_`.

- Update ``RestrictedPython`` to 6.2 to mitigate a security problem.
- Update ``RestrictedPython`` to version 6.2 to mitigate a security problem.
(CVE-2023-41039)

- Update ``AccessControl`` to version 6.2 to mitigate a security problem.
(CVE-2023-41050)


5.8.3 (2023-06-15)
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AccessControl==6.1
AccessControl==6.2
Acquisition==5.0
AuthEncoding==5.0
BTrees==5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope
AccessControl==6.1
AccessControl==6.2
Acquisition==5.0
AuthEncoding==5.0
BTrees==5.0
Expand Down
2 changes: 1 addition & 1 deletion versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[versions]
Zope =
Zope2 = 4.0
AccessControl = 6.1
AccessControl = 6.2
Acquisition = 5.0
AuthEncoding = 5.0
BTrees = 5.0
Expand Down
2 changes: 2 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ docutils = 0.18.1
five.localsitemanager = 4.0
idna = 3.4
imagesize = 1.4.1
importlib-metadata = 5.1.0
mr.developer = 2.0.1
packaging = 23.1
plone.recipe.command = 1.1
Expand All @@ -41,4 +42,5 @@ tempstorage = 6.0
urllib3 = 2.0.3
z3c.checkversions = 2.1
zc.recipe.testrunner = 3.0
zipp = 3.16.2
zope.testrunner = 6.0

0 comments on commit 49ec18f

Please sign in to comment.