Missing interface import in SDLPoolSecondary.sol
The onlyCCIPController modifier in this contract requires the interface of the CCIP (Cross-Chain Interoperability Protocol) controller contract. If this modifier is used to maintain access to functions to only be callable by the CCIP controller, it is important for the interface of the contract to recognize and interact with the CCIP controller contract
This can cause the checks performed in onlyCCIPController modifier to not execute as intended. Also, If the onlyCCIPController modifier is used to maintain access to critical functions, not having proper interface import could potentially allow unauthorized individuals to execute those functions
VS Code
The appropriate CCIPController interface should be imported
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.