-
Notifications
You must be signed in to change notification settings - Fork 602
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
Legacymarket audit fixes #2133
Legacymarket audit fixes #2133
Conversation
* fix critical `migrateOnBehalf` is broken because snx token does not approve the transfer. approval shuoldn't be necessary * prevent escrow entries from being created by untrusted entities. otherwise escrow entries would be vulnerabile to a type of smashing attack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
smart contract changes look good. Just a couple comments on publish/
related stuff
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2133 +/- ##
===========================================
- Coverage 92.48% 92.48% -0.01%
===========================================
Files 91 91
Lines 2276 2274 -2
Branches 673 672 -1
===========================================
- Hits 2105 2103 -2
Misses 171 171 ☔ View full report in Codecov by Sentry. |
5b2c8ae
to
ee01bfa
Compare
some required fixes as part of the audit for the legacy market on the v3 side.