-
# Lines of code
https://github.com/code-423n4/2023-09-asymmetry/blob/main/contracts/strategies/votium/VotiumStrategy.sol#L39
# Vulnerability details
## Summary
The VotiumStrategy contract is susc…
-
# Lines of code
https://github.com/code-423n4/2023-04-eigenlayer/blob/5e4872358cd2bda1936c29f460ece2308af4def6/src/contracts/strategies/StrategyBase.sol#L78-L101
# Vulnerability details
## Impact
…
-
Each time you buy processor power, it changes the cost of the next one.
However, if you buy multiple, it doesn't consider the increase between them
For example(Not the actual numbers):
Lets say t…
-
-
Using the "glmmTMB" package I tried to compare the Zero-inflated negative binomial (ZINB) and the Zero-inflated Conway Maxwell model (ZICMP) with the help of Vuong's test, but i am not able to do tha…
-
#4716 adds offset to the discrete binary models
We can add fit_constrained to more models. However, we might have to generalize the pattern, or make sure results instances are correctly created. Si…
-
# C4-001 : Deprecated safeApprove() function
## Impact - LOW
Detailed description of the impact of this finding.
Using this deprecated function can lead to unintended reverts and potentially the l…
-
I've written a model that should be able to simultaneously control for and assess alpha diversity, overall beta diversity, and individual differential abundances and prevalences. I'd like to test it o…
-
# Lines of code
https://github.com/code-423n4/2023-02-ethos/blob/73687f32b934c9d697b97745356cdf8a1f264955/Ethos-Vault/contracts/ReaperVaultV2.sol#L331-L335
# Vulnerability details
### Impact
Beca…
-
## G01 - Comparison ```> 0``` is less gas efficient than ```!= 0``` with ```uint256``` in ```require``` statement with optimizer
```solidity
protocol/contracts/BkdLocker.sol:91 require(amount > 0, Er…