-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:mde/ejs into main
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Security Policy | ||
This document outlines security procedures and general policies for the EJS template engine project | ||
|
||
## Supported Versions | ||
|
||
The current supported version. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 3.x.x | :white_check_mark: | | ||
|
||
## Reporting a Vulnerability | ||
The EJS team and community take all security bugs in EJS seriously. | ||
We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions. | ||
|
||
Report security bugs by emailing the lead maintainer in the Readme.md file. | ||
To ensure the timely response to your report, please ensure that the entirety of the report is contained within the email body and not solely behind a web link or an attachment. | ||
|
||
The EJS team will then evaluate your report and will reply with the next steps in handling your report and may ask for additional information or guidance. | ||
|
||
## out of scope vulnerabilities | ||
If you give end-users unfettered access to the EJS render method, you are using EJS in an inherently un-secure way. Please do not report security issues that stem from doing that. EJS is effectively a JavaScript runtime. Its entire job is to execute JavaScript. If you run the EJS render method without checking the inputs yourself, you are responsible for the results. |