Compliance & Standards Mapping

Last updated: July 3, 2026 · Document version 1.0

How to read this page: Implemented means the control exists in shipped code and is covered by our engineering design records; Partial means meaningful coverage exists with a named remainder; Roadmap means published as planned, not claimed. SignVerse does not claim third-party certifications (e.g., SOC 2, ISO 27001) it has not undergone; this mapping shows technical control alignment to support your own vendor assessment.

1.OWASP Top 10 (2021)

RiskSignVerse controlsStatus
A01 — Broken Access ControlServer-side RBAC on every protected operation (69 permissions / 10 roles); organization-scoped queries everywhere; cross-tenant references rejected and regression-tested; public tokens scoped to a single resourceImplemented
A02 — Cryptographic FailuresArgon2 for one-time codes; SHA-256/HMAC-SHA256 (peppered, versioned) for keys, tokens, and secrets; authenticated symmetric encryption for stored secrets with envelope encryption and a rotation ledger; constant-time comparisonsImplemented
A03 — InjectionParameterized ORM for all database access; allowlist HTML sanitization; text-context rendering of user data in the UI; bounded pagination and search parametersImplemented
A04 — Insecure DesignPurpose-bound authentication challenges; tombstoned token lifecycle (honest 410 vs blank 404); deterministic, explainable forensics; fail-closed vault and decryption behavior; mandatory threat-model checklist per changeImplemented
A05 — Security MisconfigurationProduction startup refuses unsafe configuration (weak/default secrets, unvalidated token issuers); strict security headers with per-request CSP nonces; no debug modes in production pathsImplemented
A06 — Vulnerable & Outdated ComponentsMandatory dependency-justification ladder before any new dependency; vetted parsers for hostile inputImplemented
A07 — Identification & Authentication FailuresPasswordless OTP with rate limits, attempt caps, lockouts; anti-enumeration (generic responses, no lookup-before-send); recipient password lockout; environment-gated development credentialsImplemented
A08 — Software & Data Integrity FailuresPer-stage SHA-256 hash chain over document/signature state; detached CMS/PKCS#7 seals bound to the chain head; append-only audit and forensic ledgersImplemented
A09 — Security Logging & Monitoring FailuresAppend-only audit trail across lifecycle, ceremonies, auth events, admin actions; PII masked in logs; secrets and codes never loggedImplemented
A10 — Server-Side Request ForgeryRender-time URL safety: scheme blocking, cloud-metadata blocking, numeric private-range blocking, enforced on both rendering enginesImplemented

2.OWASP ASVS 4.0 — chapter-level alignment

ASVS chapterAlignmentNotes
V1 Architecture & DesignAlignedDocumented threat-driven design rationale; single reusable security components by policy
V2 AuthenticationAlignedPasswordless OTP (hashed, expiring, attempt-capped, purpose-bound); generic responses; admin path separately gated
V3 Session ManagementAlignedHttpOnly/Secure/SameSite JWT session cookie, 24 h expiry, server-side CSRF pairing
V4 Access ControlAlignedPer-route permission declarations; tenant scoping at query layer; deny-by-default guards
V5 Validation, Sanitization & EncodingAlignedSchema validation, allowlist sanitizer, output encoding, upload hardening
V6 Stored CryptographyPartialSecrets encrypted with rotation; document blobs rely on storage-layer encryption today (application-level blob encryption on roadmap)
V7 Error Handling & LoggingAlignedGeneric errors on auth surfaces; masked, secret-free, append-only logging
V8 Data ProtectionPartialMinimization is structural; DSAR tooling and default-KMS residency on roadmap
V9 CommunicationsAlignedTLS mandated; HSTS/edge hardening are deployment controls in self-hosted installs
V10 Malicious CodeAlignedSupply-chain ladder; no dynamic code execution paths for user input
V11 Business LogicAlignedCeremony ordering enforced server-side; rate/abuse budgets on sensitive flows; quarantine human-review gate
V12 Files & ResourcesAlignedMulti-layer upload validation, active-content PDF rejection, optional fail-closed malware scanning
V13 API & Web ServicesAlignedUniform auth on API surfaces; hashed machine credentials; bounded queries; idempotency keys on roadmap for envelope-creating calls
V14 ConfigurationAlignedStartup configuration guardrails; environment-gated development shortcuts; documented headers

3.OWASP Cheat Sheet practices adopted

4.Electronic-signature framework support

SignVerse's evidence model (verified ceremonies, per-signer hash chain, cryptographic seals with attributable keys, append-only audit, forensic scoring) is engineered to support the core requirements of ESIGN/UETA and the advanced electronic signature principles of eIDAS: signatures uniquely linked to and capable of identifying the signer, and bound to the document so any later change is detectable. SignVerse is not a Qualified Trust Service Provider; qualified-signature scenarios can be supported through the external trust-provider attestation integration. Legal sufficiency for a specific use case and jurisdiction should be confirmed with your counsel.

5.Secure development lifecycle

Every change to SignVerse is developed under a mandatory 17-control guardrail catalog covering the OWASP baseline plus brute-force, abuse/DoS, injection, XSS, CSRF, authorization/tenancy, secrets, PII, cryptography standards, transport, public-link safety, HTTPS hardening, uploads, headers, logging/monitoring, and supply chain. Each feature merges only with a completed security review and security test report. This process is itself part of the compliance story: controls stay true because the process re-verifies them on every change.

6.Published roadmap items (not claimed as current)

Database row-level security beneath app-layer tenancy · external KMS as default secret store · application-level document-blob encryption · embedded PAdES-LTV seals · per-tenant rate budgets · explicit origin validation on mobile ceremonies · packaged DSAR export/erasure tooling · idempotency keys on envelope-creating API calls.

For control-by-control engineering evidence behind this mapping, auditors may request access to SignVerse's internal security design records and per-change security review reports via contact.