Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking โ€œSign up for GitHubโ€, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add security foundations section #487

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: change protection > security
coroiu committed Nov 25, 2024

Verified

This commit was signed with the committerโ€™s verified signature.
coroiu Andreas Coroiu
commit 6e650d754806930833c8982f5c0f42119bacc0ba
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# P01: A locked vault must be and stay protected
# P01: A locked vault is secure

Clients must ensure that once the vault has been locked, no vault data can be accessed in plain
eliykat marked this conversation as resolved.
Show resolved Hide resolved
text, even if the device becomes compromised after the lock occurs. Protections are not guaranteed
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# P02. Limited protection for vaults on semi-compromised devices
# P02. Limited security for vaults on semi-compromised devices

:::info Note

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# P03. No protection on fully compromised systems
# P03. No security on fully compromised systems

:::info Note