From 8c84fcd6e5c98dd5635612c661d9b42cc1d47ea4 Mon Sep 17 00:00:00 2001 From: Joyce Date: Wed, 17 May 2023 10:47:22 -0300 Subject: [PATCH 1/3] Create SECURITY.rst Signed-off-by: Joyce --- SECURITY.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 SECURITY.rst diff --git a/SECURITY.rst b/SECURITY.rst new file mode 100644 index 00000000..d215d972 --- /dev/null +++ b/SECURITY.rst @@ -0,0 +1,7 @@ +Security Policy +========================= + +To report a security issue, please follow the special `security reporting +guidelines`_, do not report them in the public issue tracker. + +.. _`security reporting guidelines`: https://packaging.pypa.io/en/latest/security/ From 3101edaec2e332f1d066b2d957558a52be7aa176 Mon Sep 17 00:00:00 2001 From: Joyce Date: Wed, 17 May 2023 10:48:59 -0300 Subject: [PATCH 2/3] Update and rename SECURITY.rst to SECURITY.md Signed-off-by: Joyce --- SECURITY.md | 5 +++++ SECURITY.rst | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 SECURITY.md delete mode 100644 SECURITY.rst diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..210ff0e4 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,5 @@ +Security Policy +========================= + +To report a security issue, please follow the special [security reporting +guidelines](https://packaging.pypa.io/en/latest/security/), do not report them in the public issue tracker. diff --git a/SECURITY.rst b/SECURITY.rst deleted file mode 100644 index d215d972..00000000 --- a/SECURITY.rst +++ /dev/null @@ -1,7 +0,0 @@ -Security Policy -========================= - -To report a security issue, please follow the special `security reporting -guidelines`_, do not report them in the public issue tracker. - -.. _`security reporting guidelines`: https://packaging.pypa.io/en/latest/security/ From c454b6d5dc95c0fa96fc7263b482eb427ff7ce20 Mon Sep 17 00:00:00 2001 From: Joyce Date: Wed, 17 May 2023 10:52:18 -0300 Subject: [PATCH 3/3] Update CONTRIBUTING.rst Signed-off-by: Joyce --- CONTRIBUTING.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d9d70ec0..6a342952 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -17,7 +17,6 @@ https://packaging.pypa.io/en/latest/development/ Security issues --------------- -To report a security issue, please follow the special `security reporting -guidelines`_, do not report them in the public issue tracker. +See `Security Policy`_ for informations about how to report security issues. -.. _`security reporting guidelines`: https://packaging.pypa.io/en/latest/security/ +.. _`Security Policy`: https://github.com/pypa/packaging/security