@@ -23,12 +23,22 @@ This page describes the general security assumptions of Prometheus and the
23
23
attack vectors that some configurations may enable.
24
24
25
25
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
28
35
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.
32
42
33
43
## Automated security scanners
34
44
0 commit comments