code-423n4 / 2024-07-reserve-validation

0 stars 0 forks source link

fallback lacking payable #4

Closed c4-bot-4 closed 1 month ago

c4-bot-4 commented 2 months ago

Lines of code

https://github.com/code-423n4/2024-07-reserve/blob/main/contracts/facade/Facade.sol#L30

Vulnerability details

Impact

Detailed description of the impact of this finding.

Proof of Concept

Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any other relevant proof that illustrates the concept.

https://github.com/code-423n4/2024-07-reserve/blob/main/contracts/facade/Facade.sol#L30

fallback() external {

Tools Used

Recommended Mitigation Steps

add payable

Assessed type

Payable