summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2019-11-04 20:32:05 +1100
committerStuart Bishop <stuart.bishop@canonical.com>2019-11-04 20:40:53 +1100
commit8f95b56ac179dda5bd8239fc397226f49b361e8a (patch)
tree71718dac8c6833f0421f77d7e617b68e9f631071
parent2f672c77b94af38a036d84307754c207500bd5ee (diff)
downloadpytz-git-8f95b56ac179dda5bd8239fc397226f49b361e8a.tar.gz
Add links for security reports
-rw-r--r--README.md (renamed from README.txt)7
-rw-r--r--SECURITY.md4
-rw-r--r--src/README.txt8
3 files changed, 16 insertions, 3 deletions
diff --git a/README.txt b/README.md
index f63a900..82770ba 100644
--- a/README.txt
+++ b/README.md
@@ -1,10 +1,13 @@
+# pytz
Brings the IANA tz database into Python. This library allows accurate and
cross platform timezone calculations.
-More information in src/README.txt
+pytz contains generated code, and this branch generates it. The actual
+pytz code and documentation can be found in the src/ directory. More
+information about pytz can be found in src/README.txt
-Release process;
+Release process:
1) Untar upstream tarballs into elsie/src
2) Update VERSION & OLSON_VERSION in src/pytz/__init__.py, and EXPECTED_VERSION in
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 0000000..707e927
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,4 @@
+# Security Reports
+
+Security reports can be made via [Tidelift](https://tidelift.com/security).
+Tidelift will coordinate the fix and disclosure.
diff --git a/src/README.txt b/src/README.txt
index eff1a6b..a870b8c 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -550,7 +550,13 @@ hosted there.
Bugs, Feature Requests & Patches
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Bugs can be reported using `Launchpad <https://bugs.launchpad.net/pytz>`__.
+Bugs can be reported using `Launchpad <https://bugs.launchpad.net/pytz>`_.
+
+
+Security Issues
+~~~~~~~~~~~~~~~
+
+Reports about security issues can be made via `Tidelift <https://tidelift.com/security>`_.
Issues & Limitations