Skip to content

Commit

Permalink
docs: readme add detector nep-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
futuretech6 committed Dec 16, 2022
1 parent f54114d commit 5c9348b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ All vulnerabilities **Rustle** can find.
| `yocto-attach` | [no `assert_one_yocto` in privileged function](docs/detectors/yocto-attach.md) | Medium |
| `dup-collection-id` | [duplicate id uses in collections](docs/detectors/dup-collection-id.md) | Medium |
| `unregistered-receiver` | [no panic on unregistered transfer receivers](docs/detectors/unregistered-receiver.md) | Medium |
| `nep${id}-interface` | [find all unimplemented NEP interface](docs/detectors/nep-interface.md) | Medium |
| `prepaid-gas` | [missing check of prepaid gas in `ft_transfer_call`](docs/detectors/prepaid-gas.md) | Low |
| `non-callback-private` | [macro `#[private]` used in non-callback function](docs/detectors/non-callback-private.md) | Low |
| `unused-ret` | [function result not used or checked](docs/detectors/unused-ret.md) | Low |
Expand Down

0 comments on commit 5c9348b

Please sign in to comment.