Only the latest released version is supported. azform is pre-1.0;
older tags will not receive backports.
Please do not open a public GitHub issue for security reports.
Report privately via GitHub Security Advisories: https://github.com/someson/azform/security/advisories/new
You'll get an acknowledgement within 3 working days and a fix or mitigation plan within 14 days for confirmed issues.
In scope:
- Command injection via parsed help text or field values that reach the
assembled
azcommand line. - Path traversal or unsafe writes under
~/.local/state/azform/. - Unsafe handling of shell variable expansions (
$VAR,$(cmd), backticks). - Terminal-escape injection in help text or Azure API responses that could corrupt the user's shell.
Out of scope:
- Vulnerabilities in the Azure CLI itself — report those upstream at https://github.com/Azure/azure-cli.
az logincredential handling.azformnever touches Azure credentials directly; it only shells out to an already-authenticatedazbinary.- Issues that require a compromised local shell or a malicious replacement
of the
azbinary onPATH— the trust boundary starts at your shell.
Once a fix is released we'll credit reporters (unless you'd rather stay anonymous) in the release notes and, if impact warrants, publish a GitHub Security Advisory.