node-xmldom 0.7.5-1ubuntu0.22.10.1 source package in Ubuntu

Changelog

node-xmldom (0.7.5-1ubuntu0.22.10.1) kinetic-security; urgency=medium

  * SECURITY UPDATE: Denial of Service
    - debian/patches/CVE-2022-37616.patch: fixed a prototype injection
      in copy function
    - debian/patches/CVE-2022-39353.patch: fixed an issue with root nodes
      in xmldom module
    - CVE-2022-37616
    - CVE-2022-39353

 -- Amir Naseredini <email address hidden>  Fri, 19 May 2023 16:36:03 +0100

Upload details

Uploaded by:
Amir Naseredini
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic updates universe misc
Kinetic security universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-xmldom_0.7.5.orig.tar.gz 270.3 KiB 5e5f6730ca069866dee5a47859bc876b167f7ffdf92b2d405d31434b82b327e3
node-xmldom_0.7.5-1ubuntu0.22.10.1.debian.tar.xz 7.2 KiB fecf465bc301b85333169fb604592c418264338a82c5f59d2cbed59ab492a47d
node-xmldom_0.7.5-1ubuntu0.22.10.1.dsc 2.0 KiB c32cfaa56df435d6200f0113598f57eb1d6371dc096fb11f6194e7b5511dfe45

View changes file

Binary packages built by this source

node-xmldom: Standard XML DOM (Level2 CORE) implementation in pure javascript

 A JavaScript implementation of W3C DOM for Node.js, Rhino and the browser.
 This implementation is fully compatible with W3C DOM level 2.
 .
 This package allows one to use DOMParser and XMLSerializer
 interface in browser.
 .
 Node.js is an event-based server-side JavaScript engine.