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

Add wUSDM as collateral to USDT market on Mainnet #930

fix: undo changes

c83f30f
Select commit
Loading
Failed to load commit list.
Merged

Add wUSDM as collateral to USDT market on Mainnet #930

fix: undo changes
c83f30f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS succeeded Nov 15, 2024 in 5s

4 new alerts

New alerts in code changed by this pull request

  • 3 warnings
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 63 in contracts/pricefeeds/PriceFeedWith4626Support.sol

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: compound.solidity.missing-constructor-sanity-checks Warning

There're no sanity checks for the constructor argument description_.

Check warning on line 63 in contracts/pricefeeds/PriceFeedWith4626Support.sol

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: compound.solidity.missing-constructor-sanity-checks Warning

There're no sanity checks for the constructor argument rateProvider_.

Check warning on line 63 in contracts/pricefeeds/PriceFeedWith4626Support.sol

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: compound.solidity.missing-constructor-sanity-checks Warning

There're no sanity checks for the constructor argument underlyingPriceFeed_.

Check notice on line 63 in contracts/pricefeeds/PriceFeedWith4626Support.sol

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: rules.solidity.performance.non-payable-constructor Note

Consider making costructor payable to save gas.