The fallback function allows external calls without restrictions. This can pose a security risk, especially if the contract holds funds or interacts with external contracts. Consider adding access control or limiting external calls to trusted contracts only.
🐛 Bug Report
Unrestricted External Call in
fallback
Function📝 Description
The
fallback
function allows external calls without restrictions. This can pose a security risk, especially if the contract holds funds or interacts with external contracts. Consider adding access control or limiting external calls to trusted contracts only.address: core/tests/ts-integration/contracts/custom-account/custom-account.sol