Skip to content

Commit 2c3de1d

Browse files
Carsons-EelsSamWilsn
authored andcommitted
Create a security document
1 parent e9309d7 commit 2c3de1d

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

SECURITY.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Security Policy
2+
3+
## Overview
4+
5+
While the Ethereum Execution Layer Specification (EELS) is not intended to be a
6+
production ready client, the software is intended to fully capable of applying
7+
state transitions for local testing and acts as a point of reference for the
8+
other Execution Layer (EL) clients. Therefore, a bug in this spec _could_ imply
9+
a bug in the production clients, though this is not necessarily the case.
10+
11+
## Supported Versions
12+
13+
Please see [Releases](https://github.com/ethereum/execution-specs/releases). We
14+
recommend using the [latest version](https://github.com/ethereum/execution-specs/releases/latest).
15+
16+
## Reporting Issues
17+
18+
### What Contitutes a Serious Issue
19+
20+
- Issues which affect all EL clients (geth, Nethermind, Besu, etc.)
21+
- EELS has inadvertantly leaked secure information into the codebase
22+
23+
### What Does _Not_ Constitute a Serious Issue
24+
25+
- Issues which are limited to EELS operation as a local EL test client
26+
27+
### How to Notify the Project of an Issue
28+
29+
#### Normal Issues
30+
31+
File a issue in GitHub
32+
33+
#### Serious Issues
34+
35+
**Please do NOT file a public ticket** mentioning the issue.
36+
37+
If the issue affects all EL clients (I.e. there is an issue with the
38+
specification at the EIP level rather than the implementation level) or
39+
sensitive information has been leaked into the code base, please visit
40+
[https://bounty.ethereum.org](https://bounty.ethereum.org) or email
41+
[email protected]. Please read the [disclosure
42+
page](https://github.com/ethereum/go-ethereum/security/advisories?state=published)
43+
for more information about publicly disclosed security vulnerabilities.

0 commit comments

Comments
 (0)