mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
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 <hoefelmeyer.jan@gmail.com>
This commit is contained in:
parent
466d2c6ab7
commit
65fae93a81
2 changed files with 8 additions and 4 deletions
|
|
@ -31,8 +31,10 @@ is a CSAF Aggregator, to list or mirror providers.
|
||||||
## Other stuff
|
## Other stuff
|
||||||
|
|
||||||
### [examples](./examples/README.md)
|
### [examples](./examples/README.md)
|
||||||
are small examples of how to use `github.com/csaf-poc/csaf_distribution` as an API.
|
are small examples of how to use `github.com/csaf-poc/csaf_distribution`
|
||||||
Currently this is a work in progress. They may be extended and/or changed in the future.
|
as an API. Currently this is a work in progress, as usage of this repository
|
||||||
|
as a library to access is _not officially supported_, e.g.
|
||||||
|
see https://github.com/csaf-poc/csaf_distribution/issues/367 .
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
Binaries for the server side are only available and tested
|
Binaries for the server side are only available and tested
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
# API examples
|
# API examples
|
||||||
|
|
||||||
A currenty very short list how to use `github.com/csaf-poc/csaf_distribution` as a library.
|
An experimental example of how to use `github.com/csaf-poc/csaf_distribution`
|
||||||
As the API is currently WIP these are are likely to be modified or extented.
|
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.
|
* [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