mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
* fix: [TRTLLM-325]WAR against security vulnerabilities in Python packages Signed-off-by: Martin Marciniszyn Mehringer <11665257+MartinMarciniszyn@users.noreply.github.com> * Update docker images Signed-off-by: Martin Marciniszyn Mehringer <11665257+MartinMarciniszyn@users.noreply.github.com> --------- Signed-off-by: Martin Marciniszyn Mehringer <11665257+MartinMarciniszyn@users.noreply.github.com>
10 lines
374 B
Plaintext
10 lines
374 B
Plaintext
# These vulnerabilities were inherited from the base image (pytorch:25.05-py3) and should be removed when the base image
|
|
# is updated.
|
|
|
|
# WAR against https://github.com/advisories/GHSA-vqfr-h8mv-ghfj
|
|
h11>=0.16.0
|
|
# WAR against https://github.com/advisories/GHSA-7cx3-6m66-7c5m
|
|
tornado>=6.5.0
|
|
# WAR against https://github.com/advisories/GHSA-5rjg-fvgr-3xxf
|
|
setuptools>=78.1.1
|