Closed code423n4 closed 1 year ago
raymondfam marked the issue as low quality report
Insufficient proof. Additionally, the contract wouldn't compile with missing essential imports.
HickupHH3 marked the issue as unsatisfactory: Overinflated severity
Lines of code
https://github.com/GenerationSoftware/pt-v5-cgda-liquidator/blob/7f95bcacd4a566c2becb98d55c1886cadbaa8897/src/LiquidationPair.sol#L4-L6
Vulnerability details
Impact
Wrong Import Path Directories of LiquidationPair.sol contract would affect the functionality of the contract as this contract relies of the implementation of this imports
Proof of Concept
based on the context of the LiquidationPair.sol contract location in the code base, these imports seem to be wrong
Tools Used
Solidity, Manual Review
Recommended Mitigation Steps
The code base should be re-accessed and reorganized to ensure right import directories
Assessed type
Access Control