mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
API examples: Improved wording in examples/README.md (#499)
* Improved wording in examples/README.md * Improve wording * Fix link purl_searcher -> purls_searcher --------- Co-authored-by: JanHoefelmeyer <hoefelmeyer.jan@gmail.com>
This commit is contained in:
parent
086c4ab48b
commit
aa3604ac3d
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
# API examples
|
# API examples
|
||||||
|
|
||||||
A currenty very short list how to use `github.com/csaf-poc/csaf_distribution` as a library:
|
A currenty very short list how to use `github.com/csaf-poc/csaf_distribution` as a library.
|
||||||
|
As the API is currently WIP these are are likely to be modified or extented.
|
||||||
|
|
||||||
* (purl_searcher)[./purl_searcher/main.go] is a tool to search through local advisories. It finds PURLs based on the product ID of an advisory.
|
* [purls_searcher](./purls_searcher/main.go) is a tool to search for PURLs in local advisories by given product IDs.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue