Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
1f1a09aa
Commit
1f1a09aa
authored
Nov 04, 2024
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patches/AccessControl: backport fix for GHSA-g5vw-3h65-2q3v
parent
76ed33d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
product/ERP5Type/patches/AccessControl_patch.py
product/ERP5Type/patches/AccessControl_patch.py
+7
-0
No files found.
product/ERP5Type/patches/AccessControl_patch.py
View file @
1f1a09aa
...
...
@@ -86,3 +86,10 @@ def getWrappedOwner(self):
return
result
AccessControl
.
owner
.
Owned
.
getWrappedOwner
=
getWrappedOwner
# backported fix for GHSA-g5vw-3h65-2q3v
import
six
if
six
.
PY2
:
import
AccessControl.userfolder
AccessControl
.
userfolder
.
UserFolder
.
data__roles__
=
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment