-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NodeMailer creates critical severity vulnerabilities after install #1074
Comments
Same here. Ended up using alternatives like Resend. It has a really nice free plan. |
Workaround before release #1021 (comment) |
got the same problem and using npm update doesn't fix it :( |
Same problem here... @juandav , maybe you can help us? 😅 |
Solution : Don't use this dependancy and directly work with nodemailer. 10 lines of code to send a mail. |
The package relies on inline-css which again relies on superagent-proxy and vm2 which has a vulernability. |
Describe the bug
I am trying to install this package under npm.
As said in the README I tried the both commands to install it but it always gives me 11 critical vulnerabilities.
To Reproduce
Steps to reproduce the behavior:
nest new
npm install --save @nestjs-modules/mailer nodemailer
andnpm install --save-dev @types/nodemailer
Expected behavior
I expected no vulnerabilities with a blank nestJS project.
Error log
Package.json
Desktop
The text was updated successfully, but these errors were encountered: