Error in running slither analysis using ast generated by solc
Open
- Dominant language
- Python
- Stars
- 6.4k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
When I run `slither ast.json` or `slither --solc-ast ast.json` , I get error:
```
slither.exceptions.SlitherError: Invalid compilation:
Incorrect file format
ERROR:root:Error:
ERROR:root:Invalid compilation:
Incorrect file format
```
Also, I would like to know if AST is provided to the command, will it still go for the compilation?
Contributor guide
Assessment
This issue has not been assessed yet.