From 726af0d481cc0ff47833f322ae9d86743cd90a47 Mon Sep 17 00:00:00 2001 From: Iain Smart Date: Mon, 9 Mar 2026 15:27:20 +0000 Subject: [PATCH] Add cve/wontfix label --- label_sync/labels.md | 1 + label_sync/labels.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/label_sync/labels.md b/label_sync/labels.md index 43cbe77e47de..d8ae5dfdb6bd 100644 --- a/label_sync/labels.md +++ b/label_sync/labels.md @@ -596,6 +596,7 @@ larger set of contributors to apply/remove them. | `area/workload-api/job` | | label | | | `area/workload-api/replicaset` | | label | | | `area/workload-aware` | Categorizes an issue or PR as relevant to Workload-aware and Topology-aware scheduling subprojects.| humans | | +| `cve/wontfix` | Indicates that an announced CVE does not require a fix.| humans | | | `kind/dependency` | Categorizes issue or PR as related to a dependency update.| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) | | `kind/design` | Categorizes issue or PR as related to design.| humans | | | `milestone/incomplete-labels` | | humans | | diff --git a/label_sync/labels.yaml b/label_sync/labels.yaml index 7a4dda2be9d9..26c552fe42c1 100644 --- a/label_sync/labels.yaml +++ b/label_sync/labels.yaml @@ -1528,6 +1528,11 @@ repos: target: both prowPlugin: label addedBy: anyone + - color: 0052cc + description: Indicates that an announced CVE does not require a fix. + name: cve/wontfix + target: both + addedBy: humans - color: d93f0b name: release-blocker target: both