Skip to content

Instantly share code, notes, and snippets.

View ParsaAminpour's full-sized avatar
🎯
Focusing

0xParsa | Σ🧠Ξ ParsaAminpour

🎯
Focusing
View GitHub Profile

Author: Parsa Amini

Findings

[L-1] Multi-calling the length of list in the loop at the pipeline::Pipeline.sol smart contract.

Vulnerability Details

Using multi-continuous calling during a loop takes cost, especially if the function is external. Therefore, the length of the list could be arbitrary, cause increasing the number of calls.