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 9e9d2b0
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 @@ -63,6 +63,7 @@ larger set of contributors to apply/remove them.
| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="api-review" href="#api-review">`api-review`</a> | Categorizes an issue or PR as actively needing an API review.| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="area/cve" href="#area/cve">`area/cve`</a> | Issues or PRs related to CVEs| anyone | |
| <a id="area/dependency" href="#area/dependency">`area/dependency`</a> | Issues or PRs related to dependency changes| label | |
| <a id="area/provider/aws" href="#area/provider/aws">`area/provider/aws`</a> | Issues or PRs related to aws provider <br><br> This was previously `area/platform/aws`, `area/platform/eks`, `sig/aws`, `aws`, | label | |
| <a id="area/provider/azure" href="#area/provider/azure">`area/provider/azure`</a> | Issues or PRs related to azure provider <br><br> This was previously `area/platform/aks`, `area/platform/azure`, `sig/azure`, `azure`, | 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 @@ -14,6 +14,11 @@ default:
target: both
prowPlugin: label
addedBy: anyone
- color: 0052cc
description: Issues or PRs related to CVEs
name: area/cve
target: both
addedBy: anyone
- color: 0052cc
description: Issues or PRs related to dependency changes
name: area/dependency
Expand Down

0 comments on commit 9e9d2b0

Please sign in to comment.