GitXplorerGitXplorer
v

python-security

public
88 stars
26 forks
1 issues

Commits

List of commits on branch main.
Unverified
753cdf545233b02d66c596422269e065f1ce9ac9

Add .readthedocs.yaml

vvstinner committed 2 years ago
Unverified
ee0cd306ab71a8e4820585893dbd77a81f18956b

CVE-2023-27043 email

vvstinner committed 2 years ago
Unverified
42e501a74b2e647e0e5cf52cc2862d0fe08ca8e0

wrong commit

vvstinner committed 2 years ago
Unverified
fced04307bc9380aca4465be9bf12e7326e376b5

CVE-2023-24329

vvstinner committed 2 years ago
Unverified
e8a4d168ce7cbfbdff0f527d12a16566a4ac3423

New Python releases

vvstinner committed 2 years ago
Unverified
ba8ea22014e316b228570b886f6449e2fe62e000

Add CVE-2022-45061.json

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