dart_shield 0.1.0-dev.3 copy "dart_shield: ^0.1.0-dev.3" to clipboard
dart_shield: ^0.1.0-dev.3 copied to clipboard

A security CLI tool (SAST) to detect security issues in Dart code.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dart_shield

Use it

The package has the following executables:

$ dart_shield

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_shield

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

dependencies:
  dart_shield: ^0.1.0-dev.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_shield/dart_shield.dart';
2
likes
40
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

A security CLI tool (SAST) to detect security issues in Dart code.

Topics

#security #analyzer #sast #tools #static-analysis

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, args, cli_completion, collection, file, file_system, glob, json_annotation, mason_logger, path, pub_updater, source_span, yaml

More

Packages that depend on dart_shield