Skip to content

Security: sidshas03/defaultrisk

Security

SECURITY.md

Security Policy

Scope

DefaultRisk is a static analysis tool that reads Terraform plan JSON files. It does not make network calls, does not access cloud APIs, and does not handle credentials at runtime. The attack surface is limited to:

  • Parsing untrusted JSON input (the plan file)
  • File system writes (when using --out)

Reporting a Vulnerability

If you discover a security issue in DefaultRisk — for example, a way to achieve code execution through a crafted plan JSON, or a path traversal via the --out flag — please report it responsibly.

Email: Open a GitHub issue with the label security or contact the maintainers directly. Do not include exploit details in public issues.

We will acknowledge receipt within 48 hours and aim to release a fix within 7 days for confirmed issues.

Supported Versions

Version Supported
0.1.x Yes

There aren't any published security advisories