Skip to content

Commit 6148e50

Browse files
committed
build: disable CVE-2018-20225 pip package shadow
ignore as long as status is not-fixed. description: ** DISPUTED ** An issue was discovered in pip (all versions) because it installs the version with the highest version number, even if the user had intended to obtain a private package from a private index. This only affects use of the --extra-index-url option, and exploitation requires that the package does not already exist in the public index (and thus the attacker can put the package there with an arbitrary version number). NOTE: it has been reported that this is intended functionality and the user is responsible for using --extra-index-url securely. [skip travis]
1 parent e50e256 commit 6148e50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.grype.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ignore:
2+
- vulnerability: CVE-2018-20225
3+
fix-state: not-fixed
4+

0 commit comments

Comments
 (0)