1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: golang-github-cyphar-filepath-securejoin
Section: golang
Priority: optional
Standards-Version: 4.6.0
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-stretchr-testify-dev,
golang-golang-x-sys-dev
Homepage: https://github.com/cyphar/filepath-securejoin
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cyphar-filepath-securejoin
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cyphar-filepath-securejoin.git
XS-Go-Import-Path: github.com/cyphar/filepath-securejoin
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
Package: golang-github-cyphar-filepath-securejoin-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-sys-dev, ${misc:Depends}
Description: 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.
|