-
Notifications
You must be signed in to change notification settings - Fork 2
Opsec update #2
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
Opsec update #2
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # CODEOWNERS for Aztec Staking Dashboard | ||
|
|
||
|
|
||
| # Default owners for everything not matched by a more specific rule | ||
| * @AztecProtocol/sdb-review | ||
|
|
||
|
|
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,35 @@ | ||||||
| ## Security Policy | ||||||
|
|
||||||
| We take the security of the Aztec Staking Dashboard seriously and strongly encourage researchers to report security vulnerabilities privately. Please use the guidelines below when reporting security issues. | ||||||
|
|
||||||
| ## Reporting Security Vulnerabilities | ||||||
|
|
||||||
| - **Do not** open public GitHub issues or pull requests for suspected security vulnerabilities. | ||||||
|
|
||||||
| Instead, please use the [Private Vulnerability Reporting](https://github.com/AztecProtocol/staking-dashboard/security/advisories/new) process on GitHub. | ||||||
|
|
||||||
| - Navigate to the "Security" tab of this repository. | ||||||
| - Click "Report a vulnerability" on the left sidebar. | ||||||
| - Fill out the form with the details of your discovery: | ||||||
| 1. Description of the vulnerability and potential impact | ||||||
| 2. Steps to reproduce (including logs, requests, or PoCs as appropriate) | ||||||
| 3. Environment details (browser, OS, network assumptions) | ||||||
|
|
||||||
| You can also email security@aztec.foundation | ||||||
|
||||||
| You can also email security@aztec.foundation | |
| You can also email security@aztec.foundation. |
Copilot
AI
Feb 5, 2026
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.
The heading uses a non-breaking hyphen (U+2011) instead of a standard hyphen. This should be changed to use a regular hyphen for consistency and to avoid potential issues with text processing tools and search functionality.
| ## Reporting Non‑Security Bugs and Feature Requests | |
| ## Reporting Non-Security Bugs and Feature Requests |
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.
There is a trailing space at the end of this line after "GitHub." which should be removed for clean formatting.