golang-github-cyphar-filepath-securejoin 0.2.1-1 source package in Ubuntu

Changelog

golang-github-cyphar-filepath-securejoin (0.2.1-1) unstable; urgency=medium

  * Initial release (Closes: #901606).

 -- Dmitry Smirnov <email address hidden>  Fri, 15 Jun 2018 22:36:53 +1000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-cyphar-filepath-securejoin_0.2.1-1.dsc 2.4 KiB f5781ddcf0f0be9e573067d6565a1c68b90eb5840ec2ab9e404ee31ae40ac93f
golang-github-cyphar-filepath-securejoin_0.2.1.orig.tar.xz 6.1 KiB 4406b168a77b5ff4046c8f8f9632c9a3070409b81aa41c688ab64f9e5551ad62
golang-github-cyphar-filepath-securejoin_0.2.1-1.debian.tar.xz 2.4 KiB 42c68323b2120f95463b4749a4edb5cb3f56be096946c3131be5fd1ad569fe31

No changes file available.

Binary packages built by this source

golang-github-cyphar-filepath-securejoin-dev: filepath.SecureJoin implementation

 An implementation of SecureJoin, a candidate for inclusion in the Go
 standard library (https://github.com/golang/go/issues/20126). The purpose
 of this function is to be a "secure" alternative to filepath.Join, and in
 particular it provides certain guarantees that are not provided by
 filepath.Join.