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

    {% trans "Security Policy" %}

    {% doc_url 'contributing' 'security' as security_url %}

    {% trans "At Weblate, we take security seriously and strive to maintain an environment that values the security and privacy of our users." %}

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

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

    {% endblock %}