code-423n4 / 2021-06-tracer-findings

1 stars 0 forks source link

State variable not used #122

Open code423n4 opened 3 years ago

code423n4 commented 3 years ago

Handle

0xsanson

Vulnerability details

Impact

State variable perpsFactory is not used in the Insurance contract.

Proof of Concept

https://github.com/code-423n4/2021-06-tracer/blob/main/src/contracts/Insurance.sol#L18

Tools Used

Manual analysis

Recommended Mitigation Steps

Just delete it.

kumar-ish commented 3 years ago

Closed by accident