Skip to content

Commit bb1b785

Browse files
authored
Merge pull request #19 from crytic/add-trophies-page
Added a trophies page listing security vulnerabilities found using the properties
2 parents e47e55e + 3742d83 commit bb1b785

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [Clamping](#clamping)
1515
- [HEVM cheat codes support](#hevm-cheat-codes-support)
1616
- [Usage example](#usage-example)
17+
- [Trophies](#trophies)
1718
- [How to contribute to this repo?](#how-to-contribute-to-this-repo)
1819

1920

@@ -418,5 +419,9 @@ contract TestProperties {
418419
419420
```
420421

422+
# Trophies
423+
424+
A list of security vulnerabilities that were found using the properties can be found on the [trophies page](Trophies.md#properties-trophies).
425+
421426
# How to contribute to this repo?
422427
Contributions are welcome! You can read more about the contribution guidelines and directory structure in the [CONTRIBUTING.md](CONTRIBUTING.md) file.

Trophies.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Properties Trophies
2+
3+
The following lists security vulnerabilities that were found using the properties.
4+
If you found a security vulnerability using crytic/properties,
5+
please submit a PR with the relevant information.
6+
7+
| Project | Vulnerability | Date |
8+
|--|--|--|
9+
[Pods Finance](https://github.com/pods-finance/yield-contracts/blob/main/audits/2022-11-15_OpenZeppelin_Pods.pdf) | C-03 The vault can be drained one share at a time | March 2023
10+
[Pods Finance](https://github.com/pods-finance/yield-contracts/blob/main/audits/2022-11-15_OpenZeppelin_Pods.pdf) | H-03 Rounding up in minting shares | March 2023

0 commit comments

Comments
 (0)