File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
Embedded JavaScript templates<br />
2
- [ ![ Build Status] ( https://img.shields.io/travis/mde/ejs/master.svg?style=flat )] ( https://travis-ci.org/mde/ejs )
3
- [ ![ Developing Dependencies] ( https://img.shields.io/david/dev/mde/ejs.svg?style=flat )] ( https://david-dm.org/mde/ejs?type=dev )
4
2
[ ![ Known Vulnerabilities] ( https://snyk.io/test/npm/ejs/badge.svg?style=flat )] ( https://snyk.io/test/npm/ejs )
5
3
=============================
6
4
5
+ Security professionals, before reporting any security issues, please reference the
6
+ <a href =" https://github.com/mde/ejs/blob/main/SECURITY.md " >SECURITY.md</a >
7
+ in this project, in particular, the following: "EJS is effectively a JavaScript runtime.
8
+ Its entire job is to execute JavaScript. If you run the EJS render method without
9
+ checking the inputs yourself, you are responsible for the results."
10
+
11
+ In short, DO NOT submit 'vulnerabilities' that include this snippet of code:
12
+
13
+ ``` javascript
14
+ app .get (' /' , (req , res ) => {
15
+ res .render (' index' , req .query );
16
+ });
17
+ ```
18
+
7
19
## Installation
8
20
9
21
``` bash
You can’t perform that action at this time.
0 commit comments