Add support for RAR archive preview

This commit is contained in:
Kovid Goyal
2025-11-27 09:33:15 +05:30
parent 37eead581b
commit 5f90102413
4 changed files with 18 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ IGNORED_DEPENDENCY_CVES = [
# glib
'CVE-2025-4056', # Only affects Windows, on which we dont run
# github.com/nwaples/rardecode/v2
'CVE-2025-11579', # rardecode not present in kitty go.sum
'CVE-2025-11579', # rardecode is version 2.2.1, not vulnerable
]