Skip to content

Commit 1217583

Browse files
geroplona-agent
authored andcommitted
Suppress grpc CVE for cloud_sql_proxy in gitpod-db
The gitpod-db component is no longer deployed in any environment. The cloud_sql_proxy binary (v1.37.14) ships grpc v1.79.2; no v1.x release includes the fix (v1.79.3). Co-authored-by: Ona <no-reply@ona.com>
1 parent 48168b9 commit 1217583

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

WORKSPACE.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ sbom:
4545
- vulnerability: GHSA-2jcg-qqmg-46q6
4646
reason: |
4747
This is a false positive. See https://github.com/browserify/resolve/issues/303
48+
- vulnerability: GHSA-p77j-4mvh-x3m3
49+
reason: |
50+
The only remaining instance is in the cloud_sql_proxy binary (v1.37.14, grpc v1.79.2)
51+
bundled in gitpod-db. This component is no longer deployed in any environment.
52+
No upstream cloud_sql_proxy v1.x release includes the fix (grpc v1.79.3).
4853
environmentManifest:
4954
- name: "go"
5055
command: ["sh", "-c", "go version | sed s/arm/amd/"]

0 commit comments

Comments
 (0)