-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken V2 bug bounty link + add security and glossary pages for V3 and V4. #840
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@RohanNero is attempting to deploy a commit to the Uniswap Team on Vercel. A member of the Team first needs to authorize it. |
gonna hold off on this and check with the team if v2 still has a bug bounty currently, the cantina link is a v3/v4 bug bounty but were updating the v2 page |
we should probably also link this somewhere too |
Thank you for your response @saucepoint. I wasn't entirely sure if each version had its own bug bounty page, like this old v3 markdown file, or if the Cantina one was universal for the entire protocol. Either way, I'll update this PR to add a v4 |
Changes
V2
According to this blog post, the Cantina bug bounty program's scope includes all Uniswap contracts.
V3
Added an updated
glossary.md
file.Constant product formula
,Invariant
, andx * y = k
Concentrated liquidity
,Tick interval
, andticks
.Added a
security.md
file with a link to the Cantina bug bounty and relevant V3 audit reports:V4
Added an updated
glossary.md
file.Factory
andPair
.Flash accounting
,Dynamic fees
,Pool key
,Pool manager,
andSingleton Design
.Added a
security.md
file with a link to the Cantina bug bounty, November 2024 V4 bug bounty blog post, and audit reports.