Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

.vscode
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Content for yAudit Reports site

[Dev Site](https://dev-reports-electisec.netlify.app/) - [![Netlify Status](https://api.netlify.com/api/v1/badges/209b2813-cdf4-4e13-8e27-475706b103fd/deploy-status)](https://app.netlify.com/sites/dev-reports-electisec/deploys)
[Dev Site](https://dev-reports-yAudit.netlify.app/) - [![Netlify Status](https://api.netlify.com/api/v1/badges/209b2813-cdf4-4e13-8e27-475706b103fd/deploy-status)](https://app.netlify.com/sites/dev-reports-yAudit/deploys)

[Prod Site](https://reports.yaudit.dev/) - [![Netlify Status](https://api.netlify.com/api/v1/badges/55557632-17ca-4cbd-a915-84289b4abd1d/deploy-status)](https://app.netlify.com/sites/electisec-reports-site/deploys)
[Prod Site](https://reports.yaudit.dev/) - [![Netlify Status](https://api.netlify.com/api/v1/badges/55557632-17ca-4cbd-a915-84289b4abd1d/deploy-status)](https://app.netlify.com/sites/yAudit-reports-site/deploys)

Navigate to [content/](https://github.com/electisec/reports/tree/main/content) to find reports in `markdown`
Navigate to [content/](https://github.com/yAudit/reports/tree/main/content) to find reports in `markdown`
6 changes: 3 additions & 3 deletions content/2022-03-Bunni-Zap.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
tags: ["solidity"]
title: 2023-03-Bunni-Zap
description: Bunni Zap Electisec Report
description: Bunni Zap yAudit Report
nav_order: 20
image: assets/images/logo.png
---

# Electisec Bunni Zap Review
# yAudit Bunni Zap Review

**Review Resources:**

Expand Down Expand Up @@ -42,7 +42,7 @@ After the findings were presented to the Bunni Zap team, fixes were made and inc

This review is a code review to identify potential vulnerabilities in the code. The reviewers did not investigate security practices or operational security and assumed that privileged accounts could be trusted. The reviewers did not evaluate the security of the code relative to a standard or specification. The review may not have identified all potential attack vectors or areas of vulnerability.

Electisec and the auditors make no warranties regarding the security of the code and do not warrant that the code is free from defects. Electisec and the auditors do not represent nor imply to third parties that the code has been audited nor that the code is free from defects. By deploying or using the code, Bunni Zap and users of the contracts agree to use the code at their own risk.
yAudit and the auditors make no warranties regarding the security of the code and do not warrant that the code is free from defects. yAudit and the auditors do not represent nor imply to third parties that the code has been audited nor that the code is free from defects. By deploying or using the code, Bunni Zap and users of the contracts agree to use the code at their own risk.

## Code Evaluation Matrix

Expand Down
6 changes: 3 additions & 3 deletions content/2022-03-Ohm.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
tags: ["solidity"]
title: 2022-03-Ohm
description: OlympusGive Electisec Report
description: OlympusGive yAudit Report
nav_order: 2
image: assets/images/logo.png
---

# Electisec Ohm Review
# yAudit Ohm Review

**Review Resources:**

Expand Down Expand Up @@ -57,7 +57,7 @@ https://github.com/OlympusDAO/olympus-contracts/pull/288

The review was a time-limited review to provide rapid feedback on potential vulnerabilities. The review was not a full audit. The review did not explore all potential attack vectors or areas of vulnerability and may not have identified all potential issues.

Electisec and the auditors make no warranties regarding the security of the code and do not warrant that the code is free from defects. Electisec and the auditors do not represent nor imply to third parties that the code has been audited nor that the code is free from defects. Olympus and third parties should use the code at their own risk.
yAudit and the auditors make no warranties regarding the security of the code and do not warrant that the code is free from defects. yAudit and the auditors do not represent nor imply to third parties that the code has been audited nor that the code is free from defects. Olympus and third parties should use the code at their own risk.

## Code Evaluation Matrix

Expand Down
6 changes: 3 additions & 3 deletions content/2022-04-Ohm-Bond.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
tags: ["solidity"]
title: 2022-04-Ohm-Bond
description: Olympus Bond Electisec Report
description: Olympus Bond yAudit Report
nav_order: 3
image: assets/images/logo.png
---

# Electisec Olympus Bond Review
# yAudit Olympus Bond Review

**Review Resources:**

Expand Down Expand Up @@ -42,7 +42,7 @@ After the findings were presented to the Olympus Bond team, fixes were made and

The review is a code review to identify potential vulnerabilities in the code. The reviewers did not investigate security practices or operational security and assumed that privileged accounts could be trusted. The reviewers did not evaluate the security of the code relative to a standard or specification. The review may not have identified all potential attack vectors or areas of vulnerability.

Electisec and the auditors make no warranties regarding the security of the code and do not warrant that the code is free from defects. Electisec and the auditors do not represent nor imply to third party users that the code has been audited nor that the code is free from defects. By deploying or using the code, Olympus DAO and and users agree to use the code at their own risk.
yAudit and the auditors make no warranties regarding the security of the code and do not warrant that the code is free from defects. yAudit and the auditors do not represent nor imply to third party users that the code has been audited nor that the code is free from defects. By deploying or using the code, Olympus DAO and and users agree to use the code at their own risk.

## Code Evaluation Matrix

Expand Down
Loading