Nuno Veloso

Results 6 issues of Nuno Veloso

**Describe the bug** Zmap replaces some bytes of UDP response with null bytes. I capture the received packet and looked into it with Wireshark and the response packet has all...

bug

Hi! In this PR I added support for specifying the timeout used in sockets via an argument. I changed the use of select syscall to poll syscall. Select syscall has...

Hi! The contract **integer_overflow_benign_1.sol** has no vulnerability when compiled with solc version v0.4.25+commit.59dbf8f1 because the compiler removes the dead code. The vulnerability exists in the source code but in the...

enhancement
good first issue

When running inspection.py script I get IO/ERROR because two folders were missing. I fixed it.

Hi! The contract **integer_overflow_benign_1.sol** has no vulnerability when compiled with solc version v0.4.25+commit.59dbf8f1 because the compiler removes the dead code. The vulnerability exists in the source code but in the...

enhancement
good first issue

I was looking into how I could set the source IP address and port when using boto3 but could not find a way. It turns out that I was not...