From 0054e2af66d239d2d60aa8c2e26fe7f32747dfaa Mon Sep 17 00:00:00 2001 From: Hearot Date: Wed, 17 Jun 2020 23:58:14 +0200 Subject: [PATCH] docs: add a reference to the author's GPG public key --- CHANGELOG.md | 3 ++- FEATURES.md | 3 ++- SECURITY.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d6c0f..87bb147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Add a flowchart for `calendar_bot.py` ([f7b41b594d62a2874a280bb93b4b1ea419ea35d1](https://github.com/hearot/pyrubrum/commit/f7b41b594d62a2874a280bb93b4b1ea419ea35d1)) - Add a flowchart for `hitchhiker_bot.py` ([3f7057244f3e1c868e0e7b00f04e39d481468a6d](https://github.com/hearot/pyrubrum/commit/3f7057244f3e1c868e0e7b00f04e39d481468a6d)) - Add a flowchart for `sample_bot.py` ([a698a4f1c7b85640011f861b9f2ae6ffa5dbd001](https://github.com/hearot/pyrubrum/commit/a698a4f1c7b85640011f861b9f2ae6ffa5dbd001)) + - Add a reference to the author's GPG public key - Add a simple glossary ([0000e5ecc76f27f66833a28ef67836b5a338a353](https://github.com/hearot/pyrubrum/commit/0000e5ecc76f27f66833a28ef67836b5a338a353)) - Add a simple quickstart menu ([3b4e5c7581ec4457bc8427068524954ec4920418](https://github.com/hearot/pyrubrum/commit/3b4e5c7581ec4457bc8427068524954ec4920418)) - Add a tip for opening a feature request ([909dfff2923e8b551d4500f48223659cd1d97ec4](https://github.com/hearot/pyrubrum/commit/909dfff2923e8b551d4500f48223659cd1d97ec4)) @@ -23,7 +24,7 @@ ### Fixes - Make all the flowcharts follow the guidelines ([5e308d275e81617b2ce2cb89181e43f2d086db94](https://github.com/hearot/pyrubrum/commit/5e308d275e81617b2ce2cb89181e43f2d086db94)) - - Make the documentation consistent by deleting wrong content + - Make the documentation consistent by deleting wrong content ([48c8efaf0efe95e86cc25decf0670920441781fe](https://github.com/hearot/pyrubrum/commit/48c8efaf0efe95e86cc25decf0670920441781fe)) - Preserve order while adding a new child to a node ([8a0980c41c18b67d98830d00db10b77c59a85c07](https://github.com/hearot/pyrubrum/commit/8a0980c41c18b67d98830d00db10b77c59a85c07)) ### New features diff --git a/FEATURES.md b/FEATURES.md index 824322d..2696338 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -4,6 +4,7 @@ - Add a flowchart for `calendar_bot.py` ([f7b41b594d62a2874a280bb93b4b1ea419ea35d1](https://github.com/hearot/pyrubrum/commit/f7b41b594d62a2874a280bb93b4b1ea419ea35d1)) - Add a flowchart for `hitchhiker_bot.py` ([3f7057244f3e1c868e0e7b00f04e39d481468a6d](https://github.com/hearot/pyrubrum/commit/3f7057244f3e1c868e0e7b00f04e39d481468a6d)) - Add a flowchart for `sample_bot.py` ([a698a4f1c7b85640011f861b9f2ae6ffa5dbd001](https://github.com/hearot/pyrubrum/commit/a698a4f1c7b85640011f861b9f2ae6ffa5dbd001)) + - Add a reference to the author's GPG public key - Add a simple glossary ([0000e5ecc76f27f66833a28ef67836b5a338a353](https://github.com/hearot/pyrubrum/commit/0000e5ecc76f27f66833a28ef67836b5a338a353)) - Add a simple quickstart menu ([3b4e5c7581ec4457bc8427068524954ec4920418](https://github.com/hearot/pyrubrum/commit/3b4e5c7581ec4457bc8427068524954ec4920418)) - Add a tip for opening a feature request ([909dfff2923e8b551d4500f48223659cd1d97ec4](https://github.com/hearot/pyrubrum/commit/909dfff2923e8b551d4500f48223659cd1d97ec4)) @@ -19,7 +20,7 @@ ### Fixes - Make all the flowcharts follow the guidelines ([5e308d275e81617b2ce2cb89181e43f2d086db94](https://github.com/hearot/pyrubrum/commit/5e308d275e81617b2ce2cb89181e43f2d086db94)) - - Make the documentation consistent by deleting wrong content + - Make the documentation consistent by deleting wrong content ([48c8efaf0efe95e86cc25decf0670920441781fe](https://github.com/hearot/pyrubrum/commit/48c8efaf0efe95e86cc25decf0670920441781fe)) - Preserve order while adding a new child to a node ([8a0980c41c18b67d98830d00db10b77c59a85c07](https://github.com/hearot/pyrubrum/commit/8a0980c41c18b67d98830d00db10b77c59a85c07)) ### New features diff --git a/SECURITY.md b/SECURITY.md index 71853b5..16ca6a5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -16,5 +16,5 @@ ## Reporting a Vulnerability If you get to find a vulnerability, you have two choices based on the danger which is caused by it. -If you understand by yourself that the vulnerability might cause a lot of danger and may cause destructive actions, **do not open an issue and contact immediately** [Hearot](https://github.com/hearot) via gabriel@hearot.it. +If you understand by yourself that the vulnerability might cause a lot of danger and may cause destructive actions, **do not open an issue and contact immediately** [Hearot](https://github.com/hearot) via gabriel@hearot.it ([GPG public key](https://hearot.it/gpg.txt)). Otherwise, it is recommended to [open an issue](https://github.com/hearot/pyrubrum/issues/new?assignees=hearot&labels=assumed-bug&template=bug_report.md&title=%5BBug%5D) using the *Bug report* template.