Skip to content

Commit d2cf726

Browse files
Merge pull request #11 from mam-dev/update-project-metadata
Update project metadata
2 parents 9ca4b7b + f2818a9 commit d2cf726

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ output safe pip constraints to stdout.
2929
# Data sources: Github Security Advisory
3030
# Configuration: {'ignore_ids': []}
3131
...
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)
3333
waitress!=1.4.2 # CVE-2020-5236 (ID: GHSA-73m2-3pwg-5fgc)
3434
waitress>=1.4.0 # GHSA-4ppp-gpcr-7qf6 (ID: GHSA-4ppp-gpcr-7qf6)
3535
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.
4545
# Data sources: Github Security Advisory
4646
# Configuration: {'ignore_ids': []}
4747
...
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)
4949
waitress!=1.4.2 # CVE-2020-5236 (ID: GHSA-73m2-3pwg-5fgc)
5050
waitress>=1.4.0 # GHSA-4ppp-gpcr-7qf6 (ID: GHSA-4ppp-gpcr-7qf6)
5151
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
6262
# Data sources: Github Security Advisory
6363
# Configuration: {'ignore_ids': ['GHSA-4ppp-gpcr-7qf6', 'GHSA-8r8j-xvfj-36f9']}
6464
...
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)
6666
waitress!=1.4.2 # CVE-2020-5236 (ID: GHSA-73m2-3pwg-5fgc)
6767
>
6868
```
@@ -84,7 +84,7 @@ ignore_ids:
8484
# Data sources: Github Security Advisory
8585
# Configuration: {'ignore_ids': ['GHSA-4ppp-gpcr-7qf6', 'GHSA-8r8j-xvfj-36f9']}
8686
...
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)
8888
waitress!=1.4.2 # CVE-2020-5236 (ID: GHSA-73m2-3pwg-5fgc)
8989
>
9090
```

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "security-constraints"
33
description = "Fetches security vulnerabilities and creates pip-constraints based on them."
44
readme = "README.md"
55
license = {file = "LICENSE"}
6+
urls = {repo = "https://github.com/mam-dev/security-constraints"}
67
requires-python = ">=3.7"
78
dependencies = [
89
"requests",

0 commit comments

Comments
 (0)