From cad833f610c61d245dbf1b15e8ddb459b2e3b590 Mon Sep 17 00:00:00 2001 From: "Marc S. Brooks" Date: Tue, 19 Mar 2024 17:58:22 -0700 Subject: [PATCH] Added Github Security policy --- SECURITY.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..d56cc5b --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,17 @@ +# Security Policy + +## Supported releases + +| Version | Supported | +| ------- | ------------------ | +| 1.1.x | :x: | +| 1.2.x | :white_check_mark: | +| 1.3.x | :white_check_mark: | + +## Reporting an issue + +If you find a vulnerability with this package, please report it [here](https://github.com/nuxy/slot-machine-gen/issues) for full disclosure. + +## Contributions + +If you fix a bug, or have a code you want to contribute, please send a pull-request with your changes. (Note: Before committing your code please ensure that you are following the [Node.js style guide](https://github.com/felixge/node-style-guide))