Skip to content

Commit 924235a

Browse files
Chore: Add audit reports (#645)
* Chore: Add audit reports * FIx: Add original external links * Chore: Add Issuance Token audit * Fix: Reorder Security Policy slightly * Chore: Update Hats report to final * Fix: Wording of bounty existence --------- Co-authored-by: 0xNuggan <[email protected]>
1 parent 2fd3556 commit 924235a

File tree

6 files changed

+25
-9
lines changed

6 files changed

+25
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The protocol is based on our [technical specification](https://docs.google.com/d
4545
## Contributing
4646
You are considering to contribute to our protocol? Awesome - please refer to our [Contribution Guidelines](./CONTRIBUTING.md) to find our about the processes we established to ensure highest quality within our codebase.
4747

48-
## Safety
48+
## Security
4949
Our [Security Policy](./SECURITY.md) provides details about our Security Guidelines, audits, and more. If you have discovered a potential security vulnerability within the Inverter Protocol, please report it to us by emailing [[email protected]](mailto:[email protected]).
5050

5151
-----

SECURITY.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,26 @@ If you discover a potential security vulnerability or issue within our smart con
1010

1111
We appreciate your efforts to disclose any security findings responsibly, and we are committed to collaborating with you to address the issue. Rest assured that you will be given proper credit for your contribution.
1212

13-
## Responsible Disclosure
14-
15-
Please practice responsible disclosure when reporting security issues. We kindly request that you do not publicly disclose or discuss the vulnerability until we have had sufficient time to investigate and address it. Privately disclosing the issue to us via email allows us to work on a fix without putting our users' funds at risk.
16-
17-
We understand the importance of acknowledging and rewarding security researchers for their efforts. Even though our bug bounty program is currently set up, we assure you that you will not be unpaid for your valuable contributions. We are committed to fairly compensating those who help us improve the security of our platform.
18-
19-
## Security Reviews and Audits
13+
## Audits and Security Reviews
2014

2115
At Inverter Network, we prioritize the security of our smart contracts and follow a rigorous process of security reviews and audits:
2216

2317
* Per our development and security guidelines, we require an external review for each pull request (PR) that goes from the `dev` branch to the `main` branch in our repository. We have partnered with [Team Omega](https://teamomega.eth.limo) to conduct these security reviews directly in the PRs.
2418

2519
* Additionally, prior to major releases, we perform a full audit of any changed contracts via an external auditing company before the deployment. This ensures that our contracts undergo thorough scrutiny by professional auditors.
2620

27-
* Our version 1 has been audited by [0xMacro](https://0xmacro.com/). The audit report will be published here once it becomes public. Furthermore, our v1 is currently undergoing a public audit competition on [Hats Finance](https://hats.finance/), leveraging the expertise of the broader security community.
21+
* Our version 1 has been audited by [0xMacro](https://0xmacro.com/) and underwent a public audit competition on [Hats Finance](https://hats.finance/), leveraging the expertise of the broader security community.
2822

2923
We are committed to transparency and will make the results of our security reviews and audits available to the public, fostering trust and confidence in the security of our platform.
3024

25+
**You can find all of our audit reports [here](./audits/).**
26+
27+
## Responsible Disclosure
28+
29+
Please practice responsible disclosure when reporting security issues. We kindly request that you do not publicly disclose or discuss the vulnerability until we have had sufficient time to investigate and address it. Privately disclosing the issue to us via email allows us to work on a fix without putting our users' funds at risk.
30+
31+
We understand the importance of acknowledging and rewarding security researchers for their efforts. Even though our bug bounty program is currently not set up, we assure you that you will not be unpaid for your valuable contributions. We are committed to fairly compensating those who help us improve the security of our platform.
32+
3133
## Security Guideline
3234

3335
At Inverter Network, we adhere to a comprehensive Security Guideline that outlines our best practices and approach to ensuring the security of our smart contracts. This guideline is a public document that we follow at all times. You can find our Security Guideline [here](https://docs.google.com/document/d/1CZgM9OEuibNrimbNeActve5n9ro3Ydu03OfSnZfRo_s).

audits/2024-06-19-macro.pdf

710 KB
Binary file not shown.
97.2 KB
Binary file not shown.

audits/2024-08-12-hats.pdf

279 KB
Binary file not shown.

audits/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Audits and Security Reviews
2+
3+
At Inverter Network, we prioritize the security of our smart contracts and follow a rigorous process of security reviews and audits:
4+
5+
* Per our development and security guidelines, we require an external review for each pull request (PR) that goes from the `dev` branch to the `main` branch in our repository. We have partnered with [Team Omega](https://teamomega.eth.limo) to conduct these security reviews directly in the PRs.
6+
* 2024-07-29 - Team Omega - Issuance Token Audit - [Report](./2024-07-29-team-omega-issuance-token.pdf)
7+
8+
* Additionally, prior to major releases, we perform a full audit of any changed contracts via an external auditing company before the deployment. This ensures that our contracts undergo thorough scrutiny by professional auditors.
9+
10+
* Our version 1 has been audited by [0xMacro](https://0xmacro.com/) and underwent a public audit competition on [Hats Finance](https://hats.finance/), leveraging the expertise of the broader security community.
11+
* 2024-07-19 - 0xMacro Audit - [Report](./2024-06-19-macro.pdf) - [[*original*](https://0xmacro.com/library/audits/inverter-1)]
12+
* 2024-08-12 - Hats Finance Audit Competition - [Report](./2024-08-12-hats.pdf) - [[*original*](https://github.com/hats-finance/Inverter-Network-0xe47e52c4fea05e555920f1dcdcc6fb8eca103eeb/blob/main/report.md)]
13+
14+
We are committed to transparency and will make the results of our security reviews and audits available to the public, fostering trust and confidence in the security of our platform.

0 commit comments

Comments
 (0)