From 5457c0e4ecd3ef44d8df98e8cc5d5498f40e4bb6 Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Thu, 17 Apr 2025 15:59:47 +0200 Subject: [PATCH] Create SECURITY.md --- SECURITY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3914591 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 0.8.x | :white_check_mark: | +| 0.7.x | :x: | +| < 0.7 | :x: | + +## Reporting a Vulnerability + +Just create an issue or pull request on Github. + +> The vulnerability has to be a part of the basic installment e.g. when install by `npm install flexsearch`. +> Every vulnerability which is included by any of the `devDependencies` probably won't be fixed.