Security and privacy

Dica

No Weblate, a segurança mantém um ambiente que valoriza a privacidade dos nossos utilizadores.

Weblate development follows the Best Practices of the Linux Foundation’s Core Infrastructure Initiative.

Tracking dependencies for vulnerabilities

We do monitor security issues in our dependencies using Dependabot. This covers Python and JavaScript libraries and latest stable release should have adjusted dependencies to avoid vulnerabilities.

Dica

There might be vulnerabilities in third-party libraries which do not affect Weblate, and we do not address these in a bugfix release.

Docker containers security

The Docker containers are scanned using Anchore and Trivy.

This allows us to detect vulnerabilities early and release an updated version of the container containing fixes.

You can get the results of these scans at GitHub - they are stored as artifacts on our CI as Static Analysis Results Interchange Format (SARIF).

Veja também

Continuous integration