Files
apidash/doc/security/COMMANDS.md
Ankit Mahato 37fbab9d1d update docs
2025-12-05 20:31:08 +05:30

345 B

Useful Commands

Check for outdated dependency vulnerabilities

dart pub outdated

Run static analysis

flutter analyze

Check dependencies

flutter pub deps --style=compact

Generate SBOM with License

brew install cdxgen

export FETCH_LICENSE=true

cdxgen -t dart -o sbom.json