Add BellSoft Alpaquita and Hardened Containers ecosystems#347
Add BellSoft Alpaquita and Hardened Containers ecosystems#347oliverchang merged 1 commit intoossf:mainfrom
Conversation
oliverchang
left a comment
There was a problem hiding this comment.
Thanks! Just a clarifying question
docs/schema.md
Outdated
| | `AlmaLinux` | AlmaLinux package ecosystem; the `name` is the name of the source package. The ecosystem string might optionally have a `:<RELEASE>` suffix to scope the package to a particular AlmaLinux release. `<RELEASE>` is a numeric version. | | ||
| | `Alpine` | The Alpine package ecosystem; the `name` is the name of the source package. The ecosystem string must have a `:v<RELEASE-NUMBER>` suffix to scope the package to a particular Alpine release branch (the `v` prefix is required). E.g. `v3.16`. | | ||
| | `Android` | The Android ecosystem. Android organizes code using [`repo` tool](https://gerrit.googlesource.com/git-repo/+/HEAD/README.md), which manages multiple git projects under one or more remote git servers, where each project is identified by its name in [repo configuration](https://gerrit.googlesource.com/git-repo/+/HEAD/docs/manifest-format.md#Element-project) (e.g. `platform/frameworks/base`). The `name` field should contain the name of that affected git project/submodule. One exception is when the project contains the Linux kernel source code, in which case `name` field will be `:linux_kernel:`, followed by an optional SoC vendor name e.g. `:linux_kernel:Qualcomm`. The list of recognized SoC vendors is listed in the [Appendix](#android-soc-vendors) | | ||
| | `BellSoft` | BellSoft Alpaquita Linux package ecosystem; the `name` is the name of the source package. The ecosystem string might optionally have a `:<RELEASE>` suffix to scope the package to a particular Alpaquita Linux release. `<RELEASE>` is a numeric version. | |
There was a problem hiding this comment.
Is there some documentation we can point to regarding <RELEASE> ? I couldn't find any references to release numbers on https://bell-sw.com/pages/downloads/alpaquita/ or https://bell-sw.com/alpaquita-containers/#docker-hub-images
There was a problem hiding this comment.
@oliverchang , thank you for this spot I overlooked. I fixed the description.
Alpaquita Linux has (rolling) Stream and LTS (currently 23-lts) releases.
And you can find the list of Alpaquita releases:
- given https://docs.bell-sw.com/security/search/ has the drop-down list;
- https://bell-sw.com/pages/downloads/alpaquita/ has download links
and a FAQ answer about the two.
Hope it helps. Thanks.
There was a problem hiding this comment.
@oliverchang , anything else I need to do to improve this PR?
thanks.
There was a problem hiding this comment.
Thanks for the explanation, can you add an example release name to the doc as well, otherwise it looks good to me!
There was a problem hiding this comment.
+1 please include an example release name and/or a link to an authoritative list of the pretty names.
For example, is it "BellSoft:23 LTS", or "BellSoft:LTS" or "BellSoft:23-lts" or some other variation? Similarly, "BellSoft:stream" or "BellSoft:Stream" ?
|
Sorry for the delay! There's some issues pointed out by the workflows, specifically:
the osv-linter unit test seems to be an issue on our end, I'll ask someone to have a look. |
|
Also apologies for the delay on this -- our team has been busy with travel in the past few weeks. |
|
@i-bs if you're able to address the things pointed out by @another-rex this should be good to merge |
|
Greetings, Andrew, Oliverr!
sorry for the delay. We are preparing things for tracking more of our
products. I'll push the updated commits soon.
Thanks for heads up!
|
f02e363 to
68226e8
Compare
|
Greetings!
Thank you |
ecosystems.json
Outdated
| "GitHub Actions": "The GitHub Actions ecosystem; the `name` field is the action's repository name with owner e.g. `{owner}/{repo}`.", | ||
| "Go": "The Go ecosystem; the `name` field is a Go module path.", | ||
| "Hackage": "The Haskell package ecosystem. The `name` field is a Haskell package name as published on Hackage.", | ||
| "Hardened Containers": "BellSoft Hardened Containers package ecosystem; the `name` is the name of the source package. The ecosystem string has a `:<RELEASE>` suffix to scope the package to a particular Hardened Containers release. `<RELEASE>` is the id of the particular Hardened Containers release. Examples: `Hardened Containers:23`, `Hardened Containers:stream`.", |
There was a problem hiding this comment.
"Hardened Containers" seems rather general.
Could we qualify this with "Bellsoft"? i.e. "BellSoft Hardened Containers" ?
There was a problem hiding this comment.
Could we qualify this with "Bellsoft"? i.e. "BellSoft Hardened Containers" ?
Yes, changes applied.
Signed-off-by: Ildar Mulyukov <ildar.mulyukov@bell-sw.com>
|
Greetings! |
Includes: * 1.6.6: ossf/osv-schema#276 * 1.6.7: nothing * 1.7.0: ossf/osv-schema#312 ossf/osv-schema#319 ossf/osv-schema#337 * 1.7.1: nothing * 1.7.2: ossf/osv-schema#351 ossf/osv-schema#347 ossf/osv-schema#358 * 1.7.3: ossf/osv-schema#394 * 1.7.4: ossf/osv-schema#434 ossf/osv-schema#357
Includes: * 1.6.6: ossf/osv-schema#276 * 1.6.7: nothing * 1.7.0: ossf/osv-schema#312 ossf/osv-schema#319 ossf/osv-schema#337 * 1.7.1: nothing * 1.7.2: ossf/osv-schema#351 ossf/osv-schema#347 ossf/osv-schema#358 * 1.7.3: ossf/osv-schema#394 * 1.7.4: ossf/osv-schema#434 ossf/osv-schema#357
Includes: * 1.7.0: ossf/osv-schema#312 (`upstream` field) ossf/osv-schema#319 ossf/osv-schema#337 (`Ubuntu` as `severity` score) * 1.7.1: nothing * 1.7.2: ossf/osv-schema#351 ossf/osv-schema#347 ossf/osv-schema#358 * 1.7.3: ossf/osv-schema#394 * 1.7.4: ossf/osv-schema#434 ossf/osv-schema#357
Includes: * 1.7.0: * ossf/osv-schema#312 (`upstream` field) * ossf/osv-schema#319 * ossf/osv-schema#337 (`Ubuntu` as `severity` score) * 1.7.1: nothing * 1.7.2: * ossf/osv-schema#351 * ossf/osv-schema#347 * ossf/osv-schema#358 * 1.7.3: * ossf/osv-schema#394 * 1.7.4: ossf/osv-schema#434 * ossf/osv-schema#357
No description provided.