diff --git a/_templates/development.html b/_templates/development.html
index 25275301..a918ca14 100755
--- a/_templates/development.html
+++ b/_templates/development.html
@@ -28,6 +28,13 @@ id: development
Gregory Maxwell - greg@xiph.org - PGP
+{% 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 %}
+{% translate disclosure %}
+{% translate disclosuretxt %}
+{% endcase %}
+
{% translate involve %}
{% case page.lang %}
{% when 'es' %}
diff --git a/_translations/en.yml b/_translations/en.yml
index 754b916d..d25d213c 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -166,6 +166,8 @@ en:
speclink2: "Protocol rules"
speclink3: "Bitcoin Wiki"
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 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)."
involve: "Get involved"
involvetxt1: "Bitcoin development is open-source 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)."
diff --git a/en/alerts.html b/en/alerts.html
index bafe5e65..237f2f28 100644
--- a/en/alerts.html
+++ b/en/alerts.html
@@ -28,4 +28,5 @@ title: Network status and alerts - Bitcoin
{% endif %}{% endfilter_for %}
See the complete CVE list.
+ Please refer to the development page if you want to report a vulnerability.