-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
[CVE-2024-4030] Enable mkdir(mode=0o700)
to work on Windows
#118486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
3.8 (EOL)
end of life
3.9
only security fixes
3.10
only security fixes
3.11
only security fixes
3.12
only security fixes
OS-windows
type-security
A security issue
Comments
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 1, 2024
zooba
added a commit
that referenced
this issue
May 2, 2024
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 2, 2024
…HTS instead of CURRENT_USER
Are you done here? |
No, not yet. |
mkdir(mode=0o700)
to work on Windowsmkdir(mode=0o700)
to work on Windows
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 7, 2024
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 7, 2024
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 7, 2024
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 7, 2024
This was referenced May 7, 2024
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 7, 2024
SonicField
pushed a commit
to SonicField/cpython
that referenced
this issue
May 8, 2024
SonicField
pushed a commit
to SonicField/cpython
that referenced
this issue
May 8, 2024
…HTS instead of CURRENT_USER (pythonGH-118515)
zooba
added a commit
that referenced
this issue
May 8, 2024
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 9, 2024
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 9, 2024
zooba
added a commit
that referenced
this issue
May 9, 2024
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 14, 2024
zooba
added a commit
that referenced
this issue
May 15, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 15, 2024
…pythonGH-119056) (cherry picked from commit 94591dc) Co-authored-by: Steve Dower <steve.dower@python.org>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 15, 2024
…pythonGH-119056) (cherry picked from commit 94591dc) Co-authored-by: Steve Dower <steve.dower@python.org>
This was referenced May 15, 2024
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 15, 2024
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 15, 2024
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 15, 2024
zooba
added a commit
to zooba/cpython
that referenced
this issue
May 15, 2024
zooba
added a commit
that referenced
this issue
May 15, 2024
zooba
added a commit
that referenced
this issue
May 15, 2024
ambv
pushed a commit
that referenced
this issue
May 24, 2024
ambv
added a commit
to zooba/cpython
that referenced
this issue
May 24, 2024
ambv
added a commit
to zooba/cpython
that referenced
this issue
May 24, 2024
ambv
added a commit
to zooba/cpython
that referenced
this issue
May 24, 2024
ambv
added a commit
that referenced
this issue
May 24, 2024
ambv
added a commit
that referenced
this issue
May 24, 2024
ambv
added a commit
that referenced
this issue
May 24, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.8 (EOL)
end of life
3.9
only security fixes
3.10
only security fixes
3.11
only security fixes
3.12
only security fixes
OS-windows
type-security
A security issue
If we interpret
0o700
as "only accessible by the current user", then we can imitate the behaviour with ACLs.Linked PRs
The text was updated successfully, but these errors were encountered: