Uh oh!
There was an error while loading. Please reload this page.
[3.10] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) - #93543
Conversation
…arams (pythonGH-91993) (cherry picked from commit b9509ba) Co-authored-by: Petr Viktorin <encukou@gmail.com>
encukou
commented
Jun 6, 2022
@pablogsal, do you agree? |
pablogsal
commented
Jun 6, 2022
I agree, but I am still not confident on backporting it, so unless there is some clear consensus from everyone I would recommend to be cautious here. |
miss-islington
commented
Jun 6, 2022
Status check is done, and it's a success ✅ . |
encukou
commented
Jun 6, 2022
Who's "everyone"? |
Everyone is any core Dev interested on mailcap that want to voice their opinion. If nobody objects or everyone is just you and @gpshead then go ahead and merge it :) |
encukou
commented
Jun 9, 2022
So let's ping core devs from the original issue – but I doubt even they are particularly interested in mailcap. @zooba@brettcannon@vstinner, do you agree with Greg?
|
Uh oh!
There was an error while loading. Please reload this page.
brettcannon
commented
Jun 9, 2022
Correct, I am not interested and thus have no opinion. 😁 |
zooba
commented
Jun 9, 2022
My only strong preference is that there should be a clear what's new entry that specifies at least the name of the warning, to give users encountering this the best possible chance to figure out what has changed (and that it was us, and not something that they did). |
prashant1221
commented
Jun 15, 2022
Will this PR be merged in 3.10? Can we resolve the issues. |
encukou
commented
Jun 15, 2022
Sorry, I missed the notifications here :( Do we add What's new entries for point releases? I don't think I've seen one, but then I usually only read What's New for the @prashant1221, what issues are you having? Do you actually use mailcap? |
prashant1221
commented
Jun 15, 2022
No, it was to close the CVE-2015-20107 in our distro, Fedora seems to have taken this patch on all python3 branches. |
Co-authored-by: Gregory P. Smith <greg@krypto.org>
vstinner
commented
Jun 15, 2022
Yes, we do, especially for security fixes. Recent example: https://docs.python.org/dev/whatsnew/3.9.html#notable-changes-in-python-3-9-2 |
vstinner
commented
Sep 19, 2022
@encukou: Oh, this PR is not merged yet! Python 3.10 is still vulnerable, as older Python versions (3.7, 3.8 and 3.9 which still accept security fixes). |
gpshead
left a comment
There was a problem hiding this comment.
I added what's new text and bumped the versionchanged stuff to 3.10.8.
encukou
commented
Sep 20, 2022
Sorry for dropping the ball – this was |
(cherry picked from commit b9509ba)
Co-authored-by: Petr Viktorin encukou@gmail.com