Skip to content

Commit

Permalink
Merge pull request hiteshchoudhary#77 from hiteshchoudhary/security/a…
Browse files Browse the repository at this point in the history
…lert-23

fix: nodemailer ReDoS when trying to send a specially crafted email
  • Loading branch information
wajeshubham authored Feb 2, 2024
2 parents d955135 + c154830 commit 8d61fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2361,9 +2361,9 @@ node-fetch@^2.6.0, node-fetch@^2.6.7:
whatwg-url "^5.0.0"

nodemailer@^6.9.3:
version "6.9.3"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.3.tgz#e4425b85f05d83c43c5cd81bf84ab968f8ef5cbe"
integrity sha512-fy9v3NgTzBngrMFkDsKEj0r02U7jm6XfC3b52eoNV+GCrGj+s8pt5OqhiJdWKuw51zCTdiNR/IUD1z33LIIGpg==
version "6.9.9"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.9.tgz#4549bfbf710cc6addec5064dd0f19874d24248d9"
integrity sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==

nodemon@^2.0.22:
version "2.0.22"
Expand Down

0 comments on commit 8d61fa6

Please sign in to comment.