diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..8686364 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Versions + +This project uses Docker image `python:3-slim` as the base image and inherits vulnerabilities that exist within the base image. + +## Reporting a Vulnerability + +This project uses a Docker image that is set to refresh itself on the 1st of every month with the latest `python:3-slim` Docker image. + +Please check/report OS-related vulnerabilities on the official python Docker image here - [https://hub.docker.com/_/python](https://hub.docker.com/_/python)