issue=Issue(node.module_name,node.function_name,None,"Use of tx.origin","Warning", \
"Access to the function "+node.function_name+"is granted based on tx.origin. Use tx.sender instead.\nSee also: https://solidity.readthedocs.io/en/develop/security-considerations.html#tx-origin"
"Function "+node.function_name+"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"