Skip to content

Commit

Permalink
Add Security page with audit reports (#324)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Gregg <[email protected]>
  • Loading branch information
segfaultxavi and stevenflare authored Mar 6, 2024
1 parent c05e7ff commit c11431e
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions docs/dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ These are Flare's main source repositories, both on [GitHub](https://github.com/
* [Reference Guides](./reference/index.md)
* [External Learning Resources](./external-resources.md)
* [Tools and Projects](./tools.md)
* [Security](./security.md)
21 changes: 21 additions & 0 deletions docs/dev/security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security

## Source Code Audit Reports

The following table lists reviews of the Flare source code and Flare smart-contract security reports.

| Auditor | Date | Title |
| --------- | -------- | --------------------------------------------------------------------------- |
| Coinspect | Sep 2023 | [Staking P2 Smart Contract Review][report001]{:download=""} |
| Coinspect | Oct 2023 | [Staking P2 Off-chain Services Source Code Review][report002]{:download=""} |
| Coinspect | Dec 2023 | [FAsset Liquidator Smart Contract Review][report003]{:download=""} |
| Coinspect | Nov 2023 | [FAsset V2 Smart Contract Review][report004]{:download=""} |
| Coinspect | Nov 2023 | [FAsset V2 Bots Source Code Review][report005]{:download=""} |
| Coinspect | Jun 2023 | [Flare Attestation Suite Security Assessment][report006]{:download=""} |

[report001]: ../assets/reports/Coinspect%20-%20Flare%20-%20Smart%20Contract%20Review%20-%20StakingP2%20-%20v240220.pdf
[report002]: ../assets/reports/Coinspect%20-%20Flare%20-%20Source%20Code%20Review%20-%20Staking%20P2%20Offchain%20Services%20-%20v240220.pdf
[report003]: ../assets/reports/Coinspect%20-%20Flare%20-%20Smart%20Contract%20Review%20-%20FAsset%20Liquidator%20-%20v231207.pdf
[report004]: ../assets/reports/Coinspect%20-%20Flare%20-%20Smart%20Contract%20Review%20-%20FAsset%20V2%20-%20v240220.pdf
[report005]: ../assets/reports/Coinspect%20-%20Flare%20-%20Source%20Code%20Review%20-%20FAsset%20Bots%20-%20v240220.pdf
[report006]: ../assets/reports/Coinspect%20-%20Smart%20Contract%20Review%20-%20%20Flare%20Attestation%20Suite%20-%20v240220.pdf
5 changes: 5 additions & 0 deletions docs/tech/flare.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ Flare uses two chains and is developing a built-in interoperability mechanism be

* **C-Chain:** The contract chain that is used for smart contracts. It is where the Ethereum Virtual Machine operates, and is the chain where the vast bulk of the community currently interact.
* **P-Chain:** The platform chain that accommodates [staking](../tech/validators.md) and provides rewards to its validators.

## Security

The Flare source code has been audited and is secure and safe.
[View the audit reports](../dev/security.md) on Flare clients and smart contracts.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ nav:
- dev/reference/wallets.md
- dev/external-resources.md
- dev/tools.md
- dev/security.md
- APIs:
- apis/index.md
- Smart Contracts API:
Expand Down

0 comments on commit c11431e

Please sign in to comment.