diff --git a/SECURITY.md b/SECURITY.md new file mode 100755 index 00000000..fd95931c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Versions + +In the event of a security-related bug discovery soon after the release of an `cdm_reader_mapper` version, the last supported version will receive a patch release. + +## Reporting a Vulnerability + +If you believe you have found a security vulnerability in `cdm_reader_mapper`, we encourage you to let us know right away. We take all security vulnerabilities seriously and appreciate your efforts to responsibly disclose them. + +??? diff --git a/docs/index.rst b/docs/index.rst index 68d6c93d..57d5af60 100755 --- a/docs/index.rst +++ b/docs/index.rst @@ -52,10 +52,11 @@ After reading the data into a pandas.DataFrame, the **cdm_mapper** will map obse example_notebooks/mdf_reader_test_overview.ipynb example_notebooks/CLIWOC_datamodel.ipynb example_notebooks/CDM_mapper_example_deck704.ipynb + api contributing authors - api changes + security About diff --git a/docs/security.rst b/docs/security.rst new file mode 100755 index 00000000..f9a52196 --- /dev/null +++ b/docs/security.rst @@ -0,0 +1 @@ +.. mdinclude:: ../SECURITY.md