Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 779 Bytes

SECURITY.md

File metadata and controls

21 lines (12 loc) · 779 Bytes

Security

Dependencies audit

From time to time it's reasonable to update dependencies. Use the following command

cargo update

Automated (CI)

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

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

Shell scripts

Always inspect shell scripts before executing it on your machine.