Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 70,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 27021
},
"pushed_at": "2026-07-29T04:37:23Z",
"created_at": "2022-07-29T11:24:13Z",
"owner_type": "Organization",
"updated_at": "2026-07-29T04:35:09Z",
"description": "Rust (de)serializable types for KBS",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Confidential Containers",
"type": "Organization",
"login": "confidential-containers",
"company": null,
"location": null,
"followers": 682,
"avatar_url": "https://avatars.githubusercontent.com/u/90701811?v=4",
"created_at": "2021-09-14T13:32:24Z",
"is_verified": null,
"public_repos": 26,
"account_age_days": 1780
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.18.0",
"kind": "minor",
"published_at": "2026-07-29T04:37:23Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2025-09-24T03:26:43Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2025-06-12T19:49:19Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2025-06-02T12:22:11Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2024-12-02T04:13:35Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2024-03-22T15:18:37Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2023-12-08T03:08:39Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2023-07-03T15:40:49Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2023-05-10T17:03:49Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2023-03-10T10:42:54Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2022-11-07T11:18:38Z"
}
],
"recent_commits": [
{
"oid": "2b168f1cdb000432f4675f4f488bcc14e9c06559",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.18",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2026-07-29T04:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b26f44e60a9d542290571c7354ed1855b279ee16",
"body": "Add NvidiaDpu variant to the Tee enum for NVIDIA DPU (BlueField-3) DICE\nattestation support. Uses explicit to_string for Display output and\nserde alias for backward-compatible deserialization.\n\n- Primary serialization: nvidia-dpu (kebab-case, consistent with project convention)\n- Backward-compat ali\n[…]\ns: nvidiadpu (accepted for FromStr/deserialization)\n- Generic doc comment (not device-specific)\n\nSigned-off-by: Ying Jiang <jiangying8582@163.com>\nSigned-off-by: Ying Jiang <haixin.jy@alibaba-inc.com>",
"is_bot": false,
"headline": "feat(types): add NvidiaDpu TEE variant with kebab-case serialization",
"author_name": "Ying Jiang",
"author_login": "haixinJY",
"committed_at": "2026-07-20T16:34:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9c63f66d8fc2692e4b2d65feb1c481ee865dc47",
"body": "…otocol.\n\nSigned-off-by: Grant Nunn <grant.nunn@arqit.uk>",
"is_bot": false,
"headline": "Extend TeePubKey for AKP key type for use in PQC algorithm for KBS Pr…",
"author_name": "Grant Nunn",
"author_login": "grant-arqit",
"committed_at": "2026-06-26T02:01:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0130f5d1737cb2562bbbfdff5d4cba988300e8d9",
"body": "Tee enum now can only be serde/deserde via serde-rs. In this way there\nwill always be `\"` around the serde-ed string, and always require `\"`\nfor the string to be de-serde.\n\nThe patch helps to natively support ToString and FromString like traits\nusing strum crate.\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "Tee: add AsRef<str>, Display and from_str implementation",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2026-05-12T07:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a0b7cfa7f99c8fc1ed78a795d1d156763c1e6d4",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.16.0",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2026-03-20T03:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6927f54e2021db3f1be3844a284d0707741e3e4e",
"body": "n/a\n\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "deps: bump rust-ear to 0.5",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2026-03-13T14:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24a9d131a35fd8da46bea53ddf462279dbcbdaec",
"body": "Updating Ear version to specific commit to take updated jsonwebtoken to 10\nTo remediate: CVE-2026-25537\n\nSigned-off-by: Chathurya Adapa <Adapa.Chathurya1@ibm.com>",
"is_bot": false,
"headline": "feat: Update Ear version to address CVE",
"author_name": "Chathurya Adapa",
"author_login": "chathuryaadapa",
"committed_at": "2026-03-11T11:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64cf400a4b89e476901128056dddc00ff142ad5",
"body": "Signed-off-by: Benjamin A. Beasley <code@musicinmybrain.net>",
"is_bot": false,
"headline": "Remove unused dev-dependencies: codicon, curl, procfs",
"author_name": "Benjamin A. Beasley",
"author_login": "musicinmybrain",
"committed_at": "2026-01-07T14:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8069ab9812302fdf41111387a8a464c69fc79415",
"body": "Rust requires all posibilities to be\nexhausted when matching an enum, and\nthe Tee::SEV reference is being removed\nin trustee/deps/verifier/src/lib.rs in\nPR #984 in the trustee PR. So to avoid a\ncompilation error, the SEV enum is being\nremoved.\n\nSigned-off-by: Arvind Kumar <arvinkum@amd.com>",
"is_bot": false,
"headline": "lib: Removing SEV from Tee Enum",
"author_name": "Arvind Kumar",
"author_login": null,
"committed_at": "2025-11-06T06:38:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98985b129199538ec23ebcfe05a8b7645ab2f886",
"body": "fix error for\n\nwarning: this `impl` can be derived\n --> src/hash_algorithm.rs:30:1\n |\n30 | / impl Default for HashAlgorithm {\n31 | | fn default() -> Self {\n32 | | Self::Sha384\n33 | | }\n34 | | }\n | |_^\n |\n = help: for further information visit https://rust-lang.github.io/rust\n[…]\n~ pub enum HashAlgorithm {\n14 | #[strum(ascii_case_insensitive)]\n...\n19 | #[strum(serialize = \"sha384\")]\n20 ~ #[default]\n21 ~ Sha384,\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "fix: lint error for Default impl",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2025-11-05T07:54:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "62968c0f205cd5f24bbf0183083c60f1a2c221c9",
"body": "This update introduces breaking changes, as the Attestation type is\n{de}serialized in a different format.\n\nSigned-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.14.0",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-09-23T13:08:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "807bc03879b86f137bb6acd09a1f3e3ed77abe8f",
"body": "Remove default features on each dependency and explicitly build\nthe `std` feature when enabled in this crate. This helps prevent\nbreakage when building in nostd environments.\n\nUnfortunately, the build errors are not seen when running clippy with\n--no-default-features like done in the GH actions.\n\nSigned-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "cargo: Remove default features on all dependencies",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-09-23T03:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e921085546328cc60b8dc6073e9c2aacfaf3cbd",
"body": "Often, TeePubKeys are serialized to JSON format. The rust ear library\nprovides equivalent types for representing data, including an EAR map.\nAllow for serialization of a TeePubKey to an EAR map and ensure that\nthis map can be deserialized as a JSON object in return.\n\nSigned-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "lib: Serialize TeePubKey to EAR map",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-09-22T22:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "083bfe9f1095a6353873583ac6c63bfbcedfc4b4",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update CODEOWNERS",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-09-22T14:12:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1852e759a65a3a9ea628a97a772b52f5d7351e5",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "lib: Make CompositeEvidence fields public",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-09-19T20:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5590e88cf41847ba02cf39f8fe7b6ca4eeee926",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.13.0",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-09-16T01:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c275ce392ece87a4a32e97ae32085c148887bf",
"body": "Trustee already deserialized the Attestation struct to InitData,\nRuntimeData, and CompositeEvidence objects. Enforce this deserialization\nwithin this crate in order for clients to ensure compatibility.\n\nSigned-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "lib: Deserialize specific objects within Attestation",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-09-16T01:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0be98caa7d053932d9735217c54db0c5bc4a21dd",
"body": "InitData is initialization data injected from an untrusted host into a\nTEE guest.\n\nSigned-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "lib: Add InitData",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-09-16T01:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca84bd9e790ccd69dde8d30a2b9c0acf82642911",
"body": "RuntimeData is data generated during the attestation process that is\nrelevant between the client-server pairing.\n\nSigned-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "lib: Add RuntimeData",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-09-16T01:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96d0eb0fde31d7f9d2b8847e42172ecc9753cf23",
"body": "CompositeEvidence is the combined evidence from all TEEs found on an\nattesting client.\n\nSigned-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "lib: Add CompositeEvidence",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-09-16T01:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea639a07a3760b01ef6e4121beffdb5cc97ac65a",
"body": "The tee-{sev, snp} modules are unused by Trustee. Evidence serialization\nis instead dependent on the underlying attestation service and thus\nshould likely be out of the purview of the crate.\n\nSigned-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Remove unused tee-{sev, snp} submodules",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-09-16T01:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a3427784cd7cfd34caf33f963c157c776e3c43f",
"body": "we use strings like `az-snp-vtpm` in all the stack, but for policies\ntee's are defined as `azsnpvtpm` which has been a source of confusion.\nIf we can merge this, I would update trustee and the default policies to\nreflect this.\n\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "az-cvm-vtpm: hyphenize tees in serialization",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2025-09-12T01:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "900aa8fd2fceb9dc07aa835091bf12076a899ec1",
"body": "sm3 is a cryptographic hash function defined in OSCCA GM/T 0004-2012,\nwhich is used in CCEL integrity calculation.\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "hash algorithm: add sm3 algorithm",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2025-08-01T19:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3cc706ec4c1a88565598c5ce224da06a03f2265",
"body": "removes the accumulate_hash function. Users are expected to call digest() instead. This helps unify the interface and remove duplicate code\n\nSigned-off-by: ssolit <sol@seismic.systems>",
"is_bot": false,
"headline": "remove accumulate_hash from HashAlgorithm",
"author_name": "ssolit",
"author_login": "ssolit",
"committed_at": "2025-07-16T23:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a931548583c9d80e323a9a2ef88360ac6d03cdb2",
"body": "Adds relevant alloc imports, gated by the alloc feature an no std features\n\nSigned-off-by: ssolit <sol@seismic.systems>",
"is_bot": false,
"headline": "add alloc imports",
"author_name": "ssolit",
"author_login": "ssolit",
"committed_at": "2025-07-15T02:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dfc7c6e2363642d0eb0fbe8bb9a585dfbfc988d",
"body": "Consolidates code related HashAlgorithm from across different crates in guest-components and trustee and exposes it for external use. This reduces code duplication, makes behavior more consistent, and ensures external projects never need to convert between multiple HashAlgorithm types\n\nSigned-off-by: ssolit <sol@seismic.systems>",
"is_bot": false,
"headline": "port HashAlgorithm enum from guest-components and trustee",
"author_name": "Spencer Solit",
"author_login": "ssolit",
"committed_at": "2025-07-15T02:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4055a17979c509d86924c9cb459221e2d45ff12",
"body": "In the KBS protocol, TPMs can be used in order to generate and sign the\nattestation evidence.\n\nSigned-off-by: Alice Frosi <afrosi@redhat.com>",
"is_bot": false,
"headline": "Add TPM tee",
"author_name": "Alice Frosi",
"author_login": "alicefr",
"committed_at": "2025-07-10T02:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98b24084ca2b2766d7a893247c8ff9f005c40fe8",
"body": "This is to allow kbs-protocol level to have two high level abstraction,\ns.t.\n\nthings needed to be binded to evidence at runtime: runtime data\nthings already binded to evidence at initialization of TEE: initdata\n\nThe legal nonce and tee public key are both runtime data, thus we still\nleave the definition of tee public key but we do not require it inside\nthe runtime data field, it is left to implementers to decide.\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "Attestation: add runtime and initdata field",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2025-07-10T02:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "868958ee919a480cebd3cfeb62dc2ee97cbbd680",
"body": "Hygon DCU (Deep Computing Unit) is a computing accelerator developed by\nHygon, which supports confidential computing and attestation.\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "Tee: add HygonDcu hardware",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2025-07-02T01:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67cb5b99cd7058ce8d02b7a7b4b467397aaae636",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.12.0",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-06-12T19:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "065812277873dd941a0d327bdfdb95439337a9b7",
"body": "Add new Nvidia TEE indentifier used for composite device attestation.\n\nSigned-off-by: Mikko Ylinen <mikko.ylinen@intel.com>",
"is_bot": false,
"headline": "Tee: add Nvidia",
"author_name": "Mikko Ylinen",
"author_login": "mythi",
"committed_at": "2025-06-11T15:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "254d18834012534100d08a8451bb64b5a1107ded",
"body": "Enable Tee as a key in a HashMap.\n\nSigned-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>",
"is_bot": false,
"headline": "TeeType: add Hash to tee type enum",
"author_name": "Tobin Feldman-Fitzthum",
"author_login": "fitzthum",
"committed_at": "2025-06-11T15:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38e3f3c58509a38bb388bf1ab9f1fd6f5f2ea45c",
"body": "To be able to test out attestation of multiple devices at once,\nintroduce a second sample TEE. This one will represent a device such as\na gpu.\n\nSigned-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>",
"is_bot": false,
"headline": "TeeType: add SampleDevice to Tee enum",
"author_name": "Tobin Feldman-Fitzthum",
"author_login": "fitzthum",
"committed_at": "2025-06-11T15:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e714ed0516a12cd25edf2b46cae9a9c88276056",
"body": "Set up the stage for a new release that bumps the sev dep to 0.6.0\nand includes supports for turing generation.\n\nSigned-off-by: Sergio Lopez <slp@redhat.com>",
"is_bot": false,
"headline": "Bump version to 0.11.0",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2025-05-30T15:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c77cc86e1eeb7363e3ad50d8592866156ae719c",
"body": "- Upgrading `sev` to version `6.0.0`.\n- Adding \"turin\" string map to `Generation::Turin` from sev crate\n (6.0.0).\n- Specifying legacy field `gen` as `r#gen` to protect against the\n keyword `gen` which is now reserved for generators in later versions\n of rust.\n\nSigned-off-by: Larry Dewey <larry.dewey@amd.com>",
"is_bot": false,
"headline": "snp: Adding Turing generation support.",
"author_name": "Larry Dewey",
"author_login": "larrydewey",
"committed_at": "2025-04-30T01:40:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "611889d22e5a4e8e57f13a33a1bdf03aa4aa9c70",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.10.0",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2025-02-06T00:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cc3e46819b122499eac1012fce6a18c9e75a868",
"body": "For JWE using EC or ECX, the ephemeral asymmetric public key should be\nincluded in the ProtectedHeader. It will be a nested structure rather\nthan flatten fields.\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "ProtectedHeader: change other_fields to Map to allow nested fields",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2025-01-06T21:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5dcfed11abaa611d2f26899217c4d2e68ece56e",
"body": "In previous commits we did a duplicated base64 encoding and decoding\nwhen serializing/deserializing the AAD field.\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "AAD: fix serialization and deserialization logic",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2025-01-06T21:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d42c61d4d4ac63dc7d38dd6637a0d67dd8d660a",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.9.3",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2024-12-15T03:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75939d75969daffb01f340286f09b859f334b7d4",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "cargo: Use base64/alloc on alloc feature",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2024-12-15T03:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c0049d1ac830259b82e7abe729b5b9080b2eb6e",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.9.2",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2024-12-12T05:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eaca4cb5b51baae8ecba2251323c73654e5dc97",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update sev to 5.0.0",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2024-12-12T05:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a70403665bfaa61c0984ae05654df0ad72591e96",
"body": "This commit adds error handling for the crate using thiserror crate.\nAlso, based on the error handling, making serialization of `AAD`\neleganttly be handled with result mechanism.\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "Add Error handling for Serialization",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2024-12-10T06:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64e6218c8ec81d0fa8a649a1bf409a6fdee69cf5",
"body": "Due to RFC7516, aad used in AEAD is derived from ProtectedHeader. This\nfunction does this.\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "ProtectedHeader: add generate_aad function",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2024-12-10T06:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68cdec74a609721a6a4e250e700c2424aa72b582",
"body": "This patch is a fix up to previous commits to update the Response struct\nto follow RFC7516.\n\nThe work included in the commit\n1. Make both serialization and deserialization of `ProtectedHeader`\nuse base64-url-nopadding encoding. This means that the whole\nProtectedHeader will be serialized into a base\n[…]\ne64-url-nopadding encoded string when serializing.\n3. Automatical deseralization logic when parsing Response from a\nflattened JSON JWE Serialization.\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "Apply RFC7516 Standard to Response",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2024-12-10T06:50:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "888c691c35445fa067de1faf121655231ceb7baa",
"body": "I haven't been involved with virtee/ repos lately\n\nSigned-off-by: Cole Robinson <crobinso@redhat.com>",
"is_bot": false,
"headline": "CODEOWNERS: remove myself",
"author_name": "Cole Robinson",
"author_login": "crobinso",
"committed_at": "2024-12-10T02:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8f6b89660abee69baa58b182d634f1f71a0f9f0",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.9.1",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2024-12-07T05:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b38bc5a741023d4435ae1b23ab3afbcb06a9ff9",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "lib: Specify different BTreeMap for std and alloc",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2024-12-07T05:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d86c5b94dc3cece6401903980908c2ae7b82968b",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "gh: Run clippy unit tests on std and alloc features",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2024-12-07T05:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87e13512a11deee068b8eeda2df4bde8cb5600f9",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "gh: Run clippy tests on std and alloc features",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2024-12-07T05:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa469a35fc726a8dd6379539bed28bac4d3ce4e",
"body": "Although not reflected in the Cargo.toml file, version 0.8.0 of this\ncrate was already released.\n\nSigned-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.9.0",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2024-12-02T04:12:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f47881f12e10bc9aee2e48b955351dcb099b248a",
"body": "Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "Make ProtectedHeader members public",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2024-12-02T03:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f313edbb143bda77ed9d9f05d4191aa25916bdd1",
"body": "The struct of the ProtectedHeader is actually well defined in RFC7519,\nthe changing from string to a struct would do help to serialization and\ndeserialization.\n\nSee https://datatracker.ietf.org/doc/html/rfc7516\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "Define ProtectedHeader for Response",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2024-11-29T18:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bdde0324ffebc75fa8d970f87480fa5829fa909",
"body": "Due to RFC 7516, if AEAD is used in JWE, `aad` must be included to JSON\nserialization of the JWE. See\n\nhttps://datatracker.ietf.org/doc/html/rfc7516#section-7.2.1\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "Fix Response JWE format",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2024-11-29T18:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec9b1b4c7908e72f6ff30146479f0eb2d7f943cb",
"body": "Bump minor version instead of release, since we have updated the major\nversion of our main dependency (sev).\n\nSigned-off-by: Sergio Lopez <slp@redhat.com>",
"is_bot": false,
"headline": "Bump version to 0.7.0",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2024-07-23T12:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a39f915779fc5649833582d1abf111d14a45c7f0",
"body": "Update sev dependency to the latest version available in crates.io. No\ncode changes are required in this crate.\n\nSigned-off-by: Sergio Lopez <slp@redhat.com>",
"is_bot": false,
"headline": "Update sev dependency to 3.2.0",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2024-07-23T12:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d55489fc8b495173c5de22ae83ba84d07ebbcf90",
"body": "EC keys are widely used in key-exchange\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "TeePubKey: add EC key support",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2024-06-12T17:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "299850b3e51731e330a92b58701ff7cbf70912fe",
"body": "serde_json::Value is a flexible structure that could be a string and\neven a nested map. This helps us to give more structured context of the\nmessage.\n\nhttps://github.com/confidential-containers/trustee/issues/242 is an\nexample issue\n\nSigned-off-by: Xynnn007 <xynnn@linux.alibaba.com>",
"is_bot": false,
"headline": "Types: extend `extra_params` to Value",
"author_name": "Xynnn007",
"author_login": "Xynnn007",
"committed_at": "2024-06-12T17:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a4ff5069d88c671f7eada84ba45a9b196489e3e",
"body": "Signed-off-by: Gábor Szabó <gabor@szabgab.com>",
"is_bot": false,
"headline": "It is better to use the repository field",
"author_name": "Gábor Szabó",
"author_login": "szabgab",
"committed_at": "2024-05-06T15:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f70b78f18e39cfcd3c5225f56b49117c95ee79b",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.6.0",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2024-03-22T15:17:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e28c20c761378b1e8f5b210c839e3c454f2ec3fb",
"body": "Fixes: #26\n\nSigned-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>",
"is_bot": false,
"headline": "Add new TEE type SE (IBM Z Secure Execution)",
"author_name": "Hyounggyu Choi",
"author_login": "BbolroC",
"committed_at": "2024-03-18T10:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa57d8c5513f4863fa93277d69cfdd0397859d8a",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.5.3",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-12-18T02:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6744ceeb6c9c9fd5609cdd6b4251b3ea8715518a",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "snp: Fetch report and SEV generation from SnpAttestation",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-12-18T02:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fe9e1c8961d433397287ceb3b5ce648bf304808",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "cargo: Update to sev 2.0.2",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-12-18T02:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5302363a3b445f20237b8568566811e16a58ea1",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.5.2",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-12-16T05:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3543f39789a52a44c64375b848af2bd35e1ffb76",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Derive Clone on each type",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-12-16T05:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e42a532af0de90f6289f1dd094491136cdcdf700",
"body": "Signed-off-by: Sergio Lopez <slp@redhat.com>",
"is_bot": false,
"headline": "Bump version to 0.5.1",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2023-12-12T10:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "396b113e3b2610145460b729128c74f5d6d9672b",
"body": "Update procfs dev-dependency to require version 0.15.x\n\nSigned-off-by: Sergio Lopez <slp@redhat.com>",
"is_bot": false,
"headline": "Update dependency on procfs",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2023-12-12T10:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59851ab7fcb764f91146c171a110559ece7ecf1b",
"body": "Replace the reqwest dev-dependency with curl, which carries way less\nbaggage and simplifies dependency tracking.\n\nSigned-off-by: Sergio Lopez <slp@redhat.com>",
"is_bot": false,
"headline": "Replace reqwest with curl",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2023-12-12T10:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b6974e196a97ec1940ee36919c784792495ba92",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.5.0",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-12-08T03:07:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4419bea5607bff882505c72cb04aeb15652b4fa5",
"body": "The ARK, ASK, and VCEK can all be fetched from the AMD KDS. These are\nthe three certificates needed for SEV-SNP certificate chain\nverification. Thus, we don't need to include the cert_chain member of\nthe SnpAttestation struct.\n\nSigned-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "snp: Remove cert_chain value from SnpAttestation",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-12-08T02:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9d3c90d63b18968b51d1d8b528118260cc85d2b",
"body": "Any information related to a challenge under SEV-SNP attesting VMs can\nbe contained in the Request struct.\n\nSigned-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "snp: Remove SnpRequest",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-12-08T02:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dec7c1b02dbc09e5f515bcedfbf40b7eb36b8729",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "lib: Derive Copy with Tee",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-12-08T02:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90b13bb023c5805d82cc3206fab9c8e57f61746f",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Add AzTdxVtpm tee type",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-11-07T02:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a9b4df73e75a65c13803f030da8277557d8a410",
"body": "It can be useful to use this crate in bare-metal code where `std`\nis not available (e.g. SVSM).\n\nSo let's provide 2 new features (`std` and `alloc`) to support this\nuse case. `std` is enabled by default.\n\nAs long as there is a memory allocator, we can still use this crate\nwithout the rest of the sta\n[…]\n= \"...\", default-features = false,\n features = [\"alloc\"] }`\n\nThe patch is based on what serde does to handle the same use case.\n\nSigned-off-by: Stefano Garzarella <sgarzare@redhat.com>",
"is_bot": false,
"headline": "Add new features to use this crate without the standard library",
"author_name": "Stefano Garzarella",
"author_login": "stefano-garzarella",
"committed_at": "2023-10-13T00:05:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9bc3ae005c2ec4b30acaf95456a511cb2648a957",
"body": "The `tee-snp` feature enables the `sev` dependency but it doesn't\nactually use anything from that crate, so let's remove it to\nminimize dependencies.\n\nSigned-off-by: Stefano Garzarella <sgarzare@redhat.com>",
"is_bot": false,
"headline": "Fix `tee-snp` dependencies",
"author_name": "Stefano Garzarella",
"author_login": "stefano-garzarella",
"committed_at": "2023-10-11T20:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d914e3350f4295ee0c1b920ac7ee93c683796a7f",
"body": "Adding configuration files for auto assign\n\nSigned-off-by: Larry Dewey <larry.dewey@amd.com>",
"is_bot": false,
"headline": "Auto Assign: Adding yml files",
"author_name": "Larry Dewey",
"author_login": "larrydewey",
"committed_at": "2023-08-22T12:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c90df0eb6575a63df015d7e700e26227e646bd0a",
"body": null,
"is_bot": false,
"headline": "New tee type: CSV (China Secure Virtualization)",
"author_name": "fangbaoshun",
"author_login": "BaoshunFang",
"committed_at": "2023-08-07T17:22:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e370d87495a862188d84d125c12d581f8f56223b",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update to 0.4.0",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-07-05T18:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63a86ec3d36fd705bf2f2daf2394b63cdcc7fcb2",
"body": "Both EC and RSA JWK-formatted public keys must specify a key type\nthrough the `kty` type.\nSee https://www.rfc-editor.org/rfc/rfc7518.html#section-6 for further\nreference.\n\nSigned-off-by: Samuel Ortiz <sameo@rivosinc.com>",
"is_bot": false,
"headline": "kbs-types: Add a key type field for publick keys",
"author_name": "Samuel Ortiz",
"author_login": "sameo",
"committed_at": "2023-07-03T13:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b025df12a26b12e014232fa40f380f0bab72776",
"body": "Signed-off-by: Samuel Ortiz <sameo@rivosinc.com>",
"is_bot": false,
"headline": "kbs-types: Update to the 1.2.0 sev crate",
"author_name": "Samuel Ortiz",
"author_login": "sameo",
"committed_at": "2023-06-12T14:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac893226a2b4b9948f27b3b4b58386a274908106",
"body": "Signed-off-by: Dave Chen <dave.chen@arm.com>",
"is_bot": false,
"headline": "New tee type: CCA (Confidential Compute Architecture)",
"author_name": "Dave Chen",
"author_login": "chendave",
"committed_at": "2023-04-24T19:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b821984bddf036df1c3bb19afeee8575c347e4",
"body": "The JWA RFC [1] specifies that RSA public keys should define the modulus\nand exponent fields as `n` and `e` respectively.\n\n[1] https://www.rfc-editor.org/rfc/rfc7518.html#page-30\n\nSigned-off-by: Samuel Ortiz <sameo@rivosinc.com>",
"is_bot": false,
"headline": "kbs-types: Use JWK specified fields",
"author_name": "Samuel Ortiz",
"author_login": "sameo",
"committed_at": "2023-03-27T19:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75e19fe8d7478354621fbad6edb6dba9f740da13",
"body": "As downstream consumers of the kbs-types crate, the Confidential\nContainers kbs, attestation-service and attestation-agent crates should\nbe notified of any new release, breaking changes, etc.\n\nAs a maintainer for the CoCo project, adding myself to the CODEOWNERS\nfile will facilitate that.\n\nSigned-off-by: Samuel Ortiz <sameo@rivosinc.com>",
"is_bot": false,
"headline": "CODEOWNERS: Shamelessly adding myself",
"author_name": "Samuel Ortiz",
"author_login": "sameo",
"committed_at": "2023-03-27T15:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d3a0c807efa9c36555ad3cffa2008330d657684",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Add azure sev-snp vtpm-based TEE",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-03-24T15:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a25284eb9eb221bba752a7d250f502a2b8e7561b",
"body": "As #15 introduced API-breaking changes, bump minor version. We're now at\n0.2.0.\n\nSigned-off-by: Sergio Lopez <slp@redhat.com>",
"is_bot": false,
"headline": "Bump version to 0.2.0",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2023-03-10T10:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9bafa1908b864efe5eb57c876f5fe6162c4165f",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "snp: Include generation in SnpAttestation",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-03-10T10:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "183dfcb679be64b4881c6f840bccc998b6cd996e",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "lib: Edit TeePubKey",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-03-10T10:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b9378ff675f6de3cd44a1efb41d5b728f8277c",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "snp: Add SnpAttestation",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-02-03T06:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd9bf8175e02321c1e52f02ce4507bfc4f09db03",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "Update sev to 1.1.0",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-02-03T06:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "075ee37dfa36a96d8ef1ee9d3309a64cede50373",
"body": "Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>",
"is_bot": false,
"headline": "tee: Add SNP module",
"author_name": "Tyler Fanelli",
"author_login": "tylerfanelli",
"committed_at": "2023-02-03T06:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50ec211d6267281588f507f5ef4398ffa09231a9",
"body": "In some scenarios, KBS links do not want to be based on real TEE authentication,\nbut only want to test the normal functions of KBS https server.\nThis is because the test environment may not be a real TEE environment.\nThis \"Sample\" TEE type is for the basic test of KBS.\n\nSigned-off-by: Jiale Zhang <zhangjiale@linux.alibaba.com>",
"is_bot": false,
"headline": "Add \"Sample\" TEE for KBS-AS tests.",
"author_name": "Jiale Zhang",
"author_login": "jialez0",
"committed_at": "2023-01-23T23:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1323214cfe62b1394fb7e3ff4f23bbb2e3f5ea0c",
"body": "It is specified in the KBS OpenAPI document. It is used for carrying\nextra information back to the client when return an HTTP error.\n\nSigned-off-by: Samuel Ortiz <sameo@rivosinc.com>",
"is_bot": false,
"headline": "Add the ErrorInformation payload",
"author_name": "Samuel Ortiz",
"author_login": "sameo",
"committed_at": "2022-12-09T13:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63d62ecb4b94b73f45c7213c668d7f31aead286b",
"body": "The TEE generated public key is something KBSes will most likely want to\nkeep a copy of.\n\nSigned-off-by: Samuel Ortiz <sameo@rivosinc.com>",
"is_bot": false,
"headline": "Derive Clone for TeePubKey",
"author_name": "Samuel Ortiz",
"author_login": "sameo",
"committed_at": "2022-12-07T09:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc6ff942fc7cbf80c2bdd9bc8ca50e270856e4ba",
"body": "Add a CODEOWNERS file with initial reviewers.\n\nSigned-off-by: Sergio Lopez <slp@redhat.com>",
"is_bot": false,
"headline": "Add CODEOWNERS file",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2022-11-14T18:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca94687d70d8764afa5b2233dfcd7404f464864a",
"body": "Prepare to release v0.1.0",
"is_bot": false,
"headline": "Merge pull request #9 from slp/release-v0.1.0",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2022-11-07T11:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90a523fc8aacf095e37d8dca3e462c48363c1c18",
"body": "Adjust internal version to reflect the version of the KBS protocol\nimplemented in this crate (v0.1.0).\n\nSigned-off-by: Sergio Lopez <slp@redhat.com>",
"is_bot": false,
"headline": "Prepare to release v0.1.0",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2022-11-07T11:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "028b26c1fba22fadf51d69be0e0be6a4a046a129",
"body": "Adopt the latest version of the KBS protocol",
"is_bot": false,
"headline": "Merge pull request #7 from slp/update-proto",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2022-10-07T12:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1782ca6144b66369799f65a127ce0f77365284c",
"body": "Adopt the latest version of the KBS protocol\n\nSigned-off-by: Sergio Lopez <slp@redhat.com>",
"is_bot": false,
"headline": "Adopt the latest version of the KBS protocol",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2022-10-07T12:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aa2a733ddce2a1f83769224c0ca70360d6f1ed6",
"body": "Derive Eq with PartialEq to satisfy clippy",
"is_bot": false,
"headline": "Merge pull request #5 from slp/fix-clippy",
"author_name": "Sergio Lopez",
"author_login": "slp",
"committed_at": "2022-08-17T11:46:15Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 23,
"latest_release_at": "2026-07-29T04:37:23Z",
"latest_release_tag": "v0.18.0",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 14,
"days_since_latest_release": 1,
"mean_days_between_releases": 137.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "kbs-types",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/kbs-types",
"is_deprecated": false,
"latest_version": "0.18.0",
"repository_url": "https://github.com/virtee/kbs-types",
"versions_count": 24,
"total_downloads": 405210,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 27314,
"first_published_at": "2022-11-07T11:19:54.209497Z",
"latest_published_at": "2026-07-29T04:35:24.967848Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 40,
"stars": 4,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2022-07-29",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-11-26",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-06",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-03-16",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-07-04",
"count": 1
},
{
"date": "2023-08-07",
"count": 1
},
{
"date": "2023-09-18",
"count": 1
},
{
"date": "2023-10-11",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-12-07",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2025-02-03",
"count": 1
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-07-03",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
}
],
"complete": true,
"collected": 38,
"total_forks": 40
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 24951,
"source_files_sampled": 3,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 8,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "base64",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22.1"
},
{
"name": "ear",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5.0"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "sha2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "sm3",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.2"
},
{
"name": "strum",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.27"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "base64",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "ear",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "sm3",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "strum",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 8,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 73,
"open_issues": 2,
"closed_ratio": 0.818,
"closed_issues": 9,
"closed_unmerged_prs": 7
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "tylerfanelli",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/84402499?v=4"
},
{
"type": "User",
"login": "slp",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/511389?v=4"
},
{
"type": "User",
"login": "Xynnn007",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/22250460?v=4"
},
{
"type": "User",
"login": "sameo",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/1043863?v=4"
},
{
"type": "User",
"login": "mkulke",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/273280?v=4"
},
{
"type": "User",
"login": "ssolit",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/49683577?v=4"
},
{
"type": "User",
"login": "alicefr",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/25296267?v=4"
},
{
"type": "User",
"login": "larrydewey",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/41640198?v=4"
},
{
"type": "User",
"login": "stefano-garzarella",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6713874?v=4"
},
{
"type": "User",
"login": "fitzthum",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3345532?v=4"
}
],
"contributors_sampled": 21,
"top_contributor_share": 0.381
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"code_quality.yml",
"unit_tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "23 out of 24 merged PRs checked by a CI test -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 8,
"reason": "Found 21/24 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 12 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2b168f1cdb000432f4675f4f488bcc14e9c06559",
"ran_at": "2026-07-30T20:43:57Z",
"aggregate_score": 5.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T04:37:26Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-29T04:35:04Z",
"ci_last_conclusion": "SKIPPED",
"oldest_open_issues": [
{
"number": 88,
"created_at": "2026-06-05T09:04:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 90,
"created_at": "2026-07-23T01:34:46Z",
"last_comment_at": "2026-07-30T20:17:13Z",
"last_comment_author": "fitzthum"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/confidential-containers/kbs-types",
"host": "github.com",
"name": "kbs-types",
"owner": "confidential-containers"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 55,
"vitality": 71,
"community": 52,
"governance": 72,
"engineering": 45
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 23,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "23 commits in the last year",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 23
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v0.18.0",
"releases_from_tags": false,
"days_since_latest_release": 1,
"mean_days_between_releases": 137.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~137.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 137.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 52,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"forks": 40,
"stars": 4,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "40 forks",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 40
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 72,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 21,
"top_contributor_share": 0.381
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 38% of commits",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 38
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "21 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 21
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 73,
"open_issues": 2,
"closed_issues": 9,
"issue_closed_ratio": 0.818,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "82% of issues closed",
"points": 38.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 82
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "73/80 decided PRs merged",
"points": 34.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 73,
"decided": 80
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 21/24 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 682,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "confidential-containers",
"public_repos": 26,
"account_age_days": 1780
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "682 followers of confidential-containers",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 682,
"login": "confidential-containers"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "26 public repos, account ~4 yr old",
"points": 20.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 26
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 45,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "23 out of 24 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "23 out of 24 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 21/24 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 42,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.72,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "72 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 38.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 72,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 24951,
"source_files_sampled": 3,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"crates package 'kbs-types' points at a different repository (https://github.com/virtee/kbs-types); excluded from ecosystem scoring",
"deps.dev does not index crates:kbs-types@0.18.0; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-30T20:44:21.843635Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/confidential-containers/kbs-types.svg",
"full_name": "confidential-containers/kbs-types",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}