Skip to content

Commit a2ec84d

Browse files
committed
docs: mongoose disclaimer about the specific Node.js version required
1 parent 9300e9a commit a2ec84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ npm run cleanup
4545
This app uses npm dependencies holding known vulnerabilities.
4646

4747
Here are the exploitable vulnerable packages:
48-
- [Mongoose - Buffer Memory Exposure](https://snyk.io/vuln/npm:mongoose:20160116)
48+
- [Mongoose - Buffer Memory Exposure](https://snyk.io/vuln/npm:mongoose:20160116) - requires a version <= Node.js 8. For the exploit demo purposes, one can update the Dockerfile `node` base image to use `FROM node:6-stretch`.
4949
- [st - Directory Traversal](https://snyk.io/vuln/npm:st:20140206)
5050
- [ms - ReDoS](https://snyk.io/vuln/npm:ms:20151024)
5151
- [marked - XSS](https://snyk.io/vuln/npm:marked:20150520)

0 commit comments

Comments
 (0)