Skip to content

Commit

Permalink
Update RestrictedPython to 6.2 to mitigate a security problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Aug 30, 2023
1 parent 28f834b commit c31b1c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ 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.


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
Expand Up @@ -11,7 +11,7 @@ Paste==3.5.3
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.0.1; python_version > '3.7'
Persistence==4.0.post1
RestrictedPython==6.1
RestrictedPython==6.2
WSGIProxy2==0.5.1
WebOb==1.8.7
WebTest==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Paste==3.5.3
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.0.1; python_version > '3.7'
Persistence==4.0.post1
RestrictedPython==6.1
RestrictedPython==6.2
WSGIProxy2==0.5.1
WebOb==1.8.7
WebTest==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MultiMapping = 5.0
Paste = 3.5.3
PasteDeploy = 3.0.1
Persistence = 4.0.post1
RestrictedPython = 6.1
RestrictedPython = 6.2
WebTest = 3.0.0
WSGIProxy2 = 0.5.1
WebOb = 1.8.7
Expand Down

0 comments on commit c31b1c6

Please sign in to comment.