security_doctor 0.6.0 copy "security_doctor: ^0.6.0" to clipboard
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_doctor

Use 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_doctor

With Flutter:

 $ flutter pub add security_doctor

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  security_doctor: ^0.6.0

Alternatively, 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';
0
likes
160
points
343
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Security audit for Flutter and Dart apps: OWASP MASVS and CWE mapped checks for Dart code, configs and native manifests. Built for CI.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, args, crypto, glob, xml, yaml

More

Packages that depend on security_doctor