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.
15 lines
433 B
15 lines
433 B
7 years ago
|
==== Use of tx.origin ====
|
||
|
Type: Warning
|
||
|
Contract: Origin
|
||
|
Function name: transferOwnership(address)
|
||
|
PC address: 317
|
||
|
Function transferOwnership(address) retrieves the transaction origin (tx.origin) using the ORIGIN opcode. Use tx.sender instead.
|
||
|
See also: https://solidity.readthedocs.io/en/develop/security-considerations.html#tx-origin
|
||
|
--------------------
|
||
7 years ago
|
In file: <TESTDATA>/inputs/origin.sol:18
|
||
7 years ago
|
|
||
|
tx.origin
|
||
|
|
||
|
--------------------
|
||
|
|