-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: fix all high, critical and an big part of minor issue of Open Ze…
…pelin Defender Automatic Report
- Loading branch information
1 parent
7e1dac8
commit 792f039
Showing
14 changed files
with
368 additions
and
238 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,14 +10,19 @@ import {Constants} from "../libraries/Constants.sol"; | |
/// @title Attacker | ||
/// @custom:security-contact [email protected] | ||
contract Attacker { | ||
/// @notice Hash On-chain Organisation to Attack | ||
bytes32 public orgFromAttacker; | ||
/// @notice Safe super address to Attack | ||
address public superSafeFromAttacker; | ||
/// @notice Safe target address to Attack | ||
address public targetSafeFromAttacker; | ||
/// @notice Data payload of the transaction to Attack | ||
bytes public dataFromAttacker; | ||
/// @notice Packed signatures data (v, r, s) to Attack | ||
bytes public signaturesFromAttacker; | ||
|
||
/// @notice Owners of the Safe Multisig Wallet Attacker | ||
address[] public owners = new address[](2); | ||
|
||
/// @notice Instance of PalmeraModule | ||
PalmeraModule public palmeraModule; | ||
|
||
constructor(address payable _contractToAttackAddress) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.