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(contracts): minor token related changes #4580

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

gas router event

33f316a
Select commit
Loading
Failed to load commit list.
Open

fix(contracts): minor token related changes #4580

gas router event
33f316a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Olympix Integrated Security failed Sep 26, 2024 in 8s

2 new alerts including 1 critical severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 critical
  • 1 low

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 136 in solidity/test/token/HypERC4626Test.t.sol

See this annotation in the file changed.

Code scanning / Olympix Integrated Security

Modifying state after making an external call may allow for reentrancy attacks. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/reentrancy Critical test

Modifying state after making an external call may allow for reentrancy attacks. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/reentrancy

Check notice on line 136 in solidity/test/token/HypERC4626Test.t.sol

See this annotation in the file changed.

Code scanning / Olympix Integrated Security

Reentrant functions which emit events after making an external call may lead to out-of-order events. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/reentrancy-events Low test

Reentrant functions which emit events after making an external call may lead to out-of-order events. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/reentrancy-events