Skip to content

Commit

Permalink
fixing mutants
Browse files Browse the repository at this point in the history
  • Loading branch information
nisnislevi committed Nov 16, 2023
1 parent 9ce7232 commit 596d17d
Show file tree
Hide file tree
Showing 3 changed files with 1,113 additions and 3 deletions.
6 changes: 3 additions & 3 deletions security/certora/tests/REPORT-voting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ The change: VotingMachineWithProofs.sol::319

8. DETECTED
Changed file: VotingMachineWithProofs.sol ==> VotingMachineWithProofs-8.sol
The change: VotingMachineWithProofs.sol::250
The change: VotingMachineWithProofs.sol::324
orig:
Proposal storage proposal = _proposals[proposalId];
Proposal storage proposal = _proposals[proposalId];
mutant:
Proposal storage proposal = _proposals[0];

Suggestion for rules that can catch it:

9. UNDETECTED
Changed file: VotingMachineWithProofs.sol ==> VotingMachineWithProofs-9.sol
The change: VotingMachineWithProofs.sol::288
The change: VotingMachineWithProofs.sol::385
orig:
proposalListLength - skip - i - 1
mutant:
Expand Down
Loading

0 comments on commit 596d17d

Please sign in to comment.