-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 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
c06069b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not do this. You are exposing yourself to many security vulnerabilities.
You could go up to 4.19.2 without problems.
But, even that will leave your server open to CVSS 6+ vulnerabilities.
Use the latest version & apply the patch with patch-package or see if anything else on the same thread helps you:
expressjs/express#5955 (comment)
My two cents.
c06069b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have taken your advice into account and used the new solution for my use case.
7288108