Skip to content

docs: storage audit — no PII in contract storage#3

Open
devSoniia wants to merge 1 commit into
mainfrom
feat/storage-audit-67
Open

docs: storage audit — no PII in contract storage#3
devSoniia wants to merge 1 commit into
mainfrom
feat/storage-audit-67

Conversation

@devSoniia
Copy link
Copy Markdown
Owner

Summary

Completes the storage audit required by Vera3289#67.

What was audited

Every DataKey variant in contracts/stream/src/types.rs and every TokenDataKey variant in contracts/token/src/types.rs, across all three Soroban storage tiers (persistent, instance, temporary).

Findings

No PII or sensitive off-chain data found. All stored values are cryptographic addresses, numeric amounts, boolean flags, or enumerations.

Full findings documented in docs/security/storage-audit.md.

Checklist

  • Storage audit completed
  • No PII in any storage value
  • Audit findings documented in docs/security/storage-audit.md

Closes Vera3289#67

Audits all DataKey and TokenDataKey variants across both contracts.
No PII found. Documents methodology, findings, and recommendations.

Closes Vera3289#67
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.

Ensure no sensitive data stored in contract storage

1 participant