Skip to content

Security: rfprod/flutter_starter

Security

SECURITY.md

Security

Dependencies audit

From time to time it's reasonable to update the project dependencies which might have security fixes along with functional improvements.

Use the following command to work with the project dependencies

flutter pub --help

Automated (CI)

The dependencies audit procedure should be automated by leveraging tools like Dependabot, or GitHub Actions in conjunction with Snyk and similar tools.

The dependabot Dart support is in beta. The documentation references:

Code scanning

Source code should be regularly checked for vulnerabilities by leveraging GitHub Actions with tools like CodeQL and similar. See more here CodeQL Action

The CodeQL does not support Dart/Flutter yet. The documentation references:

Shell scripts

Always inspect shell scripts before executing it on your machine.

There aren’t any published security advisories