node-fetch 1.7.3-2ubuntu0.1 source package in Ubuntu

Changelog

node-fetch (1.7.3-2ubuntu0.1) focal-security; urgency=medium

  * SECURITY UPDATE: Obtain Sensitive Information
    - debian/patches/CVE-2022-0235.patch: fixed information leakage when
      fetching a url.
    - CVE-2022-0235

 -- Amir Naseredini <email address hidden>  Mon, 12 Jun 2023 19:15:20 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fetch_1.7.3.orig.tar.gz 18.7 KiB 2fec4a10841573ec9ed7d95f72bfe8ce833aa9d995e6af993ff6a0ae056d7a72
node-fetch_1.7.3-2ubuntu0.1.debian.tar.xz 4.0 KiB 3fda4d66311f66876307fd58a7f1979a56ae4bf2386e02ef50d2f30c0a8fa4c0
node-fetch_1.7.3-2ubuntu0.1.dsc 2.0 KiB 267df1ae914319d8a9400b45156b7bdecdc50cbddecb6f2900aa33d70d4370b6

View changes file

Binary packages built by this source

node-fetch: light-weight module that brings window.fetch to node.js

 Instead of implementing XMLHttpRequest in Node.js to run browser-specific
 Fetch polyfill, why not go from native http to Fetch API directly? Hence
 node-fetch, minimal code for a window.fetch compatible API on Node.js runtime.
 .
 Node.js is an event-based server-side JavaScript engine.