Add security policy (v2.2.8)
This commit is contained in:
parent
f93efe9740
commit
cd36fba0c9
26
SECURITY.md
Normal file
26
SECURITY.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Security Policy
|
||||||
|
|
||||||
|
## Supported Versions
|
||||||
|
|
||||||
|
| Version | Supported |
|
||||||
|
|---|---|
|
||||||
|
| Latest | Yes |
|
||||||
|
| Older | No |
|
||||||
|
|
||||||
|
Only the latest version receives security updates. Please update to the latest release.
|
||||||
|
|
||||||
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
If you discover a security vulnerability, please report it responsibly:
|
||||||
|
|
||||||
|
1. **Do not** open a public issue
|
||||||
|
2. Email: **mauriceboe@icloud.com**
|
||||||
|
3. Include a description of the vulnerability and steps to reproduce
|
||||||
|
|
||||||
|
You will receive a response within 48 hours. Once confirmed, a fix will be released as soon as possible.
|
||||||
|
|
||||||
|
## Scope
|
||||||
|
|
||||||
|
This policy covers the NOMAD application and its Docker image (`mauriceboe/nomad`).
|
||||||
|
|
||||||
|
Third-party dependencies are monitored via GitHub Dependabot.
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nomad-server",
|
"name": "nomad-server",
|
||||||
"version": "2.2.7",
|
"version": "2.2.8",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node --experimental-sqlite src/index.js",
|
"start": "node --experimental-sqlite src/index.js",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user