Skip to content

Commit 973d7fc

Browse files
committed
chore: Add CVE template
In an attempt to reduce the ticket churn we see from third-party detectors. Signed-off-by: Pranshu Srivastava <[email protected]>
1 parent 2e8c3bf commit 973d7fc

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: CVE report
3+
about: Report a CVE detected in kube-state-metrics main branch
4+
title: ''
5+
labels: kind/cve
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please use this template while reporting a CVE and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
11+
12+
If the matter is proven to be security related, please disclose it privately see https://github.com/kubernetes/kube-state-metrics/blob/main/SECURITY.md
13+
14+
NOTE: Only the CVEs that are in the Golang vulnerability database and actively affect code paths in KSM will be considered.
15+
-->
16+
17+
<!-- `govulncheck` data should include the command ran and should clearly mention the CVE in question in the logs -->
18+
19+
### `govulncheck` output
20+
21+
```console
22+
23+
```
24+
25+
### Anything else we need to know?
26+
27+
### Environment
28+
29+
* kube-state-metrics version:
30+
* Kubernetes version (use `kubectl version`):
31+
* Cloud provider or hardware configuration:
32+
* Other info:

0 commit comments

Comments
 (0)