airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Invalid SBOM url in documenation

Open ShuP1 opened this issue 5 months ago • 4 comments

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

ShuP1 avatar Jun 16 '25 14:06 ShuP1

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.

boring-cyborg[bot] avatar Jun 16 '25 14:06 boring-cyborg[bot]

Let me take a look

nailo2c avatar Jun 16 '25 21:06 nailo2c

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.

potiuk avatar Jun 17 '25 08:06 potiuk

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.

nailo2c avatar Jun 17 '25 16:06 nailo2c

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.

potiuk avatar Jul 03 '25 19:07 potiuk