Bypassing Security Policies
Biconomy expressed their concern that Security Policies should not be bypassable. After a thorough review of the specified code and relevant tests regarding the SecurityPolicyManagerPlugin
contract, we did not identify any instances in which a Security Policy is enabled by a user, but is not called by the Security Policy Manager plugin.
In multiple tests provided by Biconomy, including testEnable*
and testDisable*
functions, along with their negative scenario counterparts, we found that the ideal end state of enabling or disabling a Security Policy is consistently achieved and validated, without any unexpected side effects.