-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: underline that we are _not_ offering an API yet (#502)
* docs: move link to final CSAF 2.0 in README * docs: underline that we are _not_ offering an API yet * Grammar fix --------- Co-authored-by: JanHoefelmeyer <[email protected]>
- Loading branch information
1 parent
466d2c6
commit 65fae93
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# API examples | ||
|
||
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. | ||
An experimental example of how to use `github.com/csaf-poc/csaf_distribution` | ||
as a library. | ||
As usage of the repository as an API is currently a _work in progress_, | ||
these examples are likely to be changed. | ||
|
||
* [purls_searcher](./purls_searcher/main.go) is a tool to search for PURLs in local advisories by given product IDs. |