Skip to content

Commit

Permalink
Merge pull request #884 from plone/maurits-accesscontrol-restrictedpy…
Browse files Browse the repository at this point in the history
…thon-60

Update AccessControl and RestrictedPython to fix security issues [6.0]
  • Loading branch information
mauritsvanrees authored Sep 5, 2023
2 parents ee67efc + 75763a5 commit 6414d6e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ zc.buildout = 3.0.1
nt-svcutils = 2.13.0

# OVERRIDES
RestrictedPython = 6.1
AccessControl = 6.2
RestrictedPython = 6.2

# CORE PLONE.
# These packages are what you get when installing Plone plus test dependencies,
Expand Down Expand Up @@ -261,7 +262,11 @@ pkgutil-resolve-name = 1.3.10

[versionannotations]
# keep this alphabetical please
AccessControl =
6.2 has security fixes
prompt-toolkit =
Requirement of robotframework-debuglibrary: prompt-toolkit<3,>=2
Requirement of robotframework-debuglibrary: prompt-toolkit<3,>=2
RestrictedPython =
6.2 has security fixes
selenium =
robotframework-seleniumlibrary 6.1.0 is incompatible with 4.10.0. See https://github.com/robotframework/SeleniumLibrary/issues/1835

0 comments on commit 6414d6e

Please sign in to comment.