Skip to content

Commit 8cbeaed

Browse files
committed
Merge #16213: doc: Remove explicit mention of versions from SECURITY.md
fa4bc4e doc: Remove explicit mention of version from SECURITY.md (MarcoFalke) Pull request description: The repo should not contain documentation that is not tied to any release. For example meta information like a list of maintained versions of Bitcoin Core falls into this scope. Replace the list of versions in `./SECURITY.md` with a link to the website. ACKs for commit fa4bc4: Empact: ACK bitcoin/bitcoin@fa4bc4e fanquake: ACK bitcoin/bitcoin@fa4bc4e laanwj: ACK fa4bc4e jonatack: ACK fa4bc4e Tree-SHA512: 152b5b19b3620b0bc63536f582340628019b8ea92429db44f232a01bfa1893b767735bf94ca693a683769eb046b160e92c72de6efb3da328f2b0ee9f4750f465
2 parents f6f9248 + fa4bc4e commit 8cbeaed

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

SECURITY.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22

33
## Supported Versions
44

5-
Versions of Bitcoin Core that are currently supported with security updates:
6-
7-
| Version | Supported |
8-
| ------- | ------------------ |
9-
| 0.18 | :white_check_mark: |
10-
| 0.17 | :white_check_mark: |
11-
| 0.16 | :white_check_mark: |
12-
| 0.15 | :white_check_mark: |
13-
| < 0.15 | :x: |
5+
See our website for versions of Bitcoin Core that are currently supported with
6+
security updates: https://bitcoincore.org/en/lifecycle/#schedule
147

158
## Reporting a Vulnerability
169

doc/release-process.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@ Release Process
4141
#### After branch-off (on master)
4242

4343
- Update the version of `contrib/gitian-descriptors/*.yml`.
44-
- Update the versions in `SECURITY.md` as per the software lifecycle [maintenance policy](https://bitcoincore.org/en/lifecycle/#maintenance-period), generally bumping all up one major version.
4544

4645
#### After branch-off (on the major release branch)
4746

4847
- Update the versions and the link to the release notes draft in `doc/release-notes.md`.
49-
- Delete `SECURITY.md`.
5048

5149
#### Before final release
5250

@@ -325,6 +323,9 @@ bitcoin.org (see below for bitcoin.org update instructions).
325323

326324
- bitcoincore.org blog post
327325

326+
- bitcoincore.org maintained versions update:
327+
[table](https://github.com/bitcoin-core/bitcoincore.org/commits/master/_includes/posts/maintenance-table.md)
328+
328329
- bitcoincore.org RPC documentation update
329330

330331
- Update packaging repo

0 commit comments

Comments
 (0)