Skip to content

Commit 839ad20

Browse files
authored
Update SECURITY.md
1 parent c040180 commit 839ad20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SECURITY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ To ensure the timely response to your report, please ensure that the entirety of
1818

1919
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.
2020

21+
## out of scope vulnerabilities
22+
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.

0 commit comments

Comments
 (0)