-
Hi,
```solidity
//SPDX-License-Identifier: MIT
pragma solidity ^0.4.0;
contract CrossReentrancy {
// INSECURE
mapping (address => uint) private userBalances;
function transfer…
-
**Is your feature request related to a problem? Please describe.**
Mythx is not working out for us. Remove it and add slither
**Describe the solution you'd like**
A clear and concise description …
-
build is currently failing due to security issues reported by mythx
-
## Description
Crash when analyzing bytecode
## How to Reproduce
```console
$ cat demo.hex
6060604052361561006c5760e060020a60003504630274ea8181146100795780631bfa5d8a146100985780633741b92b…
-
## Description
At "pip3 install mythril" I am getting error with Python 3.8.8 as : 'Building wheels for collected packages: pyethash, plyvel'
terminal logs:
`Requirement already satisfied: py…
-
I followed the doc:
```bash
brew update
brew upgrade
brew tap ethereum/ethereum
brew install leveldb
brew install solidity
pip3 install mythril
```
So I end up with the following dependencies…
Elyx0 updated
2 years ago
-
# Handle
maxgrok
# Vulnerability details
## Impact
The function definition of "null" lacks a visibility specifier. Note that the compiler assumes "public" visibility by default. Function visibilit…
-
`truffle run verify [MyContract]` is the same plugin command used by the MythX plugin. I had to remove `truffle-security` from plugins to use this one.
https://github.com/ConsenSys/truffle-security
-
![errer1](https://user-images.githubusercontent.com/93787953/141926507-401a4ff3-4526-4cfb-9857-d6416dec0d6a.jpg)
![errer2](https://user-images.githubusercontent.com/93787953/141926517-f053e0fc-bce7…
-
### Version Information
* vyper Version (output of `vyper --version`): 0.3.1
* OS: Arch Linux
* Python Version (output of `python --version`): 3.9.9
### What's your issue about?
Error:
`…