Skip to content

Latest commit

 

History

History
121 lines (99 loc) · 3.45 KB

packages.rst

File metadata and controls

121 lines (99 loc) · 3.45 KB

Packages and PyPI

Check for known vulnerabilities

GPG

pip security

PyPI

Vulnerabilites in the Package Index

.. toctree::
   :maxdepth: 1

   pypi-vuln/index-2017-10-12-unchecked_file_deletion.rst
   pypi-vuln/index-2017-11-08-pypirc_exposure_on_github.rst
   pypi-vuln/index-2020-01-05-authentication_method_flaws.rst
   pypi-vuln/index-2020-02-22-upload_endpoint_csrf.rst
   pypi-vuln/index-2021-06-15-unintended-deployments.rst
   pypi-vuln/index-2021-07-26-legacy-document-deletion.rst
   pypi-vuln/index-2021-07-27-combine-prs-workflow.rst
   pypi-vuln/index-2021-07-27-role-deletion.rst
   pypi-vuln/index-2022-05-24-ctx-domain-takeover.rst



PyPI typo squatting

fate0:

Example of typos:

  • urllib, urllib2: part of the standard library
  • urlib3 instead of urllib3

Links