软件包:golang-github-cyphar-filepath-securejoin-dev(0.2.3-1)
golang-github-cyphar-filepath-securejoin-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-cyphar-filepath-securejoin:
- [golang-github-cyphar-filepath-securejoin_0.2.3-1.dsc]
- [golang-github-cyphar-filepath-securejoin_0.2.3.orig.tar.gz]
- [golang-github-cyphar-filepath-securejoin_0.2.3-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-nebulouslabs-fastrand-dev
- golang-github-lucas-clemente-quic-go-dev
- golang-github-cli-safeexec-dev
- golang-lukechampine-blake3-dev
- golang-github-alecthomas-mango-kong-dev
- golang-github-stevvooe-resumable-dev
- golang-github-dgryski-go-farm-dev
- golang-github-muesli-mango-examples
- golang-github-apptainer-container-key-client-dev
- golang-rsc-binaryregexp-dev
- golang-filippo-edwards25519-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.