Skip to content

Commit 1f03765

Browse files
committed
Add new security.txt
Add to index, remove security.txt from exclude list in website. Add :orphan: to security-history.txt since it is only linked from upgrading.txt.
1 parent 8484ebc commit 1f03765

File tree

4 files changed

+34
-1
lines changed

4 files changed

+34
-1
lines changed

doc/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Contents
1717
features
1818
installation
1919
upgrading
20+
security
2021
FAQ
2122
user_guide
2223
customizing

doc/security-history.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.. meta::
2+
:description:
3+
Security mechanism implementation document for historical purposes.
4+
5+
:orphan:
6+
17
===================
28
Security Mechanisms
39
===================

doc/security.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. meta::
2+
:description:
3+
Documentation on how to report security issues with
4+
Roundup. Also index to security related portions in other
5+
Roundup documentation.
6+
7+
.. index::
8+
single: Reporting Security Issues
9+
single: Security Issues, Reporting
10+
11+
12+
======================================
13+
Reporting Security Issues with Roundup
14+
======================================
15+
16+
Security issues with Roundup should be reported by email to:
17+
18+
[email protected] (John Rouillard)
19+
20+
[email protected] (Ralf Schlatterbeck)
21+
22+
Also you can find rouilj on irc in channel #roundup at irc.oftc.net (see
23+
Contact_ for more directions and web interface).
24+
25+
Use these mechanisms to establish initial contact.
26+
27+
.. _Contact: https://www.roundup-tracker.org/contact.html

website/www/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
exclude_patterns = ['docs/index.txt',
7474
'docs/whatsnew-0.7.txt',
7575
'docs/whatsnew-0.8.txt',
76-
'docs/security.txt',
7776
'robots.txt',
7877
'_tmp']
7978

0 commit comments

Comments
 (0)