node-fstream 1.0.10-1ubuntu0.18.04.1 source package in Ubuntu

Changelog

node-fstream (1.0.10-1ubuntu0.18.04.1) bionic-security; urgency=medium

  * SECURITY UPDATE: Arbitrary file overwrite via tarballs containing a
    hardlink
    - debian/patches/CVE-2019-13173.patch: Clobber a Link if it's in the way
      of a File
    - CVE-2019-13173

 -- Mike Salvatore <email address hidden>  Tue, 27 Aug 2019 09:44:17 -0400

Upload details

Uploaded by:
Mike Salvatore
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 universe web
Bionic security universe web

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fstream_1.0.10.orig.tar.gz 16.9 KiB 7607d139d918503e942ae3cdcab130041b2183bf4c2dc16c032ea57bc0a5d56c
node-fstream_1.0.10-1ubuntu0.18.04.1.debian.tar.xz 3.3 KiB 0e58aff4e4f95e44c26c199518e6a1fa7348f3168bb625f747a2205caa4b4db4
node-fstream_1.0.10-1ubuntu0.18.04.1.dsc 2.1 KiB 85187ff3b9f6f32978635328e10710736110b134e7551c580f537842611798fc

View changes file

Binary packages built by this source

node-fstream: Advanced filesystem streaming tools for Node.js

 node-fstream is a high-level file stream module for Node.js,
 with a unified interface for reading and writing streams representing
 files, directories or symbolic links, as well as manipulating their
 attributes, such as atime/mtime or uid/guid.
 .
 Node.js is an event-based server-side javascript engine.