-
Notifications
You must be signed in to change notification settings - Fork 77
add SECURITY.md #765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add SECURITY.md #765
Conversation
moisesPompilio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This SECURITY.md is too long and has too much unnecessary information. I think we need something like what bitcoin core does, here are some links to base it on: https://github.com/bitcoin/bitcoin?tab=security-ov-file#readme https://github.com/lightningdevkit/rust-lightning?tab=security-ov-fil https://github.com/lightningnetwork/lnd?tab=security-ov-file
|
Please squash the commits. |
|
IMO, the security information in |
I don't think we need to remove this information. Instead, we could change it to reference |
Yes, KISS. |
luisschwab
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, the security email is being switched. See PR #764 and https://github.com/Davidson-Souza/Floresta/blob/07017a32c71d7597548ab0e9edd0daad41a43f47/README.md
Davidson-Souza
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 767a932
|
Since the document was simplified, please update your PR description with the new approach |
JoseSK999
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 767a932
|
We would need to update the security mail at |
README.md/Community was changed by #764. But CONTRIBUTING needs to be changed as well. Should do that in another PR |
|
The |
Agreed. But maybe we leave this as-is and push another PR fixing README and CONTRIBUTING? |
|
ACK 767a932 |
Hmm, I think a fix afterwards would be strange. Better to do it in this PR, because all these changes would be in one commit which would make it easier to identify through the commit history why the lines were changed. |
|
Updated README.md to redirect to SECURITY.md. Now all vulnerability reporting details (email and PGP key) are in a single place as requested. |
|
@Edu92337 could you also add this to CONTRIBUTING.md? |
Add minimal security policy following Bitcoin Core style with: - Vulnerability reporting contact - PGP key fingerprint for secure communication Closes getfloresta#763
Davidson-Souza
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re-ACK b2a661e
luisschwab
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK b2a661e
|
ACK b2a661e |
1 similar comment
|
ACK b2a661e |
Description and Notes
This PR adds a minimal
SECURITY.mdfile following the style of Bitcoin Core, LND, and rust-lightning.Closes #763
The document provides essential security information:
security@getfloresta.org) with PGP key fingerprint for encrypted communicationThis follows the minimal security policy style used by major Bitcoin projects (bitcoin/bitcoin, lightningnetwork/lnd, lightningdevkit/rust-lightning), keeping only essential information without unnecessary details.
How to verify the changes you have done?
# Or locally with a markdown viewer grip SECURITY.mdVerify the PGP key link: https://blog.dlsouza.lol/assets/gpg.asc
Test GPG import command:
gpg --recv-keys "2C8E 0F83 6FD7 DBBB B9E9 B2EF 8996 4EC3 AB22 B2E3"Contributor Checklist