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
The client has no direct interactions with the Flare blockchain/node. The data is read through C-Chain indexer and submitted through Flare System Client.
Copy file name to clipboardExpand all lines: SECURITY.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,23 @@
2
2
3
3
We recommend using the latest released version.
4
4
5
-
## Audit reports
6
-
7
-
Audit reports are published on Flare's [Developer Hub](https://dev.flare.network/support/audits/).
8
-
9
5
## Reporting Vulnerabilities
10
6
11
7
Please do not report a vulnerability using an issue or any other public channel.
12
8
13
-
To disclose a vulnerability reach out to any of the [codeowners](CODEOWNERS).
9
+
If you have found a possible vulnerability, please send an email to `security at flare dot network`.
10
+
11
+
## Bug bounties
12
+
13
+
We sincerely appreciate and encourage reports of suspected security vulnerabilities.
14
+
Please refer to our [Immunefi Bug Bounty Program](https://immunefi.com/bug-bounty/flarenetwork/information/) for scope, rules, and submission guidelines.
14
15
15
-
See TODO for the active bug bounties.
16
+
## Vulnerability disclosures
17
+
18
+
Critical vulnerabilities will be disclosed via GitHub's
0 commit comments