Skip to content

Commit 8393b37

Browse files
Merge pull request #89 from MarryamZulfiqar/main
added security incident reporting page
2 parents 38d1581 + 91a6275 commit 8393b37

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

docs/Learn/incident-reporting.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
sidebar_label: Reporting Security Incidents
3+
hide_table_of_contents: false
4+
sidebar_position: 2
5+
---
6+
7+
# Reporting Security Incidents & Hacks
8+
9+
If you encounter a security incident, hack, or suspicious activity affecting the Core ecosystem, such as exploited smart contracts, unauthorized transactions, or malicious protocol behavior, please report it to us immediately.
10+
11+
## How to Report
12+
13+
To ensure a timely and effective response, please email **[security-report@coredao.org](mailto:security-report@coredao.org)** with the following details:
14+
15+
* **Type of Incident:** Describe the nature of the issue (e.g., exploited contract, unauthorized withdrawal, etc.).
16+
17+
* **Transaction or Contract Details:** Include relevant transaction hashes, contract addresses, wallet addresses, or other identifiers involved.
18+
19+
* **Description & Evidence:** Provide detailed context, screenshots, logs, or any observations that can help us assess the situation.
20+
21+
* **Impact Assessment (if known):** Share any information about affected users, token amounts, or protocol components.
22+
23+
* **Discovery Method:** Explain how and where you discovered the issue (e.g., on-chain monitoring, user report, community forum, etc.).
24+
25+
Your contribution is highly valuable, and your prompt reporting helps would help us in protecting the Core ecosystem and respond effectively to security threats.

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const sidebars: SidebarsConfig = {
132132
type: "category",
133133
collapsed: true,
134134
label: "Security",
135-
items: ["Learn/audit", "Learn/bug-reporting", "Learn/spam-reporting"],
135+
items: ["Learn/audit", "Learn/bug-reporting", "Learn/spam-reporting", "Learn/incident-reporting"],
136136
},
137137
],
138138
},

0 commit comments

Comments
 (0)