This report was generated by Aderyn, a static analysis tool built by Cyfrin, a blockchain security company. This report is not a substitute for manual audit or security review. It should not be relied upon for any purpose other than to assist in the identification of potential security vulnerabilities.
| Key | Value |
|---|---|
| .sol Files | 1 |
| Total nSLOC | 52 |
| Filepath | nSLOC |
|---|---|
| contracts/SentinelRegistry.sol | 52 |
| Total | 52 |
| Category | No. of Issues |
|---|---|
| High | 0 |
| Low | 2 |
Contracts have owners with privileged rights to perform admin tasks and need to be trusted to not perform malicious updates or drain funds.
2 Found Instances
Check for address(0) when assigning values to address state variables.
1 Found Instances
-
Found in contracts/SentinelRegistry.sol Line: 48
owner = newOwner;