{% 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 is seriously to maintain an environment that values the privacy of our users." %}

    {% trans "Weblate development follows The Linux Foundation Core Infrastructure Initiative Best Practices." %}

    {% trans "Security FAQ" %}

    {% trans "How do you store user passwords?" %}

    {% trans "Weblate stores all user passwords hashed, currently using PBKDF2, HMAC and SHA-256 with 150000 iterations." %}

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

    {% blocktrans %}Please see our documentation for instructions how to report security weaknesses in our platform.{% endblocktrans %}

    {% endblock %}