Security

Dependencies audit

From time to time it's reasonable to audit dependencies for security issues and fix found issues.

Manual (local)

Use the following command to perform audit check and apply automatic fixes if possible.

yarn audit:fix

Automated (CI)

The dependencies audit procedure should be automated by leveraging tools like Dependabotarrow-up-right, or GitHub Actionsarrow-up-right in conjunction with Snykarrow-up-right and similar tools.

Code scanning

Source code should be regularly checked for vulnerabilities by leveraging GitHub Actionsarrow-up-right with tools like CodeQLarrow-up-right and similar. See more here CodeQL Actionarrow-up-right

Shell scripts

Always inspect shell scripts before executing it on your machine.

Last updated