-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: code-423n4/2021-11-badgerzaps-findings
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Gas Optimization on the Public Function
bug
Something isn't working
G (Gas Optimization)
#79
opened Nov 16, 2021 by
code423n4
Gas optimization: Unnecessary ops
bug
Something isn't working
G (Gas Optimization)
#78
opened Nov 16, 2021 by
code423n4
Gas optimization: Unreachable code in Zap.sol
bug
Something isn't working
G (Gas Optimization)
#77
opened Nov 16, 2021 by
code423n4
Gas optimization: Use else if for mutually exclusive conditions
bug
Something isn't working
G (Gas Optimization)
#76
opened Nov 16, 2021 by
code423n4
calcMint
always return poolId=0 and idx=0
2 (Med Risk)
bug
#72
opened Nov 16, 2021 by
code423n4
No slippage control on Something isn't working
deposit
of IbbtcVaultZap.sol
2 (Med Risk)
bug
#71
opened Nov 16, 2021 by
code423n4
public function that could be set external instead
bug
Something isn't working
G (Gas Optimization)
#61
opened Nov 16, 2021 by
code423n4
Zap.sol init for loop - uint default value is 0
bug
Something isn't working
G (Gas Optimization)
#60
opened Nov 16, 2021 by
code423n4
named return issue - Zap.sol calcMint
0 (Non-critical)
bug
Something isn't working
disagree with severity
sponsor disputed
#59
opened Nov 16, 2021 by
code423n4
Unnecessary Something isn't working
G (Gas Optimization)
SLOAD
s / MLOAD
s / CALLDATALOAD
s in for-each loops
bug
#58
opened Nov 16, 2021 by
code423n4
Critical changes should use two-step procedure
0 (Non-critical)
bug
Something isn't working
sponsor acknowledged
#56
opened Nov 16, 2021 by
code423n4
Missing events for critical operations
0 (Non-critical)
bug
Something isn't working
disagree with severity
sponsor confirmed
#55
opened Nov 16, 2021 by
code423n4
Missing Something isn't working
sponsor confirmed
_token.approve()
to curvePool
in setZapConfig
2 (Med Risk)
bug
#53
opened Nov 16, 2021 by
code423n4
blockLock
of RENCRV_SETT
makes transactions likely to fail as only 1 transaction is allowed in 1 block
1 (Low Risk)
bug
#52
opened Nov 16, 2021 by
code423n4
setGuardian()
Wrong implementation
3 (High Risk)
bug
#51
opened Nov 16, 2021 by
code423n4
Excessive Something isn't working
sponsor confirmed
require
makes the transaction fail unexpectedly
2 (Med Risk)
bug
#50
opened Nov 16, 2021 by
code423n4
Zap.sol#mint()
Check blockLock
earlier can save gas
bug
#49
opened Nov 16, 2021 by
code423n4
Improper implementation of slippage check
2 (Med Risk)
bug
Something isn't working
#47
opened Nov 16, 2021 by
code423n4
Avoid unnecessary arithmetic operations can save gas
bug
Something isn't working
G (Gas Optimization)
#45
opened Nov 16, 2021 by
code423n4
Arithmetic operations without using SafeMath may over/underflow
1 (Low Risk)
bug
Something isn't working
#44
opened Nov 16, 2021 by
code423n4
Redundant type casting
0 (Non-critical)
bug
Something isn't working
#42
opened Nov 16, 2021 by
code423n4
Avoid unnecessary code execution can save gas
bug
Something isn't working
G (Gas Optimization)
#41
opened Nov 16, 2021 by
code423n4
Unused local variables
bug
Something isn't working
G (Gas Optimization)
sponsor confirmed
#39
opened Nov 16, 2021 by
code423n4
Zap.sol#redeem()
Lack of input validation
1 (Low Risk)
bug
#37
opened Nov 16, 2021 by
code423n4
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.