-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
neuron dlc dockerfile update for 2.21
- Loading branch information
1 parent
00e3b58
commit 7155cf6
Showing
11 changed files
with
358 additions
and
977 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
docker/jax/training/0.4/Dockerfile.neuronx.cve_allowlist.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"CVE-2024-35195": { | ||
"description": "Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests `Session`, if the first request is made with `verify=False` to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of `verify`. This behavior will continue for the lifecycle of the connection in the connection pool. This vulnerability is fixed in 2.32.0.", | ||
"remediation": { | ||
"recommendation": { | ||
"text": "None Provided" | ||
} | ||
}, | ||
"score": 0.0, | ||
"score_details": {}, | ||
"severity": "UNTRIAGED", | ||
"source": "NVD", | ||
"source_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195", | ||
"status": "ACTIVE", | ||
"title": "CVE-2024-35195 - requests", | ||
"vulnerability_id": "CVE-2024-35195", | ||
"vulnerable_packages": [ | ||
{ | ||
"epoch": 0, | ||
"filePath": "usr/local/lib/python3.10/site-packages/requests-2.31.0.dist-info/METADATA", | ||
"name": "requests", | ||
"packageManager": "PYTHONPKG", | ||
"version": "2.31.0" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.