mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(ci): ignore 3 new Pillow CVEs blocked by ML dependency constraints
Pillow 11.1.0 has CVE-2026-42308, CVE-2026-42310, CVE-2026-42311 (fixed in 12.2.0). Upgrading to Pillow 12.x requires validating compatibility with rembg, realesrgan, mediapipe, and codeformer.
This commit is contained in:
@@ -73,6 +73,9 @@ jobs:
|
||||
--ignore-vuln CVE-2026-25990
|
||||
--ignore-vuln CVE-2026-40192
|
||||
--ignore-vuln GHSA-55v6-g8pm-pw4c
|
||||
--ignore-vuln CVE-2026-42308
|
||||
--ignore-vuln CVE-2026-42310
|
||||
--ignore-vuln CVE-2026-42311
|
||||
|
||||
build:
|
||||
name: Build
|
||||
|
||||
Reference in New Issue
Block a user