Skip to content

Commit b582971

Browse files
committed
trivyignore
1 parent a10b60a commit b582971

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.trivyignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# True positive but we expect Lychee to be run behind a reverse proxy that is taking care of the cryptography and TLS configuration.
22
# Waiting of frankenphp to update the golang dependencies
33
CVE-2026-25793
4+
45
# This CVE is stupid and disputed.
56
# The "vulnerability" is that php-jwt accepts short HMAC keys without validation.
67
# This is not a library bug — key management is the caller's responsibility.
78
# PHP's own hash_hmac() and openssl_sign() behave identically and have no CVEs for this.
89
# NVD agrees — hence the Disputed tag and no score from NIST.
9-
CVE-2025-45769
10+
CVE-2025-45769
11+
12+
# True positive but local attack vector, we will be waiting for frankenphp to update their image.
13+
CVE-2026-0861

0 commit comments

Comments
 (0)