Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security Policy

Contact: [security@reclaimprotocol.org](mailto:security@reclaimprotocol.org)
Contact: [reswanislam@gmail.com](mailto:reswanislam@gmail.com)

At Reclaim Protocol, we prioritize the security of our systems. However, we acknowledge that vulnerabilities may still exist despite our best efforts. We appreciate your help in identifying and reporting these vulnerabilities so we can address them promptly.

Expand All @@ -22,7 +22,7 @@ We do not consider the following to be in-scope vulnerabilities:

When reporting a vulnerability, please:

1. Email your findings to [security@reclaimprotocol.org](mailto:security@reclaimprotocol.org)
1. Email your findings to [reswanislam@gmail.com](mailto:security@reclaimprotocol.org)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Critical: Inconsistent mailto link in reporting guidelines.

The visible text shows reswanislam@gmail.com, but the hyperlink still points to the old address (security@reclaimprotocol.org). This will misdirect reports to the wrong inbox.

Apply this diff to correct the hyperlink:

-1. Email your findings to [reswanislam@gmail.com](mailto:security@reclaimprotocol.org)
+1. Email your findings to [reswanislam@gmail.com](mailto:reswanislam@gmail.com)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
1. Email your findings to [reswanislam@gmail.com](mailto:security@reclaimprotocol.org)
1. Email your findings to [reswanislam@gmail.com](mailto:reswanislam@gmail.com)

2. Avoid using automated scanners on our infrastructure or dashboard without prior permission
3. Refrain from exploiting the vulnerability beyond what's necessary to demonstrate it
4. Keep the issue confidential until it's resolved
Expand Down