Closed ryandgoulding closed 1 month ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@layerzerolabs/eslint-config-next@2.3.39, npm/@layerzerolabs/lz-definitions@2.3.39, npm/@layerzerolabs/lz-evm-messagelib-v2@2.3.39, npm/@layerzerolabs/lz-evm-oapp-v1@2.3.39, npm/@layerzerolabs/lz-evm-protocol-v2@2.3.39, npm/@layerzerolabs/lz-evm-sdk-v1@2.3.39, npm/@layerzerolabs/lz-evm-sdk-v2@2.3.39, npm/@layerzerolabs/lz-solana-sdk-v2@2.3.39, npm/@layerzerolabs/prettier-config-next@2.3.39, npm/@layerzerolabs/solhint-config@2.3.39, npm/@rushstack/eslint-patch@1.10.4, npm/@solana/web3.js@1.95.2, npm/chai@4.5.0, npm/eslint-plugin-jest@27.9.0, npm/hardhat@2.22.10, npm/typescript@5.5.4
OS-SFT-ADV-00 (LOW):
compute_fee_and_adjust_amount
incorrectly appliesremove_dust
to theamount_sent_ld
, potentially resulting in the sent amount being less than required.OS-SFT-SUG-00: Suggestion to utilize saturating math to prevent any possibility of overflows in
RateLimiter:refill
.