Debian Package Tracker
Register | Log in
Subscribe

rust-gix-fs

Crate providing file system specific utilities to `gitoxide` - Rust source code

Choose email to subscribe with

general
  • source: rust-gix-fs (main)
  • version: 0.21.1-1
  • maintainer: Debian Rust Maintainers (archive) (DMD)
  • uploaders: Alexander Kjäll [DMD]
  • arch: any
  • std-ver: 4.7.3
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • stable: 0.12.1-1
  • testing: 0.16.1-2
  • unstable: 0.21.1-1
versioned links
  • 0.12.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.16.1-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.21.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • librust-gix-fs-dev
action needed
A new upstream version is available: 0.21.2 high
A new upstream version 0.21.2 is available, you should consider packaging it.
Created: 2026-03-02 Last update: 2026-06-05 19:00
Failed to analyze the VCS repository. Please troubleshoot and fix the issue. high
vcswatch reports that there is an error with this package's VCS, or the debian/changelog file inside it. Please check the error shown below and try to fix it. You might have to update the VCS URL in the debian/control file to point to the correct repository.

fatal: shallow file has changed since we read it
Created: 2026-06-04 Last update: 2026-06-04 21:32
33 open merge requests in Salsa normal
There are 33 open merge requests for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-09-20 Last update: 2026-05-28 15:03
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2026-05-16 Last update: 2026-05-16 12:01
debian/patches: 1 patch to forward upstream low

Among the 1 debian patch available in version 0.21.1-1 of the package, we noticed the following issues:

  • 1 patch where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2026-05-16 Last update: 2026-06-05 08:02
1 low-priority security issue in trixie low

There is 1 open security issue in trixie.

1 issue left for the package maintainer to handle:
  • CVE-2026-44471: (needs triaging) gitoxide is an implementation of git written in Rust. Prior to 0.21.1, a malicious tree can be constructed that will, when checked out with gitoxide, permit writing an attacker-controlled symlink into any existing directory the user has write access to. During checkout, all symlink index entries are deferred and created after regular files using a single shared gix_worktree::Stack. Internally, this uses a gix_fs::Stack. gix_fs::Stack::make_relative_path_current() caches validated path prefixes: when the previously-processed leaf component exactly matches the leading component(s) of the next path, the leaf-to-directory transition at gix-fs/src/stack.rs invokes only delegate.push_directory(), never delegate.push(). In gix_worktree::stack::delegate::StackDelegate, when the state member is State::CreateDirectoryAndAttributesStack, Attributes::push_directory() only loads attributes (from the ODB, in the clone case), and does not perform any other checks. The on-disk symlink_metadata() check and unlink-on-collision live in StackDelegate::push()'s invocation of create_leading_directory(), which is therefore bypassed for the cached prefix. The final symlink is created with plain std::os::unix::fs::symlink, which follows symlinks in parent directories. Therefore, it's possible to provide a tree with duplicate symlink and directory entries that exploits this. This vulnerability is fixed in 0.21.1.

You can find information about how to handle this issue in the security team's documentation.

Created: 2026-05-14 Last update: 2026-06-05 00:00
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.3).
Created: 2025-02-21 Last update: 2026-06-05 01:30
testing migrations
  • excuses:
    • Migrates after: rust-gix, rust-gix-diff, rust-gix-dir, rust-gix-discover, rust-gix-features, rust-gix-index, rust-gix-merge, rust-gix-odb, rust-gix-path, rust-gix-ref, rust-gix-status, rust-gix-tempfile, rust-gix-worktree, rust-gix-worktree-state, rust-gix-worktree-stream
    • Migration status for rust-gix-fs (0.16.1-2 to 0.21.1-1): BLOCKED: Rejected/violates migration policy/introduces a regression
    • Issues preventing migration:
    • ∙ ∙ migrating librust-gix-fs-dev/0.21.1-1/amd64 to testing makes librust-gix-testtools-dev/0.18.0-1/amd64 uninstallable
    • ∙ ∙ migrating librust-gix-fs-dev/0.21.1-1/amd64 to testing makes Build-Depends of src:rust-gix-testtools uninstallable
    • ∙ ∙ migrating librust-gix-fs-dev/0.21.1-1/arm64 to testing makes librust-gix-testtools-dev/0.18.0-1/arm64 uninstallable
    • ∙ ∙ migrating librust-gix-fs-dev/0.21.1-1/armhf to testing makes librust-gix-testtools-dev/0.18.0-1/armhf uninstallable
    • ∙ ∙ migrating librust-gix-fs-dev/0.21.1-1/i386 to testing makes librust-gix-testtools-dev/0.18.0-1/i386 uninstallable
    • ∙ ∙ migrating librust-gix-fs-dev/0.21.1-1/ppc64el to testing makes librust-gix-testtools-dev/0.18.0-1/ppc64el uninstallable
    • ∙ ∙ migrating librust-gix-fs-dev/0.21.1-1/riscv64 to testing makes librust-gix-testtools-dev/0.18.0-1/riscv64 uninstallable
    • ∙ ∙ migrating librust-gix-fs-dev/0.21.1-1/s390x to testing makes librust-gix-testtools-dev/0.18.0-1/s390x uninstallable
    • ∙ ∙ Autopkgtest for rust-gix/0.73.0-4: riscv64: Reference test triggered, but real test failed already ♻
    • ∙ ∙ Autopkgtest for rust-gix-diff/0.53.0-3: riscv64: Reference test triggered, but real test failed already ♻
    • ∙ ∙ Autopkgtest for rust-gix-fs/0.21.1-1: amd64: Pass, arm64: Pass, i386: Pass, loong64: Test triggered, ppc64el: Pass, riscv64: Pass, s390x: Pass
    • ∙ ∙ Autopkgtest for rust-gix-index/0.41.0-1: riscv64: Reference test triggered, but real test failed already ♻
    • ∙ ∙ Autopkgtest for rust-gix-merge/0.6.0-1: riscv64: Reference test triggered, but real test failed already ♻
    • ∙ ∙ Autopkgtest for rust-gix-odb/0.70.0-1: riscv64: Reference test triggered, but real test failed already ♻
    • ∙ ∙ Autopkgtest for rust-gix-status/0.20.0-1: riscv64: Reference test triggered, but real test failed already ♻
    • ∙ ∙ Autopkgtest for rust-gix-worktree/0.42.0-1: riscv64: Reference test triggered, but real test failed already ♻
    • ∙ ∙ Autopkgtest for rust-gix-worktree-state/0.20.0-1: riscv64: Reference test triggered, but real test failed already ♻
    • ∙ ∙ Autopkgtest for rust-gix-worktree-stream/0.22.0-1: riscv64: Reference test triggered, but real test failed already ♻
    • ∙ ∙ Too young, only 1 of 5 days old
    • ∙ ∙ Build-Depends(-Arch): rust-gix-fs rust-gix-features
    • ∙ ∙ Build-Depends(-Arch): rust-gix-fs rust-gix-path
    • ∙ ∙ Depends: rust-gix-fs rust-gix-features
    • ∙ ∙ Depends: rust-gix-fs rust-gix-path
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix (not considered)
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix-diff
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix-dir
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix-discover (not considered)
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix-index
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix-merge
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix-odb
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix-ref
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix-status
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix-tempfile (not considered)
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix-worktree (not considered)
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix-worktree-state
    • ∙ ∙ Implicit dependency: rust-gix-fs rust-gix-worktree-stream
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/r/rust-gix-fs.html
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Reproduced on arm64 - info
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • Not considered
news
[rss feed]
  • [2026-06-04] Accepted rust-gix-fs 0.21.1-1 (source) into unstable (Alexander Kjäll) (signed by: capitol@debian.org)
  • [2026-05-24] rust-gix-fs 0.16.1-2 MIGRATED to testing (Debian testing watch)
  • [2026-05-15] Accepted rust-gix-fs 0.16.1-2 (source) into unstable (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2026-02-24] rust-gix-fs 0.16.1-1 MIGRATED to testing (Debian testing watch)
  • [2026-02-14] Accepted rust-gix-fs 0.16.1-1 (source) into unstable (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2025-02-20] rust-gix-fs 0.12.1-1 MIGRATED to testing (Debian testing watch)
  • [2025-02-14] Accepted rust-gix-fs 0.12.1-1 (source) into unstable (Fabian Grünbichler)
  • [2024-10-13] rust-gix-fs 0.11.3-1 MIGRATED to testing (Debian testing watch)
  • [2024-10-04] Accepted rust-gix-fs 0.11.3-1 (source) into unstable (Fabian Grünbichler)
  • [2024-04-20] rust-gix-fs 0.10.2-1 MIGRATED to testing (Debian testing watch)
  • [2024-04-16] Accepted rust-gix-fs 0.10.2-1 (source) into unstable (Peter Michael Green)
  • [2023-12-16] rust-gix-fs 0.8.0-1 MIGRATED to testing (Debian testing watch)
  • [2023-12-13] Accepted rust-gix-fs 0.8.0-1 (amd64 source) into unstable (Debian FTP Masters) (signed by: Holger Levsen)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian (0, 1)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.16.1-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing