Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: recipient rate limited ISM #4636

Merged
merged 5 commits into from
Oct 7, 2024

Address pr comment

fae0ffe
Select commit
Loading
Failed to load commit list.
Merged

fix: recipient rate limited ISM #4636

Address pr comment
fae0ffe
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Olympix Integrated Security succeeded Oct 7, 2024 in 8s

3 new alerts including 3 low severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 low

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 19 in solidity/contracts/isms/warp-route/RateLimitedIsm.sol

See this annotation in the file changed.

Code scanning / Olympix Integrated Security

Some state variables are not being fuzzed in test functions, potentially leaving vulnerabilities unexplored. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-variables Low

Some state variables are not being fuzzed in test functions, potentially leaving vulnerabilities unexplored. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-variables

Check notice on line 37 in solidity/contracts/isms/warp-route/RateLimitedIsm.sol

See this annotation in the file changed.

Code scanning / Olympix Integrated Security

Parameters passed to a constructor that are not validated for correct values may lead to contract creation in an undesired state. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/no-parameter-validation-in-constructor Low

Parameters passed to a constructor that are not validated for correct values may lead to contract creation in an undesired state. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/no-parameter-validation-in-constructor

Check notice on line 38 in solidity/contracts/isms/warp-route/RateLimitedIsm.sol

See this annotation in the file changed.

Code scanning / Olympix Integrated Security

Parameters passed to a constructor that are not validated for correct values may lead to contract creation in an undesired state. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/no-parameter-validation-in-constructor Low

Parameters passed to a constructor that are not validated for correct values may lead to contract creation in an undesired state. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/no-parameter-validation-in-constructor