docs.rs failed to build aderyn_driver-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
aderyn_driver-0.1.9
Aderyn Driver
aderyn_driver drives the process of running aderyn over a codebase, utilizing aderyn_core.
Order of operation:
- Framework detection.
- Aderyn uses the compiled AST of smart contracts to analyze them.
- Foundry and Hardhat projects are supported, and the ASTs are loaded depending on which one is detected.
- Build the
WorkspaceContext.- Upon loading the AST, context is built up within the
WorkspaceContextthat detectors can access.
- Upon loading the AST, context is built up within the
- Run Detectors on the
WorkspaceContext.- Each detector is run on the context and issues are stored in each detector.
- Report printed.
- Each detector is passed to the report printer, which prints each found issue in the report.