From af79e9906b23e62612b39a3865cb894b433b813d Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Fri, 22 Nov 2024 16:30:09 +0100 Subject: [PATCH] chore(model): Remove the `A_NAME` purl type This was an unofficial addition (i.e. it is not part of [1]) used by Nexus IQ only, for which support was removed in 1f4d723. [1]: https://github.com/package-url/purl-spec/blob/master/PURL-TYPES.rst Signed-off-by: Sebastian Schuberth --- model/src/main/kotlin/utils/PurlUtils.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/model/src/main/kotlin/utils/PurlUtils.kt b/model/src/main/kotlin/utils/PurlUtils.kt index 4a06af51ec614..f0b433cb77bd0 100644 --- a/model/src/main/kotlin/utils/PurlUtils.kt +++ b/model/src/main/kotlin/utils/PurlUtils.kt @@ -31,7 +31,6 @@ import org.ossreviewtoolkit.utils.common.percentEncode */ enum class PurlType(private val value: String) { APK("apk"), - A_NAME("a-name"), BAZEL("bazel"), BITBUCKET("bitbucket"), BOWER("bower"),