If you discover a security issue in the tac library, please report it
privately rather than opening a public issue.
Contact: adpena@users.noreply.github.com (GitHub-routed alias).
When reporting, please include:
- a brief description of the issue and its impact;
- a minimal reproduction (if possible);
- the affected file, function, or commit SHA;
- any suggested remediation.
We aim to acknowledge security reports within 7 days and to issue a patch or mitigation guidance within 30 days for confirmed vulnerabilities. Public disclosure should be coordinated to give downstream consumers time to upgrade.
In scope:
- the
tacPython package (top-leveltac/); - example code under
examples/; - CI workflows under
.github/workflows/.
Out of scope:
- third-party dependencies (report to their respective maintainers);
- the comma video compression challenge upstream snapshot (report there).
This package pins hard runtime dependencies to major-version ranges. The
default pip install tac install path is permissive-only (MIT / Apache-2.0
/ BSD-3-Clause / tri-licensed MIT/Apache-2.0/BSL-1.0 for constriction).
The pyppmd LGPL-2.1-or-later dependency is documented in
the parent research workspace.