-
-
Notifications
You must be signed in to change notification settings - Fork 377
Expand file tree
/
Copy path.trivyignore
More file actions
30 lines (23 loc) · 1.67 KB
/
Copy path.trivyignore
File metadata and controls
30 lines (23 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This file is used to ignore vulnerabilities that we are aware of and have accepted the risk for.
# Most of the CVE listed below are related to the fact that we are using Frankenphp as our PHP runtime,
# and we are waiting for them to update their image with the latest security patches.
# It does not make sense for us to fix these vulnerabilities ourselves, as they are all related to the
# underlying image and dependencies used by Frankenphp. If we were to fix them ourselves, we would have
# to maintain our own fork of Frankenphp and keep it up to date with the latest security patches, which
# is not sustainable for us.
# google.golang.org/grpc │ GHSA-hrxh-6v49-42gf │ HIGH │ fixed │ v1.81.1 │ 1.82.1 │ gRPC-Go: xDS RBAC and HTTP/2 Vulnerabilities
# Nasty nasty
GHSA-hrxh-6v49-42gf
# github.com/getkin/kin-openapi │ GHSA-r277-6w6q-xmqw │ CRITICAL │ fixed │ v0.140.0 │ 0.144.0 │ kin-openapi: ValidationHandler.Load() Fail-Open Authentication Bypass via NoopAuthenticationFunc Default │
GHSA-r277-6w6q-xmqw
# kin-openapi openai3filter: nil-pointer panic in ConvertErrors on malformed multipart/form-data body enables unauthenticated DoS
CVE-2026-76905
# kin-openapi has uncontrolled resource consumption in openapi3filter deepObject query parameter decoding
CVE-2026-77354
# Authentication bypass on the ssh part of the golang.org/x/crypto package, which is used by the golang.org/x/crypto/ssh
# This is not impactful on Lychee as it is not used in frankenphp
CVE-2026-56854
# There is no fix yet compiled in a new Frankenphp docker image.
# It would be nice if Douglas was a bit more reactive on those.
CVE-2026-84304
CVE-2026-84445