-
-
Tool: Wonderland Natspec Smells
- Type: static analyzer
- Link: https://github.com/defi-wonderland/natspec-smells
Tool: Ityfuzz
- Type: fuzzer
- Link: https://github.com/fuzzland/ityfuzz
Too…
-
# Lines of code
https://github.com/code-423n4/2023-08-verwa/blob/a693b4db05b9e202816346a6f9cada94f28a2698/src/LendingLedger.sol#L201-L207
# Vulnerability details
## Impact
The `NatSpec` of the …
-
We should introduce contributor guidelines.
They could include:
- in which issue/prs we are looking for contributions (`[help wanted](https://github.com/cowprotocol/contracts/labels/help%20wanted)…
-
It would be great if NatSpec `@notice`, `@param` and `@dev` comments on structs and enums would be available in the documentation.
For example, having
```solidity
/// @notice Text.
/// @param a …
-
What's the status of Etherscan support?
Etherscan has a lot of great features for verified contracts such as Read/Write Contract, ABI, natspec, etc. Since `huffc` generates artifacts, Etherscan sho…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Function pause() in LoanFactory.sol can be called by both Governor and Admin but the @dev Natspec comment incorrectly says that this is only ca…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Function _isValidGovernor() is not about pause/unpause but about msg.sender being valid Governor, which is used by setAdmin/setGlobals in LoanF…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Function pause() in PoolFactory.sol can be called by both Governor and Admin but the @dev Natspec comment incorrectly says that this is only ca…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Function _isValidGovernorOrAdmin() is not about pause/unpause but about msg.sender being valid Governor or Admin, which is used by pause()/unpa…