GitXplorerGitXplorer
v

python-security

public
88 stars
26 forks
1 issues

Commits

List of commits on branch main.
Unverified
de8b351c4ab731c31e5562876bbf3fb8acaaf481

Fix MP slug

vvstinner committed 2 years ago
Unverified
bc82fa549bc02dc28d0c19a3f1c33b5bd5160726

gh-97514 multiprocessing local privilege escalation

vvstinner committed 2 years ago
Unverified
25d0eaa734cf05ba7fc8a485ae74a9a1cb0ceb8d

fix the http.server redirection

vvstinner committed 2 years ago
Unverified
d038a762e1a6185c8997fda93d7c27d89dd36f71

http.server open redirection

vvstinner committed 2 years ago
Unverified
bf8c9ad2b6fdbeefa9c981c432c05f6858cf48a5

update devguide link

vvstinner committed 2 years ago
Unverified
19bd6eec2a863b5dd03d5263ec1fadcff71d4bcf

mailcap

vvstinner committed 2 years ago

README

The README file for this repository.

Python Security documentation: http://python-security.readthedocs.io/

Input files:

  • vulnerabilities.yml: Python vulnerabilities 2007-2017, see the commented template at the end to add a new entry
  • python_releases.txt: Python release dates 2.5.0-3.6.0

Cache files:

  • commit_dates.txt
  • commit_tags.txt

Build the doc::

make

After a release, get new commit tags using::

make update

Update needs a configuration file config.ini, see config.ini.template::

[config]
bpo_username = LOGIN
bpo_password = PASSWORD
# Git checkout of https://github.com/python/cpython/
python_srcdir = /path/to/python

For a X.Y.0 release, add X.Y to MAINTAINED_BRANCHES of render_doc.py.

Build without Makefile::

./venv.sh
./venv/bin/python render_doc.py
sphinx-build -M html . build

For ReadTheDocs.org, other files are used:

  • requirements.txt
  • setup.py: run render_doc.py