GitXplorerGitXplorer
v

check_python_vuln

public
8 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
7717f52a4b1457dea6fefe1d28e3eb12e1dd5b73

Replace Travis CI with GitHub Actions

vvstinner committed 4 years ago
Unverified
38576fb0b788d80b9079adfbea76b1c087d82154

Project migrated to travis-ci.com

vvstinner committed 4 years ago
Unverified
193050f0ef443d6fceaeadc5019727af38211f3d

Run tests with PYTHONDEVMODE=1 -Werror

vvstinner committed 5 years ago
Unverified
52ddbac90cbc7551107bd66c9868f315a32142e0

Fix pep8

vvstinner committed 5 years ago
Unverified
15a8aabf75dce4450d94d1a0b3401d6f57f745f6

Add reference: CVE or bpo

vvstinner committed 5 years ago
Unverified
10b89a3156ac0a9ab328f1319c1c00e8d435b841

Prepare release 2020.07.01.post1.

vvstinner committed 5 years ago

README

The README file for this repository.

check_python_vuln


.. image:: https://img.shields.io/pypi/v/check_python_vuln.svg :alt: Latest release on the Python Cheeseshop (PyPI) :target: https://pypi.python.org/pypi/check_python_vuln

.. image:: https://github.com/vstinner/check_python_vuln/actions/workflows/build.yml/badge.svg :alt: Build status of check_python_vuln on GitHub Actions :target: https://github.com/vstinner/check_python_vuln/actions

Check for Python vulnerabilities.

Homepage: https://github.com/vstinner/check_python_vuln

Support Python 2.7 and Python 3.6 to 3.10.

See Python Security Vulnerabilities <https://python-security.readthedocs.io/>_.

Usage

Check for vulnerabilities::

python3 -m check_python_vuln

Run tests

Command to run tests::

tox --parallel auto

Changelog

  • 2020.07.01.post1: Install data files and support Python 2.7 older than 2.7.9.
  • 2020.07.01: Initial release.