{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
  • {% trans "Legal" %}
  • {% trans "Security" %}
  • {% endblock %} {% block content %} {% include 'legal/menu.html' %} {% documentation 'contributing' 'security' as security_url %}

    {% trans "Security Policy" %}

    {% trans "At Weblate, security maintains an environment that values the privacy of our users." %}

    {% comment %}Translators: See https://bestpractices.coreinfrastructure.org/ for more information on this{% endcomment %} {% trans "Weblate development follows the Best Practices of the Linux Foundation's Core Infrastructure Initiative." %}

    {% trans "Security FAQ" %}

    {% trans "How are user passwords stored?" %}

    {% trans "Hashed, currently using PBKDF2, HMAC and SHA-256 with 150000 iterations." %}

    {% trans "How to report a security issue?" %}

    {% blocktrans %}The documentation has instructions on safe reporting.{% endblocktrans %}

    {% endblock %}