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.
29 lines
1.1 KiB
29 lines
1.1 KiB
[
|
|
{
|
|
"issues": [
|
|
{
|
|
"description": {
|
|
"head": "Use of tx.origin is deprecated.",
|
|
"tail": "The smart contract retrieves the transaction origin (tx.origin) using msg.origin. Use of msg.origin is deprecated and the instruction may be removed in the future. Use msg.sender instead.\nSee also: https://solidity.readthedocs.io/en/develop/security-considerations.html#tx-origin"
|
|
},
|
|
"extra": {
|
|
"discoveryTime": "<DISCOVERY-TIME-DATA>"
|
|
},
|
|
"locations": [
|
|
{
|
|
"sourceMap": "317:1:0"
|
|
}
|
|
],
|
|
"severity": "Medium",
|
|
"swcID": "SWC-111",
|
|
"swcTitle": "Use of Deprecated Solidity Functions"
|
|
}
|
|
],
|
|
"meta": {},
|
|
"sourceFormat": "evm-byzantium-bytecode",
|
|
"sourceList": [
|
|
"0x25b20ef097dfc0aa56a932c4e09f06ee02a69c005767df86877f48c6c2412f03"
|
|
],
|
|
"sourceType": "raw-bytecode"
|
|
}
|
|
] |