Skip to content

Commit 9e87608

Browse files
authored
chore(security.md): add more precisions regarding sec bugs reporting (#2692)
* chore(security.md): add more precisions regarding sec bugs reporting Signed-off-by: machine424 <[email protected]> * address review feedback Signed-off-by: machine424 <[email protected]> --------- Signed-off-by: machine424 <[email protected]>
1 parent b0b4136 commit 9e87608

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

docs/operating/security.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,22 @@ This page describes the general security assumptions of Prometheus and the
2323
attack vectors that some configurations may enable.
2424

2525
As with any complex system, it is near certain that bugs will be found, some of
26-
them security-relevant. If you find a _security bug_ please report it
27-
privately to the maintainers listed in the MAINTAINERS of the relevant
26+
them security-relevant.
27+
28+
For _security bugs_ that have already been publicly disclosed (e.g. via public CVEs)
29+
and require more than just a dependency version bump to fix, please open a
30+
[Bug report](https://github.com/prometheus/prometheus/issues) including all relevant
31+
details, unless one has already been filed.
32+
33+
If you discover a _security bug_ that has not yet been publicly disclosed, please
34+
report it privately to the maintainers listed in the MAINTAINERS of the relevant
2835
repository and CC [email protected]. We will fix the issue as soon
29-
as possible and coordinate a release date with you. You will be able to choose
30-
if you want public acknowledgement of your effort and if you want to be
31-
mentioned by name.
36+
as possible and coordinate a release date with you. You will be able to choose if
37+
you want public acknowledgement of your effort and if you want to be mentioned by name.
38+
39+
Most dependency version updates are handled automatically. However, if a _security bug_
40+
fix only requires updating a dependency version and our automation missed it, feel
41+
free to submit the update directly.
3242

3343
## Automated security scanners
3444

0 commit comments

Comments
 (0)