Skip to content

Commit 217aef6

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 217aef6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
**`govulncheck` output**
19+
```
20+
21+
```
22+
23+
**Anything else we need to know?**
24+
25+
**Environment**
26+
27+
* kube-state-metrics version:
28+
* Kubernetes version (use `kubectl version`):
29+
* Cloud provider or hardware configuration:
30+
* Other info:

0 commit comments

Comments
 (0)