CVE-2021-31597: Improper Certificate Validation
(updated )
The xmlhttprequest-ssl package for Node.js disables SSL certificate validation by default, because rejectUnauthorized
(when the property exists but is undefined) is considered to be false within the https.request
function of Node.js. In other words, no certificate is ever rejected.
References
Detect and mitigate CVE-2021-31597 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →