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.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate security_doctorUse it
The package has the following executables:
$ security_doctor
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add security_doctorWith Flutter:
$ flutter pub add security_doctorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
security_doctor: ^0.6.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:security_doctor/security_doctor.dart';