Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2017-01-23 15:40:59 +0300
committerMarius Blüm <marius@lineone.io>2017-01-23 15:40:59 +0300
commit01d4a1a64812966ef751fb1daf08e8af76169623 (patch)
tree6ef4800ab84ca7d312a56cd9c7bc0d46f0794e3a /page-security.php
parent08151f1409fe1302921d9c32d8bb6d270015ccdc (diff)
Add 11.x to supported releases / fixed Google Play
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'page-security.php')
-rw-r--r--page-security.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/page-security.php b/page-security.php
index 9e152b16..29c485c1 100644
--- a/page-security.php
+++ b/page-security.php
@@ -13,7 +13,7 @@
<li><?php echo $l->t('A vulnerability description');?></li>
<li><?php echo $l->t('Reproduction steps');?></li>
</ul>
-
+
<p><?php echo $l->t('A member of the security team will confirm the vulnerability, determine its impact, and develop a fix. The fix will be applied to the master branch, tested, and packaged in the next security release. The vulnerability will be publicly announced after the release. Finally, your name will be added to the <a href="https://hackerone.com/nextcloud/thanks">hall of fame</a> as a thank you from the entire Nextcloud community. Note our <a href="/security/threat-model">threat model</a> to know what is expected behavior.');?></p>
<h3><?php echo $l->t('PGP Key for Submissions');?></h3>
@@ -40,12 +40,13 @@
<h3><?php echo $l->t('Supported Product Versions');?></h3>
<p><?php echo $l->t('Nextcloud Server:');?></p>
<ul>
+ <li><?php echo $l->t('Latest 11.x release');?></li>
<li><?php echo $l->t('Latest 10.x release');?></li>
- <li><?php echo $l->t('Latest 9.0.x release');?></li>
+ <li><?php echo $l->t('Latest 9.x release');?></li>
</ul>
<p><?php echo $l->t('Nextcloud Android Client:');?></p>
<ul></p>
- <li><?php echo $l->t('Latest release on Google PlayStore');?></li>
+ <li><?php echo $l->t('Latest release on <a href="https://play.google.com/store/apps/details?id=com.nextcloud.client">Google Play Store</a>');?></li>
</ul>
</div>
</div>