-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10214 from ajayk/cve-fixes-12
mitigate CVE-2023-48795 for kubernetes-dashboard
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ package: | |
name: kubernetes-dashboard | ||
# When bumping, check to see if the GHSA mitigations below can be removed. | ||
version: 2.7.0 | ||
epoch: 10 | ||
epoch: 11 | ||
description: General-purpose web UI for Kubernetes clusters | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -29,7 +29,7 @@ pipeline: | |
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] golang.org/x/[email protected] github.com/docker/[email protected] golang.org/x/[email protected] | ||
deps: golang.org/x/[email protected] golang.org/x/[email protected] github.com/docker/[email protected] golang.org/x/[email protected] golang.org/x/[email protected] | ||
|
||
- runs: | | ||
npm ci | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: memcached-exporter | ||
version: 0.14.1 | ||
epoch: 0 | ||
epoch: 1 | ||
description: Exports metrics from memcached servers for consumption by Prometheus. | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -21,7 +21,7 @@ pipeline: | |
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] | ||
deps: golang.org/x/[email protected] golang.org/x/[email protected] | ||
|
||
- uses: go/build | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters