diff --git a/AGENTS.md b/AGENTS.md index 27ad92c6..cf841daa 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -360,7 +360,7 @@ configuration before executing any command: | `` | The framework root — `.apache-magpie/` (the gitignored snapshot) in adopting projects, `.` in framework standalone. Used in `uv run` and other invocations that address the framework's `tools//` subtrees. | Filesystem convention. | | `` | GitHub slug of the (security) tracker repo (example: `airflow-s/airflow-s`). | `/project.md` → `tracker_repo` | | `` | GitHub slug of the upstream codebase the fixes land in (example: `apache/airflow`). | `/project.md` → `upstream_repo` | -| `` | The project's security mailing list (example: `security@airflow.apache.org`). | `/project.md` → `mailing_lists.security` | +| `` | The project's security mailing list (example: `security@airflow.apache.org`). | `/project.md` → `security_list` (under **Mailing lists**) | | `` | URL of the project's general-issue tracker, distinct from the security tracker. | `/issue-tracker-config.md` → `url` | | `` | Project key within the issue tracker (JIRA key or `owner/repo`). | `/issue-tracker-config.md` → `project_key` | | `` | Recipe for invoking the project's runtime on a single source file. | `/runtime-invocation.md` | diff --git a/skills/security-cve-allocate/SKILL.md b/skills/security-cve-allocate/SKILL.md index c52185dc..8b2e4582 100644 --- a/skills/security-cve-allocate/SKILL.md +++ b/skills/security-cve-allocate/SKILL.md @@ -32,7 +32,7 @@ license: Apache-2.0 (example: ``) → value of `upstream_repo:` in /project.md (example: ``) - → value of `mailing_lists.security:` in /project.md + → value of `security_list:` in /project.md (example: ``) → the CVE-tool adapter directory selected by `cve_authority.tool:` in /project.md