Use call for ETH transfers
Using transfer() to send ETH is discouraged as it uses a hardcoded value of 2300 gas, which could cause problems when sending ETH to contracts that use more than 2300 gas in their fallback function. In addition, existing contracts that use less than 2300 gas now could potentially break if future hardforks modify the gas costs of their code.
Judge has assessed an item in Issue #207 as Medium risk. The relevant finding follows: