| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fabric_1.4.474_checksums.txt | 2026-09-03 | 736 Bytes | |
| fabric_Darwin_arm64.tar.gz | 2026-09-03 | 23.1 MB | |
| fabric_Darwin_x86_64.tar.gz | 2026-09-03 | 24.5 MB | |
| fabric_Linux_arm64.tar.gz | 2026-09-03 | 22.0 MB | |
| fabric_Linux_x86_64.tar.gz | 2026-09-03 | 24.0 MB | |
| fabric_Linux_i386.tar.gz | 2026-09-03 | 22.6 MB | |
| fabric_Windows_arm64.zip | 2026-09-03 | 22.1 MB | |
| fabric_Windows_i386.zip | 2026-09-03 | 23.4 MB | |
| fabric_Windows_x86_64.zip | 2026-09-03 | 24.5 MB | |
| README.md | 2026-09-03 | 682 Bytes | |
| v1.4.474 source code.tar.gz | 2026-09-03 | 20.9 MB | |
| v1.4.474 source code.zip | 2026-09-03 | 21.4 MB | |
| Totals: 12 Items | 228.4 MB | 0 | |
Changes
PR #2206 by ksylvan: fix: confine storage names and authenticate Ollama serve
- Reject unsafe cross-platform storage names and directory traversal attempts.
- Confine symlink targets to configured filesystem storage directories.
- Require API keys for non-loopback server bindings and authenticate Ollama routes.
- Validate chat pattern, context, and session names early while preventing internal filesystem details from leaking through client errors.
- Default the REST server to loopback port 8080 and add regression coverage for traversal, symlink, and authentication security.