Dependency tree uses EOL Solidity version
PancakeSwap's assessment for RD-F-174 — scored yellow on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
V2 contracts compiled with Solidity 0.5.16 (last release 2020, EOL). V3 contracts compiled with Solidity 0.7.6 (last release 2020, EOL). Both V2 and V3 are immutable deployments — they cannot be recompiled. The EOL risk is limited to inability to patch bugs via recompilation, but contracts are also permanently frozen. Infinity uses 0.8.26 (supported). Yellow assigned because V2/V3 compiler is EOL even though immutability limits the practical risk.
Sources #
- Etherscan
Methodology #
Determine whether the deployed code or its dependencies use an EOL or unsupported Solidity version without a forward-compatibility patch.
See the full factor methodology and distribution across all protocols →