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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,10 +124,10 @@ Num | Detector | What it Detects | Impact | Confidence
124
124
73 | `constable-states` | [State variables that could be declared constant](https://github.com/crytic/slither/wiki/Detector-Documentation#state-variables-that-could-be-declared-constant) | Optimization | High
125
125
74 | `external-function` | [Public function that could be declared external](https://github.com/crytic/slither/wiki/Detector-Documentation#public-function-that-could-be-declared-external) | Optimization | High
126
126
127
-
See the [Detectors Documentation](https://github.com/crytic/slither/wiki/Detector-Documentation) for more information.
128
-
By default, all the detectors are run.
129
-
130
-
Check out [Crytic](https://crytic.io/) to get access to additional Slither's detectors and GitHub integration.
127
+
For more information, see
128
+
- The [Detector Documentation](https://github.com/crytic/slither/wiki/Detector-Documentation) for details on each detector
129
+
- The [Detection Selection](https://github.com/crytic/slither/wiki/Usage#detector-selection) to run only selected detectors. By default, all the detectors are run.
130
+
- The [Triage Mode](https://github.com/crytic/slither/wiki/Usage#triage-mode) to filter individual results
131
131
132
132
## Printers
133
133
@@ -152,7 +152,7 @@ See the [Printer documentation](https://github.com/crytic/slither/wiki/Printer-d
152
152
-`slither-prop`: [Automatic unit test and property generation](https://github.com/crytic/slither/wiki/Property-generation)
153
153
-`slither-flat`: [Flatten a codebase](https://github.com/crytic/slither/wiki/Contract-Flattening)
154
154
-`slither-check-erc`: [Check the ERC's conformance](https://github.com/crytic/slither/wiki/ERC-Conformance)
0 commit comments