mirror of https://github.com/ConsenSys/mythril
blockchainethereumsmart-contractssoliditysecurityprogram-analysissecurity-analysissymbolic-execution
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
527 B
14 lines
527 B
7 years ago
|
{
|
||
|
"success": true,
|
||
|
"error": null,
|
||
|
"issues": [
|
||
|
{
|
||
|
"title": "Use of tx.origin",
|
||
|
"description": "Function transferOwnership(address) retrieves the transaction origin (tx.origin) using the ORIGIN opcode. Use tx.sender instead.\nSee also: https://solidity.readthedocs.io/en/develop/security-considerations.html#tx-origin",
|
||
|
"function": "transferOwnership(address)",
|
||
|
"type": "Warning",
|
||
|
"address": 317,
|
||
7 years ago
|
"debug": "<DEBUG-DATA>"
|
||
7 years ago
|
}
|
||
|
]
|
||
7 years ago
|
}
|