Patch Unsafe ERC20 operations to ignore transfer
the method access is on an address
type.
#63
Labels
bug
Something isn't working
Right now, the unsafe ERC20 operations vulnerability pattern is matching on MemberAccess nodes in the AST where the function identifier is
transfer
,transferFrom
andapprove
. This needs to be updated to ignore instances where the MemberAccess is on anaddress
type.The text was updated successfully, but these errors were encountered: