Skip to content

Security: aajll/embedded-queue

Security

.github/SECURITY.md

Security Policy

Reporting a Vulnerability

Use GitHub's Security Advisories feature to report security concerns privately.

Expect a response within 7 days. If the issue is confirmed, a fix will be released as a patch version.

Scope

embedded-queue is a small ring-buffer queue library with no network stack, no external dependencies, and no dynamic memory allocation. The primary attack surface is integer overflow in capacity calculations and race conditions in SPSC concurrency paths.

There aren't any published security advisories