1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-26 15:25:21 +02:00

Create SECURITY.md

This commit is contained in:
Thomas Wilkerling
2025-04-17 15:59:47 +02:00
committed by GitHub
parent 651eefc45e
commit 5457c0e4ec

16
SECURITY.md Normal file
View File

@@ -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.