Skip to content

Commit

Permalink
Update AccessControl and RestrictedPython to fix security issues [6.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Sep 4, 2023
1 parent 0a89c3e commit 75763a5
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 75763a5

Please sign in to comment.