Add responsible disclosure section in development page (fixes #236)

This commit is contained in:
Saivann 2013-09-04 11:10:55 -04:00
parent d7f36c3922
commit a77a4909a3
3 changed files with 10 additions and 0 deletions

View file

@ -28,6 +28,13 @@ id: development
<li>Gregory Maxwell - <a href="mailto:greg@xiph.org">greg@xiph.org</a> - <a href="/gmaxwell.asc">PGP</a></li>
</ul>
{% case page.lang %}
{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %}
{% else %}
<h2>{% translate disclosure %}</h2>
<p>{% translate disclosuretxt %}</p>
{% endcase %}
<h2>{% translate involve %}</h2>
{% case page.lang %}
{% when 'es' %}

View file

@ -166,6 +166,8 @@ en:
speclink2: "<a href=\"https://en.bitcoin.it/wiki/Protocol_rules\">Protocol rules</a>"
speclink3: "<a href=\"https://en.bitcoin.it/wiki/Category:Technical\">Bitcoin Wiki</a>"
coredev: "Core developers"
disclosure: "Responsible disclosure"
disclosuretxt: "If you find a vulnerability in Bitcoin, non-critical vulnerabilities can be emailed in English to any of the core developers or sent to the private <a href=\"mailto:bitcoin-security@lists.sourceforge.net\">bitcoin-security@lists.sourceforge.net</a> 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)."
involve: "Get involved"
involvetxt1: "Bitcoin development is open-source and any developer can contribute to the project. Everything you need is in the <a href=\"https://github.com/bitcoin/bitcoin\">Github repository</a>. 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 <a href=\"http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development\">bitcoin-development</a> mailing list at sourceforge. Less formal development discussion happens on irc.freenode.net #bitcoin-dev (&rarr;<a href=\"#\" onclick=\"freenodeShow(event);\" />web interface</a>; <a href=\"http://bitcoinstats.com\">logs</a>)."

View file

@ -28,4 +28,5 @@ title: Network status and alerts - Bitcoin
{% endif %}{% endfilter_for %}
</ul>
<p>See the complete <a href="https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures">CVE list</a>.</p>
<p>Please refer to the <a href="/en/development">development</a> page if you want to report a vulnerability.</p>
</div>