node-ip 2.0.0+~1.1.0-1ubuntu1 source package in Ubuntu

Changelog

node-ip (2.0.0+~1.1.0-1ubuntu1) noble; urgency=medium

  * SECURITY UPDATE: Incorrectly identify public/private IPs
    - debian/patches/CVE-2023-42282-2x.patch: properly identify
      public/private IPs and new tests added in lib/ip.js
      and test/api-test.js.
    - CVE-2023-42282

 -- David Fernandez Gonzalez <email address hidden>  Mon, 19 Feb 2024 12:16:53 +0100

Upload details

Uploaded by:
David Fernandez Gonzalez
Sponsored by:
Marc Deslauriers
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-ip_2.0.0+~1.1.0.orig-types-ip.tar.gz 2.3 KiB d35944fd96841dfe97948d1c6da1d057afe7ab108bc22a9badd94329fef0ba43
node-ip_2.0.0+~1.1.0.orig.tar.gz 33.9 KiB 2a250f4f4fb57c3374d95844fd90747a6b5c380a243e1ef14ffeee208b02d6bc
node-ip_2.0.0+~1.1.0-1ubuntu1.debian.tar.xz 5.4 KiB 9228a2ea7041625356c3c712aa5c3aa20944697ff6a2c8377aedee61193a9b35
node-ip_2.0.0+~1.1.0-1ubuntu1.dsc 2.4 KiB 4f0cbb6a49cd961bdb27558cc6527ccaedee436d14d1e4b725eb83ac240add33

View changes file

Binary packages built by this source

node-ip: IP address utilities for node.js

 IP utility in node.js helps one with IP related queries. This module
 helps in quickly accessing ip address.
 .
 Ip utility helps fetch results on ip address, comapre ip address,
 validate ip address, range checking, subnet information etc.
 .
 Node.js is an event-based server-side JavaScript engine.