You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): surface the security policy from the README
The security policy in .github/SECURITY.md is only discoverable through
GitHub's Security tab. Mirror ethrex's README section so the reporting
channels are visible to anyone reading the repo front page.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,15 @@ We have a proof-of-concept formalization of a part of the state transition funct
152
152
- **Weekly community call**: every Friday, streamed live on [@class_lambda](https://x.com/class_lambda); the call link is posted on Telegram beforehand.
153
153
- **Ecosystem coordination**: the [PQ Interop calls](https://github.com/ethereum/pm/issues?q=is%3Aissue+%22PQ+Interop%22+in%3Atitle) on `ethereum/pm` cover cross-client Lean Ethereum work and related updates; the meeting links are posted on each issue.
154
154
155
+
## Security
156
+
157
+
We take security seriously. If you discover a vulnerability in this project, please report it responsibly.
158
+
159
+
- You can report vulnerabilities directly via the **[GitHub "Report a Vulnerability" feature](../../security/advisories/new)**.
160
+
- Alternatively, send an email to **[security@lambdaclass.com](mailto:security@lambdaclass.com)**.
161
+
162
+
For more details, please refer to our [Security Policy](./.github/SECURITY.md).
163
+
155
164
## Contributing
156
165
157
166
We welcome contributions! Please read our [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on how to get involved.
0 commit comments