Skip to content

[DOC] Download URL in sbom.spdx is not exactly the same than the tag URL #1200

Closed
@finger42

Description

@finger42

Describe the issue
In the generated SBOM file:
https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/V11.1.0/sbom.spdx#L15

is the URL: https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/v11.1.0
which leads to 404.
Reason is that the 'v' should be written upper case 'V'

I dont know why the URL is case sensitive?

So the URL:
https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V11.1.0
is working.

From my search the sbom.spdx file is generated by:
https://github.com/FreeRTOS/CI-CD-Github-Actions/blob/main/sbom-generator/scan_dir.py#L35
Where the manifest file gets parsed and generates the URL.

The manifest file:
https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/V11.1.0/manifest.yml
contains the URL with lower 'v'

So the Tag URL and the manifest file version differs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions