Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New label for officially announced CVEs by SRC #23428

Merged
merged 2 commits into from
Dec 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config/prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,18 @@ label:
# This label, for k/website, identifies PRs with large refactoring changes
- refactor

restricted_labels:
kubernetes/kubernetes:
# Security Response Committee (SRC) is allowed to add this label,
# to new and existing GitHub Issues and PRs that announce a fixed CVE triaged by SRC
- allowed_teams:
- security-response-committee
# SIG Security Tooling Lead is an allowed user to assist SRC in this CVE feed automation
allowed_users:
- pushkarj
PushkarJ marked this conversation as resolved.
Show resolved Hide resolved
# This label is used to filter/tag CVEs announced by SRC
label: official-cve-feed

lgtm:
- repos:
- bazelbuild
Expand Down
1 change: 1 addition & 0 deletions label_sync/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ larger set of contributors to apply/remove them.
| <a id="area/network-policy" href="#area/network-policy">`area/network-policy`</a> | Issues or PRs related to Network Policy subproject| label | |
| <a id="area/release-eng" href="#area/release-eng">`area/release-eng`</a> | Issues or PRs related to the Release Engineering subproject <br><br> This was previously `area/release-infra`, | label | |
| <a id="deprecated/hyperkube" href="#deprecated/hyperkube">`deprecated/hyperkube`</a> | Issues or PRs related to the hyperkube subproject <br><br> This was previously `area/hyperkube`, | label | |
| <a id="official-cve-feed" href="#official-cve-feed">`official-cve-feed`</a> | Issues or PRs related to CVEs officially announced by Security Response Committee (SRC)| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |

## Labels that apply to kubernetes/kubernetes, only for issues

Expand Down
6 changes: 6 additions & 0 deletions label_sync/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,12 @@ repos:
target: prs
prowPlugin: require-matching-label
addedBy: prow
- color: 0052cc
description: Issues or PRs related to CVEs officially announced by Security Response Committee (SRC)
name: official-cve-feed
target: both
prowPlugin: label
addedBy: anyone
PushkarJ marked this conversation as resolved.
Show resolved Hide resolved

kubernetes/org:
labels:
Expand Down