-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove nodemailer-smtp transport critical vulnerability
* ⛓️💥 **BREAKING CHANGE** : * removed `nodemailer-smtp-transport` replaced with `nodemailer`. - The nodemailer-smtp-transport package has been removed due to a critical vulnerability, and its functionality has been consolidated under nodemailer. - 👊 Impact : Any functions or configurations relying on nodemailer-smtp-transport must be updated to use nodemailer. - 🎬 Action: Rewrite code to utilize nodemailer as the replacement, ensuring compatibility and security. --------- Co-authored-by: Robert Deniszczyc <[email protected]>
- Loading branch information
1 parent
5744423
commit 7ab6abb
Showing
6 changed files
with
2,423 additions
and
2,207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.