-
Notifications
You must be signed in to change notification settings - Fork 97
[elgamal-registry] Add security txt for elgamal-registry and add SECURITY.md #337
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
[elgamal-registry] Add security txt for elgamal-registry and add SECURITY.md #337
Conversation
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.
Thanks for taking care of this!
If you haven't done so already, please **enable two-factor auth** in your GitHub account. | ||
|
||
Expect a response as fast as possible in the advisory, typically within 72 hours. | ||
|
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.
Since token-2022 should definitely be eligible for bug bounties, let's add the part about bounties:
## Security Bug Bounties
The Solana Foundation offer bounties for critical security issues. Please
see the [Agave Security Bug
Bounties](https://github.com/anza-xyz/agave/security/policy#security-bug-bounties)
for details on classes of bugs and payment amounts.
## Scope
Only the `spl-token-2022` program is included in the bounty scope, at [program](https://github.com/solana-program/token-2022/tree/master/program).
If you discover a critical security issue in an out-of-scope component, your finding
may still be valuable.
Oh shoot, sorry I just copied and pasted from record and forgot to update it for token 🙏 ... |
Co-authored-by: Jon C <me@jonc.dev>
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.
Looks great!
Problem
There is no security-txt in the elgamal registry program yet.
Summary of Changes
This is analogous to solana-program/record#52. I added security-txt and also SECURITY.md for the repo.