ruby-websocket-extensions 0.1.2-1+deb9u1build0.16.04.1 source package in Ubuntu

Changelog

ruby-websocket-extensions (0.1.2-1+deb9u1build0.16.04.1) xenial-security; urgency=medium

  * fake sync from Debian

ruby-websocket-extensions (0.1.2-1+deb9u1) stretch-security; urgency=high

  * CVE-2020-7663: Prevent a denial of service attack that is exploitable by an
    exponential-time regular expression backtracking vulnerability.
    (Closes: #964274)

 -- Eduardo Barretto <email address hidden>  Mon, 14 Sep 2020 15:57:56 -0300

Upload details

Uploaded by:
Eduardo Barretto
Uploaded to:
Xenial
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe misc
Xenial security universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-websocket-extensions_0.1.2.orig.tar.gz 7.1 KiB f4a48be2f4b7fb577aaa30f5cb9787e5ef3ebe546055da0879b5d2c9d09b2cc3
ruby-websocket-extensions_0.1.2-1+deb9u1build0.16.04.1.debian.tar.xz 2.6 KiB 68ffb12014be8748005589325e2ccb3dedbfaf6d57368be881d0052bffa6588c
ruby-websocket-extensions_0.1.2-1+deb9u1build0.16.04.1.dsc 2.2 KiB 9abffae03562be681ec0755a981065bf0d243aa5e7325bcd0d01aa7aba2da13b

View changes file

Binary packages built by this source

ruby-websocket-extensions: Generic extension manager for WebSocket connections

 A minimal framework that supports the implementation of WebSocket extensions
 in a way that's decoupled from the main protocol. This library aims to allow a
 WebSocket extension to be written and used with any protocol library, by
 defining abstract representations of frames and messages that allow modules to
 co-operate.