taleodor commented on issue #614: URL: https://github.com/apache/tooling-trusted-releases/issues/614#issuecomment-3921565422
Could classical PURLs be used with TEI wrappers and then standard TEA discovery API? This is the recommended TEA discovery approach, rather than modifying PURL. Essentially, let's say you have PURL `pkg:maven/org.apache.tomcat/[email protected]`, then you wrap it into TEI as: urn:tei:purl:apache.org:pkg:maven/org.apache.tomcat/[email protected] In other words, TEI allows to fuse PURL with authoritative domain with the purpose to provide distribution mechanism on top of PURL. This will be enough to perform resolution on TEI as documented [here](https://github.com/CycloneDX/transparency-exchange-api/tree/main/discovery). Also here is my earlier [demo](https://www.youtube.com/watch?v=na30ADqKH0c&t=1058s) showing how this can work (start timecode included in the link). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
