-
dandan
High
# Voting power does not decay when calculating shares of flow emissions if the user does not vote again.
## Summary
Voting power does not decay when calculating shares of flow emission…
-
**Github username:** @cpp-phoenix
**Twitter username:** 0xrochimaru
**Submission hash (on-chain):** 0xc07837a551cb803c09ace237966d6a027466387bdbc91485b9f22e31c133ed70
**Severity:** low
**Description…
-
There's feedback coming from the contract developers that the factory pattern is something they want to use. For example, a common scenario might be that a contract could own an ERC20 token with addit…
-
## Summary
Laravel [v11.15.0](https://github.com/laravel/framework/releases/tag/v11.15.0) added generic support for the model factories (https://github.com/laravel/framework/pull/52005)
If you u…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
In the Factory contract, the Factory owner is authorized to change approval for governor addresses and is also treated as a governor in the mod…
-
# Handle
leastwood
# Vulnerability details
## Impact
`Factory.sol` inherits Openzeppelin's `Ownable` contract which is used to restrict certain functions to a specific owner account. By default, …
-
# Handle
0xRajeev
# Vulnerability details
## Impact
There are numerous places across contracts where the same state variables are read multiple times within a function. Caching state variables in…
-
1. Insufficient Check for Existing Code: The check vaultAddress.codehash != bytes32(0) is used to determine if a Vault contract has already been deployed at the computed address. However, this check i…
-
# Handle
bw
# Vulnerability details
## Impact
A [require](https://github.com/code-423n4/2021-09-defiProtocol/blob/main/contracts/contracts/Factory.sol#L74) statement in `Factory.sol` could be per…
-
### What was wrong?
I tried following the docs for deployment [here](http://populus.readthedocs.io/en/latest/deploy.html#id3) and in particular I get an error for trying to use the `get_contract_fact…