Skip to content

Security: rkriad585/h9a

Security

SECURITY.md

Security Policy

Supported Versions

Version Supported
0.2.x Latest release
main branch Supported (development)

Reporting a Vulnerability

Please report suspected security vulnerabilities privately to the maintainer by email:

Please do not open a public issue for security problems.

When reporting, include:

  • The version or commit you are running
  • A description of the vulnerability
  • Steps to reproduce
  • Any impact assessment you can provide

You will receive an acknowledgment within 7 days and a status update as the issue is assessed and addressed.

Scope

H9A is a small terminal package with two runtime dependencies (rich and pyfiglet) and one optional dependency for screenshots (Pillow). It reads no input, makes no network requests, and stores no data. The practical attack surface is limited to the behavior of its dependencies and the environment in which it is run.

Security-relevant dependencies

Security updates for h9a, rich, pyfiglet, and Pillow should be tracked with the standard package tooling:

python -m pip list --outdated

There aren't any published security advisories