xml-loader
xml-loader copied to clipboard
A webpack module to load XML files.
Results
2
xml-loader issues
Sort by
recently updated
recently updated
newest added
CVE-2023-0842 ``` "xml2js": "^0.4.16", ``` whereas it should be >= '0.5.0' Please update your project.
Information about a [security vulnerability](https://github.com/advisories/GHSA-776f-qx25-q3cc) was published recently regarding older versions of [`xml2js`](https://github.com/Leonidas-from-XIV/node-xml2js) (specifically, versions < 0.5.0) The GitHub advisory ranks this as a high severity vulnerability. This PR updates...