Skip to content

fix: Sanitize ORT package IDs to handle colons in versions - #2005

Merged
tdruez merged 1 commit into
aboutcode-org:mainfrom
FabianRolfMatthiasNoll:bugfix/2004_package_id_sanitation
Dec 22, 2025
Merged

fix: Sanitize ORT package IDs to handle colons in versions#2005
tdruez merged 1 commit into
aboutcode-org:mainfrom
FabianRolfMatthiasNoll:bugfix/2004_package_id_sanitation

Conversation

@FabianRolfMatthiasNoll

Copy link
Copy Markdown
Contributor

ORT uses colons as separators in identifiers. Package versions containing colons (e.g. Debian epochs) were breaking the identifier format. This change replaces colons with underscores in the ID components.

closes #2004

ORT uses colons as separators in identifiers. Package versions containing colons (e.g. Debian epochs) were breaking the identifier format. This change replaces colons with underscores in the ID components.

Signed-off-by: Fabian Noll <Fabian.Noll@googlemail.com>
@tdruez
tdruez merged commit d500fde into aboutcode-org:main Dec 22, 2025
10 checks passed
@tdruez

tdruez commented Dec 22, 2025

Copy link
Copy Markdown
Contributor

@FabianRolfMatthiasNoll Looks good, thanks for this fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ORT import failing for some debian packages

2 participants