You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the examples seem to contain multiple contracts in the source file (e.g. modifier_reentrancy.sol). Typically you have to specify which contract to verify when using automated tools, so reading the contract name from the yaml config would be very helpful.
Is there anywhere else where I can reliably find the contract name for each contract with a vulnerability? It's possible to read the file and fetch every name, but having the name on hand would be much easier.
The text was updated successfully, but these errors were encountered:
Some of the examples seem to contain multiple contracts in the source file (e.g. modifier_reentrancy.sol). Typically you have to specify which contract to verify when using automated tools, so reading the contract name from the yaml config would be very helpful.
Is there anywhere else where I can reliably find the contract name for each contract with a vulnerability? It's possible to read the file and fetch every name, but having the name on hand would be much easier.
The text was updated successfully, but these errors were encountered: