seedwing-io / seedwing-proxy

Policy-enforcing Artifact Proxy
Apache License 2.0
2 stars 3 forks source link

Replace the Context struct with a Package URL (purl) #32

Closed jcrossley3 closed 1 year ago

jcrossley3 commented 1 year ago

Since a purl is meant to completely define an artifact and supports a variety of different repository types, there's no need for us to re-invent the wheel with our Context struct.

jcrossley3 commented 1 year ago

Related to #34 -- I don't think we need to replace it, since the digest and requested url might be useful