When generating sbom for Apache Camel project, there are several vcs url which are giving a 404.
One pattern that I noticed is:
https://github.com/org/project/sub-project
for instance https://github.com/apache/pulsar/pulsar-client-api
https://github.com/apache/pulsar/pulsar-client-api is giving a 404
I think we should either stay on https://github.com/apache/pulsar
or use the tag https://github.com/apache/pulsar/tree/v4.2.1/pulsar-client-api
the website url is also impacted (but I think it is less important)
see also:
When generating sbom for Apache Camel project, there are several vcs url which are giving a 404.
One pattern that I noticed is:
https://github.com/org/project/sub-projectfor instance
https://github.com/apache/pulsar/pulsar-client-apihttps://github.com/apache/pulsar/pulsar-client-api is giving a 404
I think we should either stay on https://github.com/apache/pulsar
or use the tag https://github.com/apache/pulsar/tree/v4.2.1/pulsar-client-api
the website url is also impacted (but I think it is less important)
see also: