underscore 1.8.3~dfsg-1ubuntu0.1 source package in Ubuntu

Changelog

underscore (1.8.3~dfsg-1ubuntu0.1) bionic-security; urgency=medium

  * SECURITY UPDATE: Arbitrary code execution
    - debian/patches/CVE-2021-23358.patch: fix an arbitrary code exec in underscore.js.
    - CVE-2021-23358

 -- Leonidas Da Silva Barbosa <email address hidden>  Wed, 07 Apr 2021 08:56:00 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates main web
Bionic security main web

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
underscore_1.8.3~dfsg.orig.tar.gz 116.4 KiB 0f17052a77237423a5f0ec8a979fd8ea2df55e2a06567009dc4269bcb560935d
underscore_1.8.3~dfsg-1ubuntu0.1.debian.tar.xz 7.8 KiB dcaf736ee61452c2fa632262ae24d686fd96dc65b7007825a95bb307a86b1556
underscore_1.8.3~dfsg-1ubuntu0.1.dsc 2.2 KiB 2112db9423be2573ea409697839c1124b7b7e3adf7af213c1b2a9d82b1942836

View changes file

Binary packages built by this source

libjs-underscore: JavaScript's functional programming helper library

 Underscore is a utility-belt library for JavaScript that provides a lot
 of the functional programming support that you would expect in
 Prototype.js (or Ruby), but without extending any of the built-in
 JavaScript objects. It's the tie to go along with jQuery's tux.
 .
 Underscore provides 60-odd functions that support both the usual
 functional suspects: map, select, invoke - as well as more specialized
 helpers: function binding, javascript templating, deep equality
 testing, and so on. It delegates to built-in functions, if present, so
 modern browsers will use the native implementations of forEach, map,
 reduce, filter, every, some and indexOf.

node-underscore: JavaScript's functional programming helper library - NodeJS

 Underscore is a utility-belt library for JavaScript that provides a lot
 of the functional programming support that you would expect in
 Prototype.js (or Ruby), but without extending any of the built-in
 JavaScript objects. It's the tie to go along with jQuery's tux.
 .
 Underscore provides 60-odd functions that support both the usual
 functional suspects: map, select, invoke - as well as more specialized
 helpers: function binding, javascript templating, deep equality
 testing, and so on. It delegates to built-in functions, if present, so
 modern browsers will use the native implementations of forEach, map,
 reduce, filter, every, some and indexOf.
 .
 This package contains the NodeJS module.