Skip to content

Security: faustbrian/go-queue

Security

SECURITY.md

Security Policy

Supported Versions

Security fixes are applied to the latest stable v1 release and main. Additional supported release lines and end-of-support dates will be documented here when offered.

Reporting A Vulnerability

Use GitHub private vulnerability reporting for this repository. Include a minimal reproducer, expected and observed behavior, affected versions, impact, and any suggested mitigation. Do not include secrets or production data.

Response Process

Maintainers will acknowledge the report, reproduce and assess it privately, coordinate a fix and advisory, and credit the reporter when requested. Public disclosure should wait until a fix or agreed mitigation is available.

Package Security Boundary

Job payloads, broker frames, retry metadata, and backend state are untrusted operational inputs. Settlement correctness, bounded retries, and deterministic shutdown are part of the maintained security boundary.

Application Responsibilities

Applications remain responsible for transport limits, authentication, authorization, rate limiting, deadlines, secret handling, deployment policy, and business-level validation. Package safeguards do not replace those controls.

See docs/security.md and docs/failure-model.md for adoption guidance and the maintained security boundary.

There aren't any published security advisories