@@ -29,7 +29,7 @@ output safe pip constraints to stdout.
29
29
# Data sources: Github Security Advisory
30
30
# Configuration: {'ignore_ids': []}
31
31
...
32
- vncauthproxy< 0, > =1.2.0 # CVE-2022-36436 (ID: GHSA-237r-mx84-7x8c)
32
+ vncauthproxy> =1.2.0 # CVE-2022-36436 (ID: GHSA-237r-mx84-7x8c)
33
33
waitress! =1.4.2 # CVE-2020-5236 (ID: GHSA-73m2-3pwg-5fgc)
34
34
waitress> =1.4.0 # GHSA-4ppp-gpcr-7qf6 (ID: GHSA-4ppp-gpcr-7qf6)
35
35
ymlref> 0.1.1 # CVE-2018-20133 (ID: GHSA-8r8j-xvfj-36f9)
@@ -45,7 +45,7 @@ You can use `--output` to instead output to a file.
45
45
# Data sources: Github Security Advisory
46
46
# Configuration: {'ignore_ids': []}
47
47
...
48
- vncauthproxy< 0, > =1.2.0 # CVE-2022-36436 (ID: GHSA-237r-mx84-7x8c)
48
+ vncauthproxy> =1.2.0 # CVE-2022-36436 (ID: GHSA-237r-mx84-7x8c)
49
49
waitress! =1.4.2 # CVE-2020-5236 (ID: GHSA-73m2-3pwg-5fgc)
50
50
waitress> =1.4.0 # GHSA-4ppp-gpcr-7qf6 (ID: GHSA-4ppp-gpcr-7qf6)
51
51
ymlref> 0.1.1 # CVE-2018-20133 (ID: GHSA-8r8j-xvfj-36f9)
@@ -62,7 +62,7 @@ should be ignored. The IDs in question are those that appear in after
62
62
# Data sources: Github Security Advisory
63
63
# Configuration: {'ignore_ids': ['GHSA-4ppp-gpcr-7qf6', 'GHSA-8r8j-xvfj-36f9']}
64
64
...
65
- vncauthproxy< 0, > =1.2.0 # CVE-2022-36436 (ID: GHSA-237r-mx84-7x8c)
65
+ vncauthproxy> =1.2.0 # CVE-2022-36436 (ID: GHSA-237r-mx84-7x8c)
66
66
waitress! =1.4.2 # CVE-2020-5236 (ID: GHSA-73m2-3pwg-5fgc)
67
67
>
68
68
```
@@ -84,7 +84,7 @@ ignore_ids:
84
84
# Data sources: Github Security Advisory
85
85
# Configuration: {'ignore_ids': ['GHSA-4ppp-gpcr-7qf6', 'GHSA-8r8j-xvfj-36f9']}
86
86
...
87
- vncauthproxy< 0, > =1.2.0 # CVE-2022-36436 (ID: GHSA-237r-mx84-7x8c)
87
+ vncauthproxy> =1.2.0 # CVE-2022-36436 (ID: GHSA-237r-mx84-7x8c)
88
88
waitress! =1.4.2 # CVE-2020-5236 (ID: GHSA-73m2-3pwg-5fgc)
89
89
>
90
90
```
0 commit comments