Skip to content

Commit c44430c

Browse files
author
iGor milhit
committedSep 28, 2021
documentation: add a minimal security policy
* Closes #2411. Co-Authored-by: Igor Milhit <igor.milhit@rero.ch>
1 parent 2741639 commit c44430c

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed
 

‎CONTRIBUTING.rst

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ little bit helps, and credit will always be given.
2424
Types of Contributions
2525
----------------------
2626

27+
Security Reports
28+
~~~~~~~~~~~~~~~~~
29+
30+
In case you identified a security issue on the project, please report it to the
31+
e-mail address given in the `security policy`_.
32+
2733
Report Bugs
2834
~~~~~~~~~~~
2935

@@ -137,3 +143,4 @@ Before you submit a pull request, check that it meets these guidelines:
137143

138144
.. References:
139145
.. _installation procedure: INSTALL.rst
146+
.. _security policy: SECURITY.rst

‎README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ You can help translating the software on `Weblate`_.
172172
To contribute to the code itself, please check the
173173
`contributing recommandations`_.
174174

175+
In case of security issue, please contact the e-mail address provided in the
176+
`security policy`_.
177+
175178
The RERO ILS ecosystem
176179
----------------------
177180

@@ -237,6 +240,7 @@ you can run your own ebooks server.
237240
.. _`Weblate`: https://hosted.weblate.org/projects/rero_plus/#information
238241
.. _`Gitter`: https://gitter.im/rero/reroils
239242
.. _`contributing recommandations`: https://github.com/rero/rero-ils/blob/dev/CONTRIBUTING.rst
243+
.. _`security policy`: https://github.com/rero/rero-ils/blob/dev/SECURITY.rst
240244
.. _`rero-ils GitHub project`: https://github.com/rero/rero-ils
241245
.. _`rero-ils-ui`: https://github.com/rero/rero-ils-ui
242246
.. _`ng-core`: https://github.com/rero/ng-core

‎SECURITY.rst

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. RERO ILS Copyright (C) 2019 RERO
2+
3+
This program is free software: you can redistribute it and/or modify
4+
it under the terms of the GNU Affero General Public License as published by
5+
the Free Software Foundation, version 3 of the License.
6+
7+
This program is distributed in the hope that it will be useful,
8+
but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
GNU Affero General Public License for more details.
11+
12+
You should have received a copy of the GNU Affero General Public License
13+
along with this program. If not, see <http://www.gnu.org/licenses/>.
14+
15+
16+
Security policy
17+
===============
18+
19+
If you wish to disclose a security issue occurring on this projet,
20+
please send an e-mail to the following address:
21+
22+
`security@rero.ch`_
23+
24+
Thanks for your report.
25+
26+
.. References:
27+
.. _security@rero.ch: mailto:security@rero.ch

0 commit comments

Comments
 (0)
Please sign in to comment.