The Token contract fails to implement blacklist validations in the approve() and permit() functions, contrary to the technical specification which explicitly requires that neither the owner nor spender should be blacklisted.
Link to the docs here.
Here is the ERC20MetaTxUpgradeable::permit() function:
And the ERC20Upgradeable functions:
