ruby-safe-yaml 1.0.5-1 source package in Ubuntu

Changelog

ruby-safe-yaml (1.0.5-1) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Cédric Boutillier ]
  * New upstream version 1.0.5
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Drop datetime.patch, not needed anymore
  * Bump Standards-Version to 4.4.0 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Wed, 04 Sep 2019 22:46:52 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-safe-yaml_1.0.5-1.dsc 1.7 KiB bfc141e240f3cd3acbe0210d8b52abe8e1b12f260be643b40b96b4735aeed207
ruby-safe-yaml_1.0.5.orig.tar.gz 26.3 KiB 7847d876adab14d35f939328f14147722fb122433b919ecc85ac0dd876de86ba
ruby-safe-yaml_1.0.5-1.debian.tar.xz 3.6 KiB 92a35e3129c66758cab23e3bad3215a91c9d4dcee99396ab77fe3c66d8bd8535

Available diffs

No changes file available.

Binary packages built by this source

ruby-safe-yaml: safer YAML loader for Ruby

 SafeYAML provides an alternative implementation of YAML.load suitable for
 accepting user input in Ruby applications.
 .
 Unlike Ruby's built-in implementation of YAML.load, SafeYAML's version does
 not expose applications to arbitrary code execution exploits.