Skip to content

Commit

Permalink
New label for CVEs
Browse files Browse the repository at this point in the history
- Currently, it is not possible to filter for
  issues and PRs that are related to CVEs found
  in Kubernetes

- This new label can be applied to Issues and PRs
  that are related to CVEs

- It will allow filtering and automation to create
  a CVE feed for Kubernetes
  • Loading branch information
PushkarJ committed Sep 1, 2021
1 parent 2073a7d commit 2b05571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions label_sync/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ larger set of contributors to apply/remove them.
| <a id="area/artifacts" href="#area/artifacts">`area/artifacts`</a> | Issues or PRs related to the hosting of release artifacts for subprojects| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="area/code-organization" href="#area/code-organization">`area/code-organization`</a> | Issues or PRs related to kubernetes code organization| label | |
| <a id="area/conformance" href="#area/conformance">`area/conformance`</a> | Issues or PRs related to kubernetes conformance tests| label | |
| <a id="area/cve" href="#area/cve">`area/cve`</a> | Issues or PRs related to CVEs in Kubernetes| anyone | |
| <a id="area/deflake" href="#area/deflake">`area/deflake`</a> | Issues or PRs related to deflaking kubernetes tests| label | |
| <a id="area/e2e-test-framework" href="#area/e2e-test-framework">`area/e2e-test-framework`</a> | Issues or PRs related to refactoring the kubernetes e2e test framework| label | |
| <a id="area/network-policy" href="#area/network-policy">`area/network-policy`</a> | Issues or PRs related to Network Policy subproject| label | |
Expand Down
5 changes: 5 additions & 0 deletions label_sync/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,11 @@ repos:
name: area/conformance
target: both
addedBy: label
- color: 0052cc
description: Issues or PRs related to CVEs in Kubernetes
name: area/cve
target: both
addedBy: anyone
- color: 0052cc
description: Issues or PRs related to deflaking kubernetes tests
name: area/deflake
Expand Down

0 comments on commit 2b05571

Please sign in to comment.