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

Changelog

node-xmldom (0.7.5-1ubuntu0.22.04.1) jammy-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 13:02:12 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Jammy: [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.04.1.debian.tar.xz 7.2 KiB 02b598398aada54a8013ed4316cb216f5075fbeb0e5437a5a1e4e2bf1fe3d085
node-xmldom_0.7.5-1ubuntu0.22.04.1.dsc 2.0 KiB 1115e0127152aac75e5d04a7c681d03d78b676f1f9ad22f67cb881068aea6b01

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.