feat(security): release v0.7.0 with comprehensive security hardening (S-01 to S-11)
Sanctum Release / Build & Release (Windows x86_64) (push) Waiting to run

This commit is contained in:
2026-09-18 19:12:43 +02:00
parent 80a3bd1911
commit 436790abf0
29 changed files with 1553 additions and 277 deletions
+4 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "sanctum"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Harald Pansi <harald@pansi.eu>", "Sanctum Engineering Team"]
description = "Verschlüsselter Ein-Datei-Container unter Windows im reinen Userland via WebDAV"
@@ -40,6 +40,8 @@ self-replace = "1.5"
ureq = { version = "2.10", default-features = false, features = ["json", "tls"] }
sha2 = "0.10"
semver = "1.0"
minisign-verify = "0.2"
tempfile = "3"
[target.'cfg(windows)'.dependencies]
tray-item = "0.10"
@@ -48,5 +50,5 @@ tray-item = "0.10"
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
panic = "unwind"
strip = true