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:
authorJos Poortvliet <jospoortvliet@gmail.com>2021-06-02 16:23:06 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-06-02 16:23:24 +0300
commit5753234402181c5dfdcf596dba469fea5abec14a (patch)
tree1650c00d26c61334351af8eb24ee7f39f9c954ef /page-security.php
parent6fa07ef5ef8376ce66001574faf5cf978259a8f4 (diff)
link to full list of security advisories
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-security.php')
-rw-r--r--page-security.php15
1 files changed, 8 insertions, 7 deletions
diff --git a/page-security.php b/page-security.php
index 6c8e00da..94307beb 100644
--- a/page-security.php
+++ b/page-security.php
@@ -20,7 +20,8 @@
<div class="sub-nav"><a class="hyperlink" href="<?php echo home_url('security/advisories') ?>"><?php echo $l->t('Security Advisories');?></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a class="hyperlink" href="<?php echo home_url('security/threat-model') ?>"><?php echo $l->t('Threat Model');?></a>
</div>
<h2><?php echo $l->t('Security information');?></h2>
-<p><?php echo $l->t('This page hosts our security policies and information with regards to reporting security flaws. Learn more about how Nextcloud offers the');?> <a class="hyperlink" href="<?php echo home_url('secure') ?>"><?php echo $l->t('best security in the open source file sync and share industry here</a>.');?></p>
+<p><?php echo $l->t('This page hosts our security policies and information with regards to reporting security flaws. Learn more about how Nextcloud aims to offer the');?> <a class="hyperlink" href="<?php echo home_url('secure') ?>"><?php echo $l->t('best security in the open source file sync and share industry here.');?></a></p>
+<p><a class="hyperlink" href="https://nextcloud.com/security/old-advisories"><?php echo $l->t('See advisories from before Jue 1 2020 here');?></a></p>
<p><?php echo $l->t('For server owners, our documentation has a section with');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>installation/harden_server.html" target="_blank"><?php echo $l->t('best practices and tips on securing a Nextcloud server.');?></a></p>
<div class="row">
@@ -32,15 +33,15 @@
<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 class="hyperlink" href="<?php echo home_url('security/threat-model') ?>"><?php echo $l->t('threat model</a> to know what is expected behavior.');?></p>
+ <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.');?> <a class="hyperlink" href="<?php echo home_url('security/threat-model') ?>"><?php echo $l->t('Read our threat model');?></a> <?php echo $l->t('to know what is expected behavior.');?></p>
<h3><?php echo $l->t('PGP Key for Submissions');?></h3>
- <p><?php echo $l->t('In order to facilitate secure submission of security issues, we provide the <a class="hyperlink" href="https://pgp.mit.edu/pks/lookup?op=get&search=0xD75899B9A724937A">following PGP key</a> for confidential submission:');?></p>
+ <p><?php echo $l->t('In order to facilitate secure submission of security issues, we provide the following');?> <a class="hyperlink" href="https://pgp.mit.edu/pks/lookup?op=get&search=0xD75899B9A724937A"><?php echo $l->t('PGP key');?></a> <?php echo $l->t('for confidential submission:');?></p>
<ul>
- <li><?php echo $l->t('Key ID: <code>A724937A</code>
- ');?></li>
- <li><?php echo $l->t('Fingerprint: <code>2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A</code>
- ');?></li>
+ <li>Key ID: <code>A724937A</code>
+ </li>
+ <li>Fingerprint: <code>2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A</code>
+ </li>
</ul>
<p><?php echo $l->t('We do however recommend to not encrypt the information submitted via HackerOne as only a small subset of the team has access to this key.');?></p>