code-423n4 / 2021-04-vader-findings

1 stars 0 forks source link

Functions can be declared external #310

Closed code423n4 closed 3 years ago

code423n4 commented 3 years ago

Handle

s1m0

Vulnerability details

Impact

The following functions can be declared external.

Proof of Concept

Vader.sol

Tools Used

Slither

Recommended Mitigation Steps

Declare them external. Use slither in your CI it helps not only for this.

0xBrian commented 3 years ago

Probably addressed in mega external patch, https://github.com/vetherasset/vaderprotocol-contracts/commit/d946b6262ac83cdb7722baa3a8684c4ceabf4ea3

dmvt commented 3 years ago

duplicate of #14