golang-github-containers-psgo 1.7.1+ds1-1 source package in Ubuntu

Changelog

golang-github-containers-psgo (1.7.1+ds1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.7.2
    - fix related to CVE-2022-1227

 -- Reinhard Tartler <email address hidden>  Wed, 20 Apr 2022 20:58:14 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-containers-psgo_1.7.1+ds1-1.dsc 2.6 KiB a84392c318889a063dc41a9335804a3cb03d002b71bd8fb122f065dcc8aeb29e
golang-github-containers-psgo_1.7.1+ds1.orig.tar.xz 29.5 KiB f491f6fc1783f7d3a05d33937bffae42667154c11949c922aac91717fc517025
golang-github-containers-psgo_1.7.1+ds1-1.debian.tar.xz 5.7 KiB d79b40704caf61297c6d048a5659a9044dbac6fe070504c6ce5632034e2e4c82

Available diffs

No changes file available.

Binary packages built by this source

golang-github-containers-psgo-dev: ps(1) AIX-format compatible Golang library

 Psgo is a ps(1) AIX-format compatible golang library extended with various
 descriptors useful for displaying container-related data.
 .
 The idea behind the library is to provide an easy to use way of extracting
 process-related data, just as ps(1) does. The problem when using ps(1) is that
 the ps format strings split columns with whitespaces, making the output nearly
 impossible to parse. Using fork and execute ps also adds some jitter, either
 in the container or filter the output afterwards, further limiting
 applicability.
 .
 This library aims to make things a bit more comfortable, especially for
 container runtimes, as the API allows one to join the mount namespace of a
 given process and will parse /proc and /dev/ from there.