potiuk opened a new pull request, #507: URL: https://github.com/apache/airflow-steward/pull/507
## What The project-agnostic scaffold `projects/_template/project.md` carried live **Apache Airflow** identity in several CVE / version-extraction config *values* (not just in `# ASF/Airflow default:` example comments). A fresh adopter copying the template inherited Airflow's identity in fields that drive CVE-JSON generation and version extraction, rather than a placeholder they are prompted to fill. Surfaced by a `/magpie-setup upgrade` template-genericity audit (Step 6d) on snapshot `110820e`. ## Changes Replaced the five flagged values with `<placeholder>` tokens consistent with the existing H1 title convention, preserving the `# ASF/Airflow default:` documentation comments: | Field | Before | After | |---|---|---| | cve scope `product` (airflow / providers) | `"Apache Airflow"` | `"<Product Name>"` | | cve scope `product` (chart) | `"Apache Airflow Helm Chart"` | `"<Secondary Product Name>"` | | `release_process.name` | `Airflow` | `<ProjectShortName>` | | `affected_version_extract_prefix` | `"Airflow"` | `"<ProjectShortName>"` | The lesser illustrative prose noted in the issue (README / quick-merge / stats examples) is left as-is — those read as deliberate worked examples. Closes #506. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
