-
# C4-001 : PREVENT DIV BY 0
## Impact - LOW
On several locations in the code precautions are taken not to divide by 0, because this will revert the code. However on some locations this isn’t done.…
-
I removed some old version numbers from pom.xml, put the token in `~/.m2/settings.xml` as instructed at https://central.sonatype.org/publish/publish-maven/ but I get an error on Mac terminal (bash):
…
-
Hey, concur looks _very_ interesting (I just had a quick read through the docs), however, due to it being such a unique idea, I'm unable to accurately assess its pros and cons in solving different pro…
-
# Lines of code
https://github.com/code-423n4/2022-02-concur/blob/main/contracts/ConvexStakingWrapper.sol#L182
# Vulnerability details
## Impact
If deposits and withdraws are done frequently enou…
-
Hi!
Having this minimal example and using the current master
````purescript
module Main where
import Prelude
import Concur.React.DOM as D
import Concur.React.Run (runWidgetInDom)
import C…
-
# Rounding issue in ConvexStakingWrapper
rouding issue ConvexStakingWrapper might lead to revert
https://github.com/code-423n4/2022-02-concur/blob/72b5216bfeaa7c52983060ebfc56e72e0aa8e3b0/contracts/Co…
-
[This discussion](https://discuss.grapheneos.org/d/5775-device-fingerprinting-test-results-concerns-and-questions) (which cites [this web site](https://github.com/fingerprintjs/fingerprintjs-android/b…
de0u updated
2 months ago
-
# Lines of code
https://github.com/code-423n4/2022-02-concur/blob/72b5216bfeaa7c52983060ebfc56e72e0aa8e3b0/contracts/MasterChef.sol#L159-L167
# Vulnerability details
https://github.com/code-423n4/…
-
# Lines of code
https://github.com/code-423n4/2022-02-concur/blob/main/contracts/StakingRewards.sol#L178-185
# Vulnerability details
## Impact
notifyRewardAmount will be inoperable if rewardsDura…
-
# Codebase Impressions & Summary
Overall, code quality was fair. A number of contracts were taken from various sources, such as StakingRewards, Masterchef and the ConvexStakingWrapper. Modifications …