airflow
airflow copied to clipboard
Invalid SBOM url in documenation
What do you see as an issue?
https://airflow.apache.org/docs/apache-airflow/stable/security/sbom.html link to https://airflow.apache.org/docs/apache-airflow/stable/sbom which is 404
Solving the problem
Is this url outdated or is SBOM just missing ?
Anything else
No response
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
Let me take a look
Thanks for notifying - I think our documentation generation process accidentally removed SBOM generation step in https://github.com/apache/airflow/pull/50464 I will bring it back and regenerate SBOMs.
I found that the latest SBOM generated was for version 2.10.5, maybe you can reference this one as a workaround for now: https://airflow.apache.org/docs/apache-airflow/2.10.5/sbom/
Also, I noticed a typo in the SBOM_INDEX_TEMPLATE, which could potentially block SBOM generation. I've submitted a PR to fix it.
The SBOM links should be fixed now - for example https://airflow.apache.org/docs/apache-airflow/3.0.2/sbom/ - the "stable" links will be refreshed in about 3 hours when all cache expires.