Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Security: Zeroshi/CerbiSite

Security

docs/security.md

title description permalink layout last_updated
Security Overview
How Cerbi approaches security, privacy, and safe telemetry.
/docs/security/
default
2025-09-25

Security Overview

Architecture

  • Source-governed telemetry: build-time analyzer + runtime validator
  • Encryption via IEncryption implementations: AES, Base64, or NoOp
  • File fallback with rotation for resilient logging

Data minimization

  • PII redaction controlled by policy
  • Relax mode preserves signals while tagging violations
  • Stable schemas reduce accidental leakage

Access control (CerbiShield, beta)

  • Role-based access control (RBAC)
  • Profile versioning with audit history and rollbacks

Handling sensitive data

  • Recommended: exclude PII from logs entirely
  • If business-necessary, mask at source per policy and document justification

Reporting

  • Please report vulnerabilities to [email protected]
  • Include reproduction steps, expected vs. actual behavior, and impact
  • We will acknowledge receipt and follow up with status updates

There aren’t any published security advisories