Browse Source

security: update policy after latest security release (#6336)

pull/6341/head
Tess Rinearson 4 years ago
committed by GitHub
parent
commit
b13b7620b4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      SECURITY.md

+ 7
- 3
SECURITY.md View File

@ -46,8 +46,9 @@ The following is an example timeline for the triage and response. The required r
1. Request CVE number (ADMIN) 1. Request CVE number (ADMIN)
2. Gather emails and other contact info for validators (COMMS LEAD) 2. Gather emails and other contact info for validators (COMMS LEAD)
3. Test fixes on a testnet (TENDERMINT ENG, COSMOS ENG)
4. Write “Security Advisory” for forum (TENDERMINT LEAD)
3. Create patches in a private security repo, and ensure that PRs are open targeting all relevant release branches (TENDERMINT ENG, TENDERMINT LEAD)
4. Test fixes on a testnet (TENDERMINT ENG, COSMOS ENG)
5. Write “Security Advisory” for forum (TENDERMINT LEAD)
#### 24 Hours Before Release Time #### 24 Hours Before Release Time
@ -114,6 +115,9 @@ Assuming less than 1/3 of the voting power is Byzantine (malicious):
* A node halting (liveness failure) * A node halting (liveness failure)
* Syncing new and old nodes * Syncing new and old nodes
Assuming more than 1/3 the voting power is Byzantine:
* Attacks that go unpunished (unhandled evidence)
### Networking ### Networking
@ -139,7 +143,7 @@ Attacks may come through the P2P network or the RPC layer:
### Libraries ### Libraries
* Serialization (Amino)
* Serialization
* Reading/Writing files and databases * Reading/Writing files and databases
### Cryptography ### Cryptography


Loading…
Cancel
Save