Open Issues Need Help
View All on GitHubA Ruby library for parsing, validating, and generating Package URLs (PURLs) as defined by the PURL specification
AI Summary: Implement a command-line interface (CLI) command for the `purl` Ruby gem that retrieves and displays security advisories from advisories.ecosyste.ms based on a provided Package URL (PURL). The command should handle both specific version lookups and display all advisories if no version is specified. The output should include title, description, version ranges, identifiers, risk, classification, source, and date and time.
A Ruby library for parsing, validating, and generating Package URLs (PURLs) as defined by the PURL specification
AI Summary: Implement a command-line interface (CLI) command for the `purl` Ruby library that takes a Package URL (PURL) as input and retrieves additional package information from external APIs like `https://packages.ecosyste.ms/` and `https://repos.ecosyste.ms/`, displaying details such as repository URL, license, status, stars, and latest version. The CLI should handle different package types and gracefully handle API errors.
A Ruby library for parsing, validating, and generating Package URLs (PURLs) as defined by the PURL specification