https://github.com/code-423n4/2022-06-nested/blob/b4a153c943d54755711a2f7b80cbbf3a5bb49d76/contracts/governance/OwnerProxy.sol#L20
The protocol is using low level calls with solidity version 0.8.14 which can result in optimizer bug.
See POC from Certora
Consider upgrading to solidity 0.8.15.
