This package implements a test for Dependency Confusion using pip.
- The version
0.0.2is available on test.pypi.org. - The version
0.0.2and666are available on pypi.org. - In the scenario you want to install version
0.0.2available on test.pypi.org and you use the pip--extra-index-urloption to install it. - During installation, a window will open to tell you which version is being installed... theoretically version
666available on pypi.org will be installed if your pip version is vulnerable to dependency confusion.
This package require:
- python3
- python3 Standard Library
pip install --extra-index-url https://test.pypi.org/simple/ DependencyConfusionLicensed under the GPL, version 3.