Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 0.4.6 - Unreleased
## 0.4.6 - 2026-07-24

### Highlights

- Reject foreign-owned or unverifiable Windows files in secure reads while
preserving supported trusted local owners and exact extended drive paths.

### Security and Correctness

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openclaw/fs-safe",
"version": "0.4.5",
"version": "0.4.6",
"description": "Capability-style filesystem roots for Node.js apps that handle untrusted relative paths.",
"keywords": [
"filesystem",
Expand Down