Skip to content

Commit dfd183c

Browse files
gitlab-kas-18.5/18.5.2-r0: cve remediation (#72879)
gitlab-kas-18.5/18.5.2-r0: fix GHSA-j5w8-q4qc-rx2x <!--ci-cve-scan:must-fix: GHSA-j5w8-q4qc-rx2x--> Advisory data: https://github.com/wolfi-dev/advisories/blob/main/gitlab-kas-18.5.advisories.yaml --- ### "Breadcrumbs" for this automated service - **Source Code:** https://go/cve-remedy-automation-source - **Logs:** https://go/cve-remedy-automation-logs - **Docs:** _(not provided yet)_ Co-authored-by: octo-sts[bot] <[email protected]>
1 parent aaecead commit dfd183c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

gitlab-kas-18.5.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: gitlab-kas-18.5
33
version: "18.5.2"
4-
epoch: 0 # CVE-2025-47907
4+
epoch: 1 # GHSA-j5w8-q4qc-rx2x
55
description: GitLab KAS is a component installed together with GitLab. It is required to manage the GitLab agent for Kubernetes.
66
copyright:
77
- license: MIT
@@ -26,6 +26,11 @@ pipeline:
2626
tag: v${{package.version}}
2727
expected-commit: 10e685e1ff60a60c8e1fc32fe76741583fbfaeb0
2828

29+
- uses: go/bump
30+
with:
31+
deps: |-
32+
golang.org/x/[email protected]
33+
2934
- uses: go/build
3035
with:
3136
packages: ./cmd/kas

0 commit comments

Comments
 (0)