-
# Lines of code
https://github.com/code-423n4/2024-03-coinbase/blob/e0573369b865d47fed778de00a7b6df65ab1744e/src/SmartWallet/CoinbaseSmartWallet.sol#L330
https://github.com/code-423n4/2024-03-coinbas…
-
# Lines of code
https://github.com/code-423n4/2022-11-stakehouse/blob/main/contracts/liquid-staking/LiquidStakingManager.sol#L356-L377
https://github.com/code-423n4/2022-11-stakehouse/blob/main/contr…
-
# Lines of code
https://github.com/code-423n4/2024-03-coinbase/blob/e0573369b865d47fed778de00a7b6df65ab1744e/src/SmartWallet/MultiOwnable.sol#L102
# Vulnerability details
## Impact
The Smart Wall…
-
# Handle
cmichel
# Vulnerability details
Several different signature modes can be used and `Identity.execute` forwards the `signature` parameter to the `SignatureValidator` library.
The returned `…
-
## Describe the bug
In the invitation purse published to vstorage, invitations have a `null` slot value for their "handle" property. When trying to make an offer through the smart wallet with an in…
-
## What is the Problem Being Solved?
[SmartWallet's invitations.js module](https://github.com/Agoric/agoric-sdk/blob/master/packages/smart-wallet/src/invitations.js) supports a `callPipe` property fo…
-
# Lines of code
https://github.com/code-423n4/2022-11-stakehouse/blob/main/contracts/liquid-staking/LSDNFactory.sol#L73-L102
https://github.com/code-423n4/2022-11-stakehouse/blob/main/contracts/liqui…
-
The `domainSeparator` allows dApp developers be guaranteed that there can be no signature collision between multiple DApps.
Having said that, there's no need to [include it ](https://github.com/rsksm…
-
# Lines of code
https://github.com/code-423n4/2022-11-stakehouse/blob/4b6828e9c807f2f7c569e6d721ca1289f7cf7112/contracts/liquid-staking/LiquidStakingManager.sol#L202
https://github.com/code-423n4/202…
-
## What is the Problem Being Solved?
The price feed contract, fluxAggregator, receives new prices by `PushPrice` _offers_. That incures the overhead of Offer Safety and the entire Zoe layer. (See […