underscore 1.9.1~dfsg-1ubuntu0.20.04.1 source package in Ubuntu

Changelog

underscore (1.9.1~dfsg-1ubuntu0.20.04.1) focal-security; urgency=medium

  * SECURITY UPDATE: Arbitrary code execution
    - debian/patches/CVE-2021-23358.patch: fix an arbitrary in underscore.js
      and adding tests to debian/tests/CVE-2021-23358,
      debian/tests/CVE-2021-23358.js, debian/tests/control.
    - CVE-2021-23358

 -- Leonidas Da Silva Barbosa <email address hidden>  Tue, 06 Apr 2021 11:06:22 -0300

Upload details

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

See full publishing history Publishing

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
underscore_1.9.1~dfsg.orig.tar.xz 134.8 KiB 26832038e5282c0bde14d5cbe511a42053b5f440e1670f99ba67224a4fd45702
underscore_1.9.1~dfsg-1ubuntu0.20.04.1.debian.tar.xz 9.0 KiB ccc3c863865fb9ebf6daab2f96370d63f635b9d3d7467571ac2672137e7cc8b0
underscore_1.9.1~dfsg-1ubuntu0.20.04.1.dsc 2.2 KiB d76824cd27cdd82d3c3c66b35800da271324f018d31e4f654b5087888c0dd2c1

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.