mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-01 14:38:33 +00:00
fix: pin idna and pymdown-extensions to remediate CVEs
Pin idna to 3.15 and pymdown-extensions to 10.21.3 to address security vulnerabilities: - GHSA-65pc-fj4g-8rjx (idna, severity 6.9) - GHSA-62q4-447f-wv8h (pymdown-extensions, severity 4.3) - GHSA-r6h4-mm7h-8pmq (pymdown-extensions, severity 2.7) These dependencies were previously transitive and vulnerable. They are now explicitly pinned to secure versions. Generated-by: IBM Bob Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -7,3 +7,5 @@ mkdocs-redirects==1.2.2
|
||||
CairoSVG==2.9.0
|
||||
pillow==12.2.0
|
||||
click==8.3.3
|
||||
idna==3.15
|
||||
pymdown-extensions==10.21.3
|
||||
|
||||
Reference in New Issue
Block a user