Skip to content

Commit 627e453

Browse files
authored
Merge pull request #338 from sboldyreva/python-vex
Python libs: add vex info
2 parents ee0a443 + d68ef82 commit 627e453

File tree

8 files changed

+48
-0
lines changed

8 files changed

+48
-0
lines changed

docs/els-for-libraries/celery/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ If you want to keep using public PyPI and fetch only specific patched packages f
100100

101101
To upgrade to a newer TuxCare release (e.g., from `version.post1+tuxcare` to `version.post2+tuxcare`) use the same installation method you used above and specify the newer package version.
102102

103+
## Vulnerability Exploitability eXchange (VEX)
104+
105+
VEX is a machine-readable format that tells you if a known vulnerability and is actually exploitable in your product. It reduces false positives, helps prioritize real risks.
106+
107+
TuxCare provides VEX for Celery ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_python/celery/](https://security.tuxcare.com/vex/cyclonedx/els_lang_python/celery/).
108+
103109
## Resolved CVEs
104110

105111
Fixes for the following vulnerabilities are available in ELS for Celery from TuxCare versions:

docs/els-for-libraries/django/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ If you want to keep using public PyPI and fetch only specific patched packages f
100100

101101
To upgrade to a newer TuxCare release (e.g., from `version.post1+tuxcare` to `version.post2+tuxcare`) use the same installation method you used above and specify the newer package version.
102102

103+
## Vulnerability Exploitability eXchange (VEX)
104+
105+
VEX is a machine-readable format that tells you if a known vulnerability and is actually exploitable in your product. It reduces false positives, helps prioritize real risks.
106+
107+
TuxCare provides VEX for Django ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_python/django/](https://security.tuxcare.com/vex/cyclonedx/els_lang_python/django/).
108+
103109
## Resolved CVEs
104110

105111
Fixes for the following vulnerabilities are available in ELS for Django from TuxCare versions:

docs/els-for-libraries/fastapi/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ If you want to keep using public PyPI and fetch only specific patched packages f
100100

101101
To upgrade to a newer TuxCare release (e.g., from `version.post1+tuxcare` to `version.post2+tuxcare`) use the same installation method you used above and specify the newer package version.
102102

103+
## Vulnerability Exploitability eXchange (VEX)
104+
105+
VEX is a machine-readable format that tells you if a known vulnerability and is actually exploitable in your product. It reduces false positives, helps prioritize real risks.
106+
107+
TuxCare provides VEX for FastAPI ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_python/fastapi/](https://security.tuxcare.com/vex/cyclonedx/els_lang_python/fastapi/).
108+
103109
## Resolved CVEs
104110

105111
Fixes for the following vulnerabilities are available in ELS for FastAPI from TuxCare versions:

docs/els-for-libraries/flask/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ If you want to keep using public PyPI and fetch only specific patched packages f
100100

101101
To upgrade to a newer TuxCare release (e.g., from `version.post1+tuxcare` to `version.post2+tuxcare`) use the same installation method you used above and specify the newer package version.
102102

103+
## Vulnerability Exploitability eXchange (VEX)
104+
105+
VEX is a machine-readable format that tells you if a known vulnerability and is actually exploitable in your product. It reduces false positives, helps prioritize real risks.
106+
107+
TuxCare provides VEX for Flask ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_python/flask/](https://security.tuxcare.com/vex/cyclonedx/els_lang_python/flask/).
108+
103109
## Resolved CVEs
104110

105111
Fixes for the following vulnerabilities are available in ELS for Flask from TuxCare versions:

docs/els-for-libraries/numpy/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ If you want to keep using public PyPI and fetch only specific patched packages f
100100

101101
To upgrade to a newer TuxCare release (e.g., from `version.post1+tuxcare` to `version.post2+tuxcare`) use the same installation method you used above and specify the newer package version.
102102

103+
## Vulnerability Exploitability eXchange (VEX)
104+
105+
VEX is a machine-readable format that tells you if a known vulnerability and is actually exploitable in your product. It reduces false positives, helps prioritize real risks.
106+
107+
TuxCare provides VEX for NumPy ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_python/numpy/](https://security.tuxcare.com/vex/cyclonedx/els_lang_python/numpy/).
108+
103109
## Resolved CVEs
104110

105111
Fixes for the following vulnerabilities are available in ELS for NumPy from TuxCare versions:

docs/els-for-libraries/python-libraries/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ If you want to keep using public PyPI and fetch only specific patched packages f
141141

142142
To upgrade to a newer TuxCare release (e.g., from `version.post1+tuxcare` to `version.post2+tuxcare`) use the same installation method you used above and specify the newer package version.
143143

144+
## Vulnerability Exploitability eXchange (VEX)
145+
146+
VEX is a machine-readable format that tells you if a known vulnerability and is actually exploitable in your product. It reduces false positives, helps prioritize real risks.
147+
148+
TuxCare provides VEX for Python Libraries ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_python/](https://security.tuxcare.com/vex/cyclonedx/els_lang_python/).
149+
144150
## Resolved CVEs
145151

146152
Fixes for the following vulnerabilities are available in ELS for Python Libraries from TuxCare versions:

docs/els-for-libraries/starlette/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ If you want to keep using public PyPI and fetch only specific patched packages f
100100

101101
To upgrade to a newer TuxCare release (e.g., from `version.post1+tuxcare` to `version.post2+tuxcare`) use the same installation method you used above and specify the newer package version.
102102

103+
## Vulnerability Exploitability eXchange (VEX)
104+
105+
VEX is a machine-readable format that tells you if a known vulnerability and is actually exploitable in your product. It reduces false positives, helps prioritize real risks.
106+
107+
TuxCare provides VEX for Starlette ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_python/starlette/](https://security.tuxcare.com/vex/cyclonedx/els_lang_python/starlette/).
108+
103109
## Resolved CVEs
104110

105111
Fixes for the following vulnerabilities are available in ELS for Starlette from TuxCare versions:

docs/els-for-libraries/werkzeug/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ If you want to keep using public PyPI and fetch only specific patched packages f
100100

101101
To upgrade to a newer TuxCare release (e.g., from `version.post1+tuxcare` to `version.post2+tuxcare`) use the same installation method you used above and specify the newer package version.
102102

103+
## Vulnerability Exploitability eXchange (VEX)
104+
105+
VEX is a machine-readable format that tells you if a known vulnerability and is actually exploitable in your product. It reduces false positives, helps prioritize real risks.
106+
107+
TuxCare provides VEX for Werkzeug ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_python/werkzeug/](https://security.tuxcare.com/vex/cyclonedx/els_lang_python/werkzeug/).
108+
103109
## Resolved CVEs
104110

105111
Fixes for the following vulnerabilities are available in ELS for Werkzeug from TuxCare versions:

0 commit comments

Comments
 (0)