Closed macblazer closed 3 years ago
To better identify internally developed and hosted CocoaPods, the purl element should have a repository_url parameter added to it when the pod is not from the main CocoaPods git repo or CDN.
purl
repository_url
repository_url is explained with a couple examples on this page: https://github.com/package-url/purl-spec
The main CocoaPods repositories are https://github.com/CocoaPods/Specs.git and https://cdn.cocoapods.org/.
https://github.com/CocoaPods/Specs.git
https://cdn.cocoapods.org/
Related to https://github.com/package-url/purl-spec/issues/103
To better identify internally developed and hosted CocoaPods, the
purl
element should have arepository_url
parameter added to it when the pod is not from the main CocoaPods git repo or CDN.repository_url
is explained with a couple examples on this page: https://github.com/package-url/purl-specThe main CocoaPods repositories are
https://github.com/CocoaPods/Specs.git
andhttps://cdn.cocoapods.org/
.