Skip to content

Commit cd67d20

Browse files
committed
fix(security): clear Trivy findings for gh and oasdiff
Newly published advisories fail the Trivy gate: kin-openapi CRITICAL in oasdiff (fixed by bumping to 1.26.0, which vendors kin-openapi 0.144.0) and a grpc HIGH in gh, argo, grype and syft, whose latest releases all still vendor grpc < 1.82.1.
1 parent 3c41ec1 commit cd67d20

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.trivyignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ CVE-2026-44973 exp:2026-08-19
8686
CVE-2026-45022 exp:2026-08-19
8787
CVE-2026-46680 exp:2026-08-19
8888
#
89+
# gRPC-Go xDS RBAC / HTTP2 advisory in grpc bundled by gh, argo, grype and syft.
90+
# Their latest releases still vendor grpc < 1.82.1, and none of these CLIs run an
91+
# xDS server. Drop once upstream rebuilds against the fixed grpc.
92+
GHSA-hrxh-6v49-42gf exp:2026-08-19
93+
#
8994
# Go stdlib / x/crypto / x/net / containerd — base image and pinned CLIs without fixed releases yet.
9095
CVE-2026-25681 exp:2026-08-19
9196
CVE-2026-27136 exp:2026-08-19

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ RUN npm install --prefix /tmp/openapi-tools --omit=dev --no-package-lock \
165165
&& rm -rf /root/.npm
166166

167167
# Install oasdiff (OpenAPI diff and breaking-change detection)
168-
ARG OASDIFF_VERSION=1.23.0
168+
ARG OASDIFF_VERSION=1.26.0
169169
RUN curl -sSL -o /tmp/oasdiff.tgz \
170170
"https://github.com/Tufin/oasdiff/releases/download/v${OASDIFF_VERSION}/oasdiff_${OASDIFF_VERSION}_linux_amd64.tar.gz" \
171171
&& tar -xzf /tmp/oasdiff.tgz -C /tmp oasdiff \

manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build:
2222
- SPECTRAL_CLI_VERSION=6.16.1
2323
- PORTMAN_VERSION=1.35.0
2424
- NEWMAN_VERSION=6.2.2
25-
- OASDIFF_VERSION=1.23.0
25+
- OASDIFF_VERSION=1.26.0
2626
- RUST_VERSION=1.97.1
2727
- ZIG_VERSION=0.14.0
2828
- CARGO_LAMBDA_VERSION=1.9.1

0 commit comments

Comments
 (0)