Skip to content
Triggered via push October 12, 2023 14:15
Status Success
Total duration 3m 26s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: foundry/test/CTF/Damn-Vulnerable-DeFi/01.Unstoppable.t.sol#L5
global import of path forge-std/Vm.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: foundry/test/CTF/Damn-Vulnerable-DeFi/01.Unstoppable.t.sol#L6
imported name console2 is not used
lint: foundry/test/CTF/Damn-Vulnerable-DeFi/01.Unstoppable.t.sol#L7
imported name console is not used
lint: foundry/test/CTF/Damn-Vulnerable-DeFi/01.Unstoppable.t.sol#L8
imported name ERC20 is not used
lint: foundry/test/CTF/Damn-Vulnerable-DeFi/01.Unstoppable.t.sol#L28
Explicitly mark visibility of state
lint: foundry/test/CTF/Damn-Vulnerable-DeFi/01.Unstoppable.t.sol#L28
Variable name must be in mixedCase
lint: foundry/test/CTF/Damn-Vulnerable-DeFi/01.Unstoppable.t.sol#L29
Explicitly mark visibility of state
lint: foundry/test/CTF/Damn-Vulnerable-DeFi/01.Unstoppable.t.sol#L29
Variable name must be in mixedCase
lint: foundry/test/CTF/Damn-Vulnerable-DeFi/01.Unstoppable.t.sol#L57
Possible reentrancy vulnerabilities. Avoid state changes after transfer
lint: foundry/test/CTF/Damn-Vulnerable-DeFi/02.Naive-Receiver.t.sol#L5
imported name Vm is not used