There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.
Created by: renovate[bot]
This PR contains the following updates:
Package | Change |
---|---|
xmlhttprequest-ssl | 1.5.5 -> 1.6.2 |
This affects the package xmlhttprequest before 1.7.0; all versions of package xmlhttprequest-ssl. Provided requests are sent synchronously (async=False on xhr.open), malicious user input flowing into xhr.send could result in arbitrary code being injected and run.
The xmlhttprequest-ssl package before 1.6.1 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.
This PR has been generated by Mend Renovate. View repository job log here.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.