Skip to content

Commit

Permalink
Merge pull request #8 from RedHatProductSecurity/purl/maven
Browse files Browse the repository at this point in the history
Some updates to maven purl recommendations
  • Loading branch information
mprpic authored Jul 29, 2024
2 parents b5ab413 + f946977 commit b6e773f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/purl.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ pkg:maven/io.vertx/[email protected]?type=jar&repository_url=https://
```

The version string will contain a `redhat-NNNNN` suffix to indicate that the component was built from source by
Red Hat. If the type qualifier is not set, it is assumed to be `jar`. The value in the `repository_url` defaults to Red
Red Hat. If the type qualifier is not set, it is assumed to be `jar` (as described in the
[POM documentation](https://maven.apache.org/pom.html)). The value in the `repository_url` should be Red
Hat's Maven repository at [https://maven.repository.redhat.com/ga/](https://maven.repository.redhat.com/ga/).

## Additional Notes
Expand Down

0 comments on commit b6e773f

Please sign in to comment.