Expand description
Dependency analysis — scans for known vulnerabilities in dependencies.
Maintains an embedded vulnerability database of known Solidity library CVEs
and supports online updates via HTTP fetch (using curl subprocess) with
a local JSON cache that persists between runs.
Structs§
- Dependency
Scanner - Scanner for dependency vulnerabilities.
- Dependency
Vulnerability - A vulnerability found in a dependency.