Advisories for Npm/Xmlhttprequest-Ssl package

2021

Improper Certificate Validation

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.