IzaiahSun

Results 3 issues of IzaiahSun

It seems that there is something wrong in function `get_direct_objects` in file `DockerImage/code/NlpUtils/DependencyTreeUtils.py`. On line 71, function `getConjunctions` is called with two parameters, while on line 14, there is only...

My submission failed on 2 statements of interprocedural constant propagation. Could anyone provide some tips on it? ``` Your submission correctly analyzes 85 out of 85 call sites in test...

## What is happening in the previous version ```solidity function onERC721Received( address, address from, uint256, bytes calldata ) external returns (bytes4) { require(_opened, "Already yet open."); require(msg.sender == address(erc721Contract), "Unauthorized...