From ebd8df65df6c6f21803e552ebecd9cd212d7c5d7 Mon Sep 17 00:00:00 2001 From: Randall Wood <297232+rhwood@users.noreply.github.com> Date: Sun, 15 Oct 2023 10:45:53 -0400 Subject: [PATCH] Add a Security Policy --- SECURITY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..09f8a3ea --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +Until version 1.0.0 is published, only the most recent version is supported. + +| Version | Supported | +| ------- | ------------------ | +| 0.9.0 | :white_check_mark: | +| < 0.9 | :x: | + +## Reporting a Vulnerability + +Report vulnerabilities at [https://github.com/rhwood/jinputvalidator/issues](https://github.com/rhwood/jinputvalidator/issues).