-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unchecked Transfer #499
Labels
3 (High Risk)
Assets can be stolen/lost/compromised directly
bug
Something isn't working
disagree with severity
Sponsor confirms validity, but disagrees with warden’s risk assessment (sponsor explain in comments)
invalid
This doesn't seem right
withdrawn by warden
Special case: warden has withdrawn this submission and it can be ignored
Comments
disagree with severity as WETH has require condition that reverts if not enough funds or allowence, we left out the check on purpose as the protocol only uses WETH as underlying asset. |
This was referenced Sep 21, 2022
Closed
The warden submitted a C4 help request asking that this submission be withdrawn. |
Marking this issue as invalid (not unsatisfactory because that comes with penalties) because of withdrawn status. |
This was referenced Oct 18, 2022
This was referenced Oct 29, 2022
This was referenced Oct 29, 2022
This was referenced Nov 5, 2022
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3 (High Risk)
Assets can be stolen/lost/compromised directly
bug
Something isn't working
disagree with severity
Sponsor confirms validity, but disagrees with warden’s risk assessment (sponsor explain in comments)
invalid
This doesn't seem right
withdrawn by warden
Special case: warden has withdrawn this submission and it can be ignored
Lines of code
https://github.com/code-423n4/2022-09-y2k-finance/blob/main/src/Vault.sol?plain=1#L167
Vulnerability details
High Severity - Unchecked Transfer
Line 167 of
Vault.sol
has an unchecked Transfer.Reference and recommendation from slither.
Tools Used: Slither
The text was updated successfully, but these errors were encountered: