Julian Berman pushed new branch branch/http_server_vuln_fix at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/http_server_vuln_fix
You're receiving this email because of your account on foss.heptapod.net.
___
Julian Berman pushed new branch branch/http_server_vuln_fix-pypy2 at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/http_server_vuln_fix-pypy2
You're receiving this email because of your account on foss.heptapod.net.
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
e42be9b5 by Julian Berman at 2022-09-23T11:30:55+02:00
Pull in the http.server vulnerability fix from python/cpython#87389
Fixes an open redirection vulnerability for paths starting with `//`.
Closes: #3812
--H
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
744a9f02 by Julian Berman at 2022-09-23T12:51:40+02:00
Backport the httpserver security fix from #854 to PyPy2.7
--HG--
branch : http_server_vuln_fix-pypy2
- - - - -
637ae94d by Carl Friedrich Bolz-Tereick at
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
313cc752 by Carl Friedrich Bolz-Tereick at 2022-09-21T14:32:23+02:00
(cfbolz, xoraxax): check the length of a to-be-unpacked list *before* we make
the list copy
- - - - -
880b1052 by Carl Friedrich Bolz-Tereick a
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits:
313cc752 by Carl Friedrich Bolz-Tereick at 2022-09-21T14:32:23+02:00
(cfbolz, xoraxax): check the length of a to-be-unpacked list *before* we make
the list copy
- - - - -
880b1052 by Carl Friedrich Bolz-Tereick a
Julian Berman pushed to branch branch/default at PyPy / pypy
Commits:
6170c43a by Julian Berman at 2022-09-23T15:18:39+02:00
(cfbolz, julian): skip a test on macos which relies on symbolic comparison when
untranslated
- - - - -
bc1e00b5 by Julian Berman at 2022-09-23T15:19:52+02:00
merge head