Skip to content
Merged
Changes from 1 commit
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
21 changes: 15 additions & 6 deletions docs/operating/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,21 @@ This page describes the general security assumptions of Prometheus and the
attack vectors that some configurations may enable.

As with any complex system, it is near certain that bugs will be found, some of
them security-relevant. If you find a _security bug_ please report it
privately to the maintainers listed in the MAINTAINERS of the relevant
repository and CC [email protected]. We will fix the issue as soon
as possible and coordinate a release date with you. You will be able to choose
if you want public acknowledgement of your effort and if you want to be
mentioned by name.
them security-relevant. If you discover a _security bug_ that has not yet been
publicly disclosed, please report it privately to the maintainers listed in the
MAINTAINERS of the relevant repository and CC [email protected].
We will fix the issue as soon as possible and coordinate a release date with
you. You will be able to choose if you want public acknowledgement of your
effort and if you want to be mentioned by name.

For _security bugs_ that have already been publicly disclosed and require more than
just a dependency version bump to fix, please open a
[Bug report](https://github.com/prometheus/prometheus/issues) including all relevant
details, unless one has already been filed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reading order. Let's put this first.

Let's also explicitly mention "publicly disclosed, for example CVEs, ...".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A CVE can be embargoed and we want the private channel to be used for that. I'll use public CVEs

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea about the order, done.
we don't want it to be missed, I didn't put it at the end.


Most dependency version updates are handled automatically. However, if a _security bug_
fix only requires updating a dependency version and our automation missed it, feel
free to submit the update directly.

## Automated security scanners

Expand Down