Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2025

This PR contains the following updates:

Package Type Update Change
fuser dependencies minor 0.11.00.16.0

GitHub Vulnerability Alerts

GHSA-cvmj-47v9-35m9

During the creation of a new libfuse session with fuse_session_new, the operation list was passed as NULL incorrectly. libfuse expects this argument to always point to list of operations. This caused uninitialized memory read and leaks in libfuse.so.


Release Notes

cberner/fuser (fuser)

v0.16.0

Compare Source

  • Add support for passthrough file descriptors
  • Change KernelConfig capabilities flags parameters to u64
  • Remove feature flags abi-7-9 through abi-7-18
  • Remove libfuse feature flag from defaults. Linking with libfuse can be enabled with the libfuse feature flag
  • Improve macfuse compatibility (note that macfuse remains untested)
  • Fix unsound behavior when linking with libfuse3
  • Performance optimizations
  • Update documentation

v0.15.1

Compare Source

  • Fix crtime related panic that could occur on MacOS. See PR #​322 for details.

v0.15.0

Compare Source

  • Add file handle argument to getattr()
  • Change poll() to take a PollHandle instead of a u64
  • Add low level API for manually mounting or wrapping a fuse file descriptor into a Session
  • Fix compatibility with MacFUSE 4.x
  • Performance optimizations

v0.14.0

Compare Source

  • Add support for poll
  • Add support for notifications
  • ABI 7.11 support is now complete

v0.13.0

Compare Source

  • Remove dependency on users crate
  • Performance optimizations

v0.12.0

Compare Source

  • Add method to Session to unmount non-Send Filesystems

v0.11.1

Compare Source

  • Improve an error message when using libfuse2

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/crate-fuser-vulnerability branch from aa1e899 to 1a8f108 Compare September 25, 2025 20:15
@renovate renovate bot force-pushed the renovate/crate-fuser-vulnerability branch from 1a8f108 to f83dab9 Compare December 10, 2025 11:14
@renovate renovate bot force-pushed the renovate/crate-fuser-vulnerability branch from f83dab9 to e78f7ff Compare December 31, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant