underscore 1.7.0~dfsg-1ubuntu1.1 source package in Ubuntu

Changelog

underscore (1.7.0~dfsg-1ubuntu1.1) xenial-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 09:38:55 -0300

Upload details

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

See full publishing history Publishing

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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
underscore_1.7.0~dfsg.orig.tar.gz 134.0 KiB 508063238b1c65610dfcbe465d75676a2470a4680ea55b5a89efeea5241cfc8b
underscore_1.7.0~dfsg-1ubuntu1.1.debian.tar.xz 8.2 KiB e84108ad4d0d9d3ff8fbbab19bdab1ec6abc9dc4e805a05ba1d4b05f16fc9c11
underscore_1.7.0~dfsg-1ubuntu1.1.dsc 2.2 KiB a9df45b4da4f7a0fb76aba77b82130c57ca069996a0f0c4190e396dba0dccf10

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.