diff --git a/SECURITY.md b/SECURITY.md index 034e848..c5e55b2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,20 +2,15 @@ ## Supported Versions -Use this section to tell people about which versions of your project are -currently being supported with security updates. +The provided code is maintained over time (once a month) and is updated with the latest tech available. -| Version | Supported | +| Version | Features | | ------- | ------------------ | -| 5.1.x | :white_check_mark: | -| 5.0.x | :x: | -| 4.0.x | :white_check_mark: | -| < 4.0 | :x: | +| 2.0 | :white_check_mark: Bug Fixes, enhancement | +| < 1.0 | :x: Not Optimised | ## Reporting a Vulnerability -Use this section to tell people how to report a vulnerability. +You can directly create a PR or open an issue for reporting any bug/ improvement. -Tell them where to go, how often they can expect to get an update on a -reported vulnerability, what to expect if the vulnerability is accepted or -declined, etc. +Thanks :) diff --git a/package-lock.json b/package-lock.json index 1bab283..57e35fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "dependencies": { "all": "^0.0.0", "body-parser": "^1.19.0", + "ejs": "^0.8.8", "ejs-locals": "^1.0.2", "express": "^4.17.1", "mongoose": "^5.11.18" diff --git a/package.json b/package.json index ff9b776..dea22c8 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "dependencies": { "all": "^0.0.0", "body-parser": "^1.19.0", + "ejs": "^0.8.8", "ejs-locals": "^1.0.2", "express": "^4.17.1", "mongoose": "^5.11.18"