Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ Getting in touch

### Reporting security issues/concerns

Send an email to `security [at] torquem.ch`.
Report vulnerabilities privately via
[Security → Report a vulnerability](https://github.com/erigontech/erigon/security/advisories/new).
Please don't open a public issue for one — see [SECURITY.md](./SECURITY.md).

### Getting help

Expand Down
29 changes: 29 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Security Policy

## Reporting a vulnerability

**Please don't open a public issue for a security vulnerability** — a public report reaches attackers
before node operators have a fix to upgrade to.

Report it privately through
[Security → Report a vulnerability](https://github.com/erigontech/erigon/security/advisories/new).
That route reaches the maintainers directly and gives us a private space to prepare a fix with you.
It needs only a GitHub account, and nothing becomes public until we publish an advisory together.

Please include what an attacker can achieve with the issue, the Erigon version you're running, the
chain and any flags relevant to it, steps to reproduce, and any disclosure deadline you're working
to.

We aim to acknowledge a report within three business days and will keep you posted while we work on
it. We'll credit you in the advisory unless you'd rather stay anonymous, and we ask that you give us
a reasonable window to ship a fix before disclosing publicly. Erigon doesn't run a bug bounty
programme, so reports aren't paid.

## Supported versions

Security fixes land on `main` and in the most recent release series; earlier series aren't patched,
so the fix arrives by upgrading. See [Releases](https://github.com/erigontech/erigon/releases) for
the current series.

For anything that isn't a security issue, open a normal
[issue](https://github.com/erigontech/erigon/issues) instead.
Loading