-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add authors and small edits to the doc
- Loading branch information
Showing
6 changed files
with
56 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Project Contributors | ||
|
||
The following people have made contributions to this project: | ||
|
||
<!--- Use your GitHub account or any other personal reference URL ---> | ||
<!--- If you wish to not use your real name, please use your github username ---> | ||
<!--- The list should be alphabetical by last name if possible, with github usernames at the bottom and the istitution ---> | ||
|
||
<!--- See https://gist.github.com/djhoese/52220272ec73b12eb8f4a29709be110d for auto-generating parts of this list ---> | ||
|
||
- [Alexis Berne](https://people.epfl.ch/alexis.berne?lang=en) - EPFL | ||
- [Gionata Ghiggi (ghiggi)](https://github.com/ghiggi) - EPFL | ||
- [Jacopo Grazioli (jacgraz)](https://github.com/jacgraz) - EPFL | ||
- [Saverio Guzzo (saveriogzz)](https://github.com/saveriogzz) - TU DELFT | ||
- [Kim Candolfi (KimCandolfi)](https://github.com/KimCandolfi) - EPFL | ||
- [Régis Longchamp (regislon)](https://github.com/regislon) - EPFL | ||
- [Son Pham-Ba (sphamba)](https://github.com/sphamba) - EPFL | ||
- [Charlotte Gisèle Weil (charlottegiseleweil)](https://github.com/charlottegiseleweil) - EPFL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
disdrodb is currently pre-1.0 and includes some changes in every release. As such we can't | ||
guarantee that releases before 1.0 will see security updates except for the most recent | ||
release. After 1.0, you can expect more stability in the interfaces and security fixes to be | ||
backported more regularly. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 0.x.x (latest) | :white_check_mark: | | ||
| < 0.0.17 | :x: | | ||
|
||
## Unsafe YAML Loading | ||
|
||
disdrodb allows for unsafe loading of YAML configuration files. Any YAML files | ||
from untrusted sources should be sanitized of possibly malicious code. | ||
|
||
## Reporting a Vulnerability | ||
|
||
Do you think you've found a security vulnerability or issue in this project? Let us know by sending | ||
a message to the maintainers. Please include as much information on | ||
the issue as possible like code examples, documentation on the issue in other packages, etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.. _list_authors: | ||
|
||
.. mdinclude:: ../../AUTHORS.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters