From cc1efea142bf0af893b1775e88d1539fa7bfdb6d Mon Sep 17 00:00:00 2001 From: Saivann Date: Sat, 3 May 2014 19:35:42 -0400 Subject: [PATCH] Move bitcoin-security mailing list link outside translations --- _templates/development.html | 1 + _translations/en.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_templates/development.html b/_templates/development.html index fa2b93de..a2b3f7c1 100755 --- a/_templates/development.html +++ b/_templates/development.html @@ -32,6 +32,7 @@ id: development {% when 'ar' or 'fa' or 'id' or 'pl' or 'zh_TW' %} {% else %}

{% translate disclosure %}

+

bitcoin-security@lists.sourceforge.net

{% translate disclosuretxt %}

{% endcase %} diff --git a/_translations/en.yml b/_translations/en.yml index 3ac5b523..0e615e5b 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -140,7 +140,7 @@ en: speclink3: "Bitcoin Wiki" coredev: "Core developers" disclosure: "Responsible disclosure" - disclosuretxt: "If you find a vulnerability related to Bitcoin, non-critical vulnerabilities can be emailed in English to any of the core developers or sent to the private bitcoin-security@lists.sourceforge.net mailing list. An example of a non-critical vulnerability would be an expensive-to-carry-out denial of service attack. Critical vulnerabilities that are too sensitive for unencrypted email should be sent to one or more of the core developers, encrypted with their PGP key(s)." + disclosuretxt: "If you find a vulnerability related to Bitcoin, non-critical vulnerabilities can be emailed in English to any of the core developers or sent to the private bitcoin-security mailing list listed above. An example of a non-critical vulnerability would be an expensive-to-carry-out denial of service attack. Critical vulnerabilities that are too sensitive for unencrypted email should be sent to one or more of the core developers, encrypted with their PGP key(s)." involve: "Get involved" involvetxt1: "Bitcoin is free software and any developer can contribute to the project. Everything you need is in the GitHub repository. Please make sure to read and follow the development process described in the README, as well as to provide good quality code and respect all guidelines." involvetxt2: "Development discussion takes place on GitHub and the bitcoin-development mailing list at sourceforge. Less formal development discussion happens on irc.freenode.net #bitcoin-dev (web interface, logs)."