-
# Handle
WatchPug
# Vulnerability details
The current design/implementation allows a `market` address (registered on `registry`) to call `Vault#addValue()` and transfer tokens from an arbitrary ad…
-
**Github username:** @krkbaa
**Twitter username:** 0xkrkba
**Submission hash (on-chain):** 0x85bb6985d2b4a173688a5f750c2b1a2377aa4f614a07ba47015bfe1704ef26a6
**Severity:** medium
**Description:**
**…
-
**Github username:** --
**Submission hash (on-chain):** 0x9c0d95313e930b1fae8a217c8426693ec0b816c3acb5233d4f0f0737f809949e
**Severity:** medium
**Description:**
**Description**\
For upgradeable cont…
-
The AMM will need to be redesigned for Cairo 1.
At this point, the AMM should be spun out into an individual repo for more contributors and become an independently maintained project.
**New feat…
-
We do have the ability right now to import contracts from mainnet or testnet into the sandbox and this is a great feature. An improvement would be adding the ability to copy contracts across networks …
-
The main task during the Informal Audit of Before Send hook design and implementation was to detect the possible area of impact and to see if there are places that could lead to panicking in modules a…
-
# Handle
Dravee
# Vulnerability details
## Impact
The compiler won't reserve a storage slot for `immutable` variables
## Proof of Concept
The following variables are initialized in the contract's…
-
# Handle
bw
# Vulnerability details
## Impact
Several `onlyOwner` functions that made changes to the `Factory.sol` contract's parameters did not emit any events when executed.
Events aid in the …
-
# Handle
goatbug
# Vulnerability details
## Impact
Long list of functions should be set from public to external since they are not called anywhere by the contract itself.
## Proof of Concept
…
-
We use the Ninject factory extensions in a project that I'm working on and we have come across the need in some cases for async instantiation which has come into conflict with some of the auto-impleme…