Skip to content

Security: pscheid92/uuid

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

Please do not report security vulnerabilities through public GitHub issues.

Instead, use GitHub Security Advisories to privately report a vulnerability.

You should receive an acknowledgment within 48 hours. We aim to provide an initial assessment within 1 week.

Security Design

This library delegates all randomness to Go's crypto/rand, which uses the operating system's CSPRNG. There is no custom random number generation, no global mutable random source, and no option to substitute a weaker source.

There aren’t any published security advisories