@@ -45,8 +45,8 @@ using a simple and expressive syntax and conventions based on familiar URLs.
4545
4646PURL is used as a standard identifier for software components in:
4747- A CycloneDX or SPDX SBOM
48- - Most software vulnerability databases such as [ OSV] ( https://osv.dev/ ) and
49- [ Sonatype OSS Index] ( https://ossindex.sonatype.org/ )
48+ - Most software vulnerability databases such as [ OSV] ( https://osv.dev/ ) ,
49+ [ Sonatype OSS Index] ( https://ossindex.sonatype.org/ ) , and [ VulnerablCode ] ( https://public2.vulnerablecode.io/ )
5050- Many package repositories, such as [ Crates.io] ( https://crates.io/ ) and
5151[ Packagist] ( https://packagist.org/ )
5252
@@ -140,6 +140,7 @@ identifier, there are many FOSS projects that implement PURL for languages or so
140140- Perl: https://github.com/giterlizzi/perl-URI-PackageURL
141141- PHP: https://github.com/package-url/packageurl-php
142142- Python: https://github.com/package-url/packageurl-python
143+ - Raku: https://github.com/lizmat/PURL
143144- Ruby: https://github.com/package-url/packageurl-ruby
144145- Rust: https://github.com/package-url/packageurl.rs
145146- Swift: https://github.com/package-url/packageurl-swift
159160
160161Copyright (c) the purl authors
161162
162- The license for ** purl-spec** software is MIT:
163- - SPDX-License-Identifier: MIT-License.
164- - See the * LICENSE* file in this repository for the license text.
163+ The license for the ** purl-spec** software is:
164+ SPDX-License-Identifier: MIT.
165165
166166The license for the ECMA-427 standard is the _ ECMA Copyright License and
167167Disclaimer_ .
0 commit comments