[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/http_server_vuln_fix

2022-09-23 Thread Julian Berman (@Julian)
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. ___

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/http_server_vuln_fix-pypy2

2022-09-23 Thread Julian Berman (@Julian)
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.

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: Pull in the http.server vulnerability fix from python/cpython#87389

2022-09-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Backport the httpserver security fix from #854 to PyPy2.7

2022-09-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: (cfbolz, xoraxax): check the length of a to-be-unpacked list *before* we make

2022-09-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 9 commits: (cfbolz, xoraxax): check the length of a to-be-unpacked list *before* we make

2022-09-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: (cfbolz, julian): skip a test on macos which relies on symbolic comparison when untranslated

2022-09-23 Thread Julian Berman (@Julian)
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