Skip to content

Commit 2c623c3

Browse files
committed
Merge branch 'master' into dev
2 parents e3a6eb4 + e314874 commit 2c623c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ Num | Detector | What it Detects | Impact | Confidence
124124
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
125125
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
126126

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
131131

132132
## Printers
133133

@@ -152,7 +152,7 @@ See the [Printer documentation](https://github.com/crytic/slither/wiki/Printer-d
152152
- `slither-prop`: [Automatic unit test and property generation](https://github.com/crytic/slither/wiki/Property-generation)
153153
- `slither-flat`: [Flatten a codebase](https://github.com/crytic/slither/wiki/Contract-Flattening)
154154
- `slither-check-erc`: [Check the ERC's conformance](https://github.com/crytic/slither/wiki/ERC-Conformance)
155-
- `slither-format`: [Automatic patches generation](https://github.com/crytic/slither/wiki/Slither-format)
155+
- `slither-format`: [Automatic patch generation](https://github.com/crytic/slither/wiki/Slither-format)
156156

157157
See the [Tool documentation](https://github.com/crytic/slither/wiki/Tool-Documentation) for additional tools.
158158

0 commit comments

Comments
 (0)