From 6ee727bf1d3c30c72fca8edc965dc51ddd7d1f65 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Fri, 13 Aug 2021 15:48:35 -0400 Subject: [PATCH] Create SECURITY.md (#749) * Create SECURITY.md * Update SECURITY.md * Update SECURITY.md --- SECURITY.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..e36430e --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,17 @@ +# pygeoapi Security Policy + +## Supported Versions + +Security/vulnerability reports **should not** be submitted through GitHub issues or public discussions, but instead please send your report +to **geopython-security nospam @ lists.osgeo.org** (remove the blanks and 'nospam'). + +Please follow the [contributor guidelines](https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md) when submitting a vulnerability report. + +## Supported Versions + +The pygeoapi Project Steering Committee (PSC) will release patches for security vulnerabilities for the following versions: + +| Version | Supported | +| ------- | ------------------ | +| 0.10.x | :white_check_mark: | +| < 0.10 | :x: |