Le mer. 12 août 2020 à 12:03, Ned Deily <n...@python.org> a écrit :
> Core developers: if you know of any additional security issues that should be 
> addressed in these releases, please mark the relevant bpo issues as "release 
> blocker" and, if possible, submit PRs for review prior to the end of 
> 2020-08-13 AOE.  Thanks!

The vulnerabilities that I'm tracking are all fixed in the 3.7 branch: good!

--

I'm maintaining
https://python-security.readthedocs.io/vulnerabilities.html list
manually. It's a list of known Python vulnerabilities. I'm using it to
ensure that known vulnerabilities are fixed in all branches which
still accept security fixes (3.5, 3.6, 3.7, 3.8, 3.9, master). It's
common that the oldest branches are forgotten.

Right now, Python 3.7 is considered as vulnerable to these 4 vulnerabilities:

- https://python-security.readthedocs.io/vuln/ipaddress-hash-collisions.html
- https://python-security.readthedocs.io/vuln/http-header-injection-method.html
- https://python-security.readthedocs.io/vuln/tarfile-pax-dos.html
- https://python-security.readthedocs.io/vuln/pysetpath-python-dll-path.html

All of them have "Python 3.7 (need release)" status: a fix is already
merged in the 3.7 branch, but there is no release including it yet.

Again, I'm maintaining the list manually, so there are maybe a few
other security fixes that I failed to track in this list.

--

By the way, I'm also maintaining
https://pypi.org/project/check-python-vuln/ project: it checks Python
for known vulnerabilities. The list of tested vulnerabilities is even
shorter :-(

If you would like to help, visit:

* https://github.com/vstinner/python-security/
* https://github.com/vstinner/check_python_vuln

Victor
-- 
Night gathers, and now my watch begins. It shall not end until my death.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/FBA4GV4PNSSHXNT4XFZ4MV6EYWQ72ZUL/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to