security_doctor 0.6.0
security_doctor: ^0.6.0 copied to clipboard
Security audit for Flutter and Dart apps: OWASP MASVS and CWE mapped checks for Dart code, configs and native manifests. Built for CI.
Changelog #
0.6.0 - 2026-07-17 #
0.5.1 - 2026-07-11 #
0.5.0 - 2026-07-10 #
0.4.0 - 2026-07-10 #
0.3.0 - 2026-07-10 #
0.1.0 - 2026-07-10 #
Features #
- rule engine core with console and JSON reports (#1) (252b433)
- rules SD001-SD004 on a lazy Dart AST pass (#3) (a538480)
- rules SD005-SD007 on XML-parsed native configs (#5) (07b911e)
- SARIF and Markdown reports, SD008, vulnerable demo app (#6) (6bfec11)
- project scaffolding: CLI skeleton, CI and release automation (caf6f94)