JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 278,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 212979,
"Shell": 6019,
"Makefile": 1022
},
"pushed_at": "2026-07-20T14:18:53Z",
"created_at": "2019-08-13T18:01:19Z",
"owner_type": "Organization",
"updated_at": "2026-07-18T18:44:04Z",
"description": "Encryption libraries for Encrypted OCI Container images",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Containers",
"type": "Organization",
"login": "containers",
"company": null,
"location": "Earth",
"followers": 6439,
"avatar_url": "https://avatars.githubusercontent.com/u/5874934?v=4",
"created_at": "2013-11-07T00:39:00Z",
"is_verified": null,
"public_repos": 107,
"account_age_days": 4647
},
"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": "v1.3.2",
"kind": "patch",
"published_at": "2026-07-20T14:21:46Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2026-07-07T10:09:08Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-04-16T14:05:24Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2024-12-16T16:11:36Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2024-07-01T13:42:56Z"
},
{
"tag": "v1.1.10",
"kind": "patch",
"published_at": "2024-03-12T01:08:53Z"
},
{
"tag": "v1.1.9",
"kind": "patch",
"published_at": "2023-10-31T14:11:23Z"
},
{
"tag": "v1.1.8",
"kind": "patch",
"published_at": "2023-08-15T01:27:58Z"
},
{
"tag": "v1.1.7",
"kind": "patch",
"published_at": "2023-01-19T04:53:42Z"
},
{
"tag": "v1.1.6",
"kind": "patch",
"published_at": "2022-10-07T14:40:41Z"
},
{
"tag": "v1.1.5",
"kind": "patch",
"published_at": "2022-06-06T00:16:53Z"
},
{
"tag": "v1.1.4",
"kind": "patch",
"published_at": "2022-05-05T13:41:02Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2022-03-18T15:04:45Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2021-06-28T18:38:58Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2021-04-12T15:31:39Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2021-01-25T21:06:37Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2020-07-07T18:53:29Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2020-04-03T17:11:13Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2020-02-24T20:19:51Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2020-02-24T20:11:09Z"
}
],
"recent_commits": [
{
"oid": "6a2a20bcf291d891da0e987e53d1ac7c133268a6",
"body": "…pto/openpgp\n\nx/crypto/openpgp now contains a stronger deprecation warning:\n> // Deprecated: this package is unsafe by design, and has numerous known security\n> // issues. It is not maintained, and should not be used.\n\nand points at github.com/ProtonMail/go-crypto/openpgp , so use that one.\n\nSigned-off-by: Miloslav Trmač <mitr@redhat.com>",
"is_bot": false,
"headline": "Replace golang.org/x/crypto/openpgp with github.com/ProtonMail/go-cry…",
"author_name": "Miloslav Trmač",
"author_login": "mtrmac",
"committed_at": "2026-07-18T18:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26be4942b3baad265c2ed1d892206b7928b77b0d",
"body": "Add the missing support for pkcs11 to SortDecryptionKeys.\n\nSigned-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "pkcs11: Add missing support for pkcs11 to SortDecryptionKeys",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2026-07-07T09:58:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b76ab4afff978d740c816b61267452f50920d90e",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "build(deps): Update a few dependencies",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2026-07-07T09:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b646aa4c2080cddaaa905efe19209e3809a40ab2",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.54.0 to 0.55.0.\n- [Commits](https://github.com/golang/net/compare/v0.54.0...v0.55.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-version: 0.55.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golang.org/x/net from 0.54.0 to 0.55.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-05T16:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c03ceaa8ff0d8bddc2aaf65a4539641d990bda27",
"body": "…ng/protobuf\n\nSigned-off-by: Miloslav Trmač <mitr@redhat.com>",
"is_bot": false,
"headline": "Regenerate the protobuf code to stop using deprecated github.com/gola…",
"author_name": "Miloslav Trmač",
"author_login": "mtrmac",
"committed_at": "2026-05-27T14:53:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20da77caa045319fab3c0bc38d1da39305f323c3",
"body": "github.com/stretchr/testify still imports the old one, but\nthat is test-only and will not cause that YAML version to be\nincluded in binaries of consumers of this library.\n\nSigned-off-by: Miloslav Trmač <mitr@redhat.com>",
"is_bot": false,
"headline": "Update from unmaintained gopkg.in/yaml.v3 to go.yaml.in/yaml/v3",
"author_name": "Miloslav Trmač",
"author_login": "mtrmac",
"committed_at": "2026-05-27T14:53:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab5ff0a99ca5b87bcec4785822fd504b3bf3f5e",
"body": "Many are over a year old. Sure, that can be\n(and is being) handled in downstream consumers,\nbut running the library's tests against the more\nrelevant implementations is valuable in itself.\n\nSigned-off-by: Miloslav Trmač <mitr@redhat.com>",
"is_bot": false,
"headline": "Update most dependencies",
"author_name": "Miloslav Trmač",
"author_login": "mtrmac",
"committed_at": "2026-05-27T14:53:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d808399d75519234661b5b066e6576b43690f52b",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "keyprovider: Reformat keyprovider config JSON for test case",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2026-04-16T13:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "296fc4e13bb347565704c11b929320ce45288f4b",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "ci: Use go 1.26 rather than 1.24",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2026-04-16T13:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "929edb2f27b96c761c22280621c1ac725f8c07b2",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "ci: Update golangci-lint to v2.11.4",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2026-04-16T13:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "932437e8a581e7bb307a92c54b09515addfd54f9",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "ci: Use go 1.25 rather than 1.23",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2026-04-16T13:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1d7e837cceb2368acd84ef67f19f2b2f4f44182",
"body": "Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.5 to 4.1.4.\n- [Release notes](https://github.com/go-jose/go-jose/releases)\n- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.5...v4.1.4)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/go-jose/go-jose/v4\n dependency-version: 4.1.4\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-16T11:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72323d9e7a493452bf044bea5d605b29a87eb993",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.68.1 to 1.79.3.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.68.1...v1.79.3)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-version: 1.79.3\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump google.golang.org/grpc from 1.68.1 to 1.79.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-16T11:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d6a090c5b1012f3d05aba249058e39bfa879282",
"body": "Signed-off-by: sal rashid <salrashid123@gmail.com>",
"is_bot": false,
"headline": "fix: Fixes issue with uninitialized grpc CertPool",
"author_name": "sal rashid",
"author_login": "salrashid123",
"committed_at": "2026-04-09T13:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1497419a4600d755ab9d21511b08451ddad9b668",
"body": "This extension allows for users to configure the RootCA to trust, the\nServerName for the remote host, and any client certificates to use when\ncontacting the gRPC key provider.\n\nThe configuration introduces an optional struct with key `grpc-tls` which,\nwhen specified, will load and use the configurat\n[…]\nh/to/client.key\",\n \"root-ca-file\": \"/path/to/root-ca.crt\"\n }\n }\n }\n}\n```\n\nResolves: https://github.com/containers/ocicrypt/issues/127\nSigned-off-by: sal rashid <salrashid123@gmail.com>",
"is_bot": false,
"headline": "Introduce TLS support for the gRPC key provider.",
"author_name": "sal rashid",
"author_login": "salrashid123",
"committed_at": "2026-03-30T13:47:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e9d91931e5ae72efab22396111d425d3e8a60b28",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.45.0\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-07T13:01:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8950a22ff7304cf91a7c6e463d6f160a79330db",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.\n- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-version: 0.38.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-07T01:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2effa1465191e60b6201e1e091f62c2177e6a92b",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0.\n- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-25T19:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f73b6eb9ddf3aa0bba607195c42bf7f0a99a6c",
"body": "Use 'golangcli-lint migrate' to migrate the configuration file to the\nnew format.\n\nSigned-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "ci: Use golangci-lint v2.0.1",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2025-03-25T18:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "425f26530b8c8fca6442ee3c909810a62a03c1a1",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "ci: Use go 1.24 rather than 1.22",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2025-03-25T18:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa29bf69b357c38cb1b509359deeca27f33dc421",
"body": "Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.4 to 4.0.5.\n- [Release notes](https://github.com/go-jose/go-jose/releases)\n- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.4...v4.0.5)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/go-jose/go-jose/v4\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-25T18:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "587b27f5ece6821e5e2a410a20fc0a6a7737a599",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "github: Run apt-get update before apt-get install",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2025-02-25T17:56:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc226893c8cf963fa985da95401e75d41735ecea",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>",
"is_bot": false,
"headline": "build(deps): Update dependencies due to high severity issues",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2024-12-19T02:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94907715d1f59700922160bd2f47caeca108629f",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.30.0 to 0.31.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.30.0...v0.31.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-18T01:36:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1db71af9f28553231f0b59880d3fe5b162fa8c61",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "build(deps): Update a few dependencies",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2024-12-16T16:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45fc0b168f66f5df6105e6789cc44955d5770354",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "github: Update to golangci-lint v1.62.2",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2024-12-16T16:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d7fc3f3940e9d093e8d9d64a42975b32c944d63",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "github: Update to go 1.23 ditching 1.21",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2024-12-16T16:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b885320068cd5c6d1e9d21070b83d8ca7362741",
"body": "`github.com/smallstep/pkcs7` is a actively maintained drop-in\nreplacement for `go.mozilla.org/pkcs7`.\n\nFixes #107\n\nSigned-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>",
"is_bot": false,
"headline": "Replace go.mozilla.org/pkcs7 with github.com/smallstep/pkcs7",
"author_name": "Mikel Olasagasti Uranga",
"author_login": "mikelolasagasti",
"committed_at": "2024-07-27T19:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "809cd12df5490124ccb5becc004d0ba2b8035b8c",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-24T01:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e26515dd4d77b4d8adbbccb0afb1208bcde8843f",
"body": "Update the following packages:\n- github.com/opencontainers/image-spec: v1.1.0\n- github.com/sirupsen/logrus: v1.9.3\n- github.com/stretchr/testify: v1.9.0\n- golang.org/x/crypto: v0.24.0\n- golang.org/x/term: v0.21.0\n- google.golang.org/grpc: v1.64.0\n\nSigned-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "build(deps): Update several dependencies to latest package versions",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2024-07-01T13:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0703ce7589b62553a67221f9e42d856927cad7a4",
"body": "The main change in go-jose/v4 is the requirement to specify accepted\n\"alg\" and \"enc\" parameters. This is to enhance security, like for\ninstance \"the billion hashes attach\" presented at BlackHat 2023.\n\nNote that go-jose/v4 requires go 1.21\n\nReferences: https://github.com/go-jose/go-jose/issues/64#issuecomment-1809152412\nSigned-off-by: Reinhard Tartler <siretart@tauware.de>",
"is_bot": false,
"headline": "Migrate to go-jose/v4",
"author_name": "Reinhard Tartler",
"author_login": "siretart",
"committed_at": "2024-06-30T20:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d0db7295f54094b6f3eba43399f9ed2fb28c0b9",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "github: Use golangci-lint v1.59.1 and adjust config file",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2024-06-11T12:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5221197f4440a7419fd8a75a13af17981d5e060b",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "Refactor conditionless else branches with return statementes (govet)",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2024-06-11T12:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4489465a6fdfbe410aca064658188184fcb5883",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "github: Test with go 1.22 and go 1.21",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2024-06-11T12:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30c2fb6a4b668c23038a290d64c1f9b7c686f170",
"body": "updated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "---",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-21T22:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f840ae296f739157c02a18ae124645a84cda95d6",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "build(deps): bump github.com/golang/protobuf from v1.5.3 to v1.5.4",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2024-03-14T15:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccaf1f86ed8ce962ed5909808113bc84b5684018",
"body": "To avoid a potential DoS vulnerability in v3.0.0 update to v3.0.3.\n\nResolves: Issue #104\nSigned-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "build(deps): bump github.com/go-jose/go-jose/v3 from v3.0.1 to v3.0.3",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2024-03-11T21:36:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b2101afac6fdbfef94eaf7a352cc9b07f70f363",
"body": "Now, passing a JWK (via EncryptWithJwe / JSONWebKey.MarshalJSON) will\nallow for ECDSA keys and for customizing the algorithm used with a\nparticular key.\n\nPreviously, the code made it impossible to supply a JWK-encoded ECDSA\npublic key in the encryption config, as all keys passed as JSONWebKey-s\nwere\n[…]\nntents regardless, so it should be fine to consider this a\ncorrection rather than breakage of old behavior. (Hyrum's law\nnotwithstanding)\n\nSigned-off-by: Bojidar Marinov <bojidar.marinov.bg@gmail.com>",
"is_bot": false,
"headline": "jwe: Support overriding the algorithm when supplying a JWK",
"author_name": "Bojidar Marinov",
"author_login": "bojidar-bg",
"committed_at": "2023-12-28T20:51:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c430e43c76335b50d9ce7b03c12721f02c5f7a86",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-28T19:01:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a24b47713b8af833f6c389420b7e3b25f576554e",
"body": "To avoid a potential DoS vulnerability in v3.0.0 update to v3.0.1.\n\nSigned-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "build(deps): bump github.com/go-jose/go-jose/v3 from v3.0.0 to v3.0.1",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2023-11-13T21:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0e1fd5b82bc57acdb1a241dc602534eea42edb6",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.\n- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-31T13:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f98af7c91e581bc30eac7cfdda1f5ddc47e01c6d",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0...v1.56.3)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-31T13:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "526c1bdfb8ba3c2b5195101d7349867eaba5e8a4",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "Run go clean -testcache as part of make test",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2023-10-26T02:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5574f24ad7e8ed39d8f484ed807fac0806f924c6",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "build(deps): Update some of the dependencies",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2023-10-26T01:20:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd5c1167aaa0c673c735b1dfdfae25d643c88d00",
"body": "append() can allocate arrays with cap(s) > len(s), and future\nappend() calls would then just write to the free slots; doing that\nfrom multiple goroutines would race.\n\nSigned-off-by: Miloslav Trmač <mitr@redhat.com>",
"is_bot": false,
"headline": "Fix a possible race with concurrent encryption with the same config",
"author_name": "Miloslav Trmač",
"author_login": "mtrmac",
"committed_at": "2023-10-23T14:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffc163c18e970386fcd1b35acf2d350c8665d080",
"body": "Continue to provide the symbol with a typo, for API compatibility.\n\nSigned-off-by: Miloslav Trmač <mitr@redhat.com>",
"is_bot": false,
"headline": "Fix a typo",
"author_name": "Miloslav Trmač",
"author_login": "mtrmac",
"committed_at": "2023-09-07T00:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "804a61fab1990197ced8d473755ebebfea79ab00",
"body": "Signed-off-by: Miloslav Trmač <mitr@redhat.com>",
"is_bot": false,
"headline": "Fix copy&paste errors in doc strings",
"author_name": "Miloslav Trmač",
"author_login": "mtrmac",
"committed_at": "2023-09-07T00:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be20dcb008300fadabdc9ba55a976712b087b101",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "github: Use golangci-lint v1.54.1 and adjust config file",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2023-08-15T01:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26329d2083b07d16aa33f0542a5440a185cb17af",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "github: Test with go 1.21 and go 1.20",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2023-08-15T01:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34c2da3cd2651424c1686fa0e117d1d66c7edda0",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "go.mod: Require go 1.20",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2023-08-15T01:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e82f71d816846808968ad975ceb850b148a6062",
"body": "Signed-off-by: Michal Biesek <michalbiesek@gmail.com>",
"is_bot": false,
"headline": "pkcs11: `getHostAndOsType` add support for riscv64",
"author_name": "Michal Biesek",
"author_login": "michalbiesek",
"committed_at": "2023-08-14T12:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cee08c60cce70c5c66a2f6f3f28c40db1b05dfb9",
"body": "Signed-off-by: Saurav Maheshkar <sauravvmaheshkar@gmail.com>",
"is_bot": false,
"headline": "feat(ci): update `setup-go` to enable caching",
"author_name": "Saurav Maheshkar",
"author_login": "SauravMaheshkar",
"committed_at": "2023-04-18T14:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01784fe70ffd4054a00a7d30f89da31f5378a8b4",
"body": "Suppress the report of this type of warning sine this package is fine for\nus:\n\nSA1019: \"golang.org/x/crypto/openpgp\" is deprecated: this package is\nunmaintained except for security fixes. New applications should consider\na more focused, modern alternative to OpenPGP for their specific task.\nIf you a\n[…]\nd to interoperate with OpenPGP systems and need a\nmaintained package, consider a community fork.\nSee https://golang.org/issue/44226. (staticcheck)\n\nSigned-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "linters: Disable report of deprecated packages by staticcheck",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2023-02-22T00:39:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3526ded5dff82e081dc0433dd5f73144a7de588a",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "build(deps): Update to golang.org/x/crypto@v0.6.0",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2023-02-22T00:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e79dd9733edb0f455850b1b501ea944b10de8ca",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "bulid(deps): Update to golang.org/x/net@v0.7.0",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2023-02-21T22:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1e4d5e5d4368da57d91ed207dc4b1bfca45dbce",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "build(deps): Update to minimum required go v1.18",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2023-02-21T22:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c60342cfb9ad02bc8e3902f0466667220d114a54",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "github: Upgrade test run from 1.16 to 1.19",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2023-02-21T22:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19b5c83b3e57578e990dc916c17771281249d821",
"body": "https://github.com/square/go-jose/tree/master says the former is deprecated.\nMoving everything to /v3 will, eventually, allow callers to only contain one\nvendored implementation instead of up to 3.\n\nSigned-off-by: Miloslav Trmač <mitr@redhat.com>",
"is_bot": false,
"headline": "Migrate from gopkg.in/square/go-jose.v2 to github.com/go-jose/go-jose/v3",
"author_name": "Miloslav Trmač",
"author_login": "mtrmac",
"committed_at": "2023-02-14T04:35:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "441f499c8d248e11ca2a0497703dc1ea5261d2d1",
"body": "master to main",
"is_bot": false,
"headline": "Update SECURITY.md",
"author_name": "Tom Sweeney",
"author_login": "TomSweeneyRedHat",
"committed_at": "2023-01-20T21:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23f835169419537003707f55a03adc8919ae1df5",
"body": "master to main",
"is_bot": false,
"headline": "Update CODE-OF-CONDUCT.md",
"author_name": "Tom Sweeney",
"author_login": "TomSweeneyRedHat",
"committed_at": "2023-01-20T21:42:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee4e19a2ec93f08262499bc9521c751f4a1d935c",
"body": "Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>",
"is_bot": false,
"headline": "remove github.com/pkg/errors",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2023-01-17T22:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0cec6f7be0d6e38555f18211643c82ceeb015d1",
"body": "We are trying to speed up the startup of container applications\nby not MustCompiling in init but waiting until first use of application.\n\nWhile this will only speed up start by a couple of microseconds, the\nmore we get rid of the faster the apps will start.\n\nSigned-off-by: Daniel J Walsh <dwalsh@redhat.com>",
"is_bot": false,
"headline": "Do not preallocate regex in init program",
"author_name": "Daniel J Walsh",
"author_login": "rhatdan",
"committed_at": "2023-01-15T13:04:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2217b9802e772693ab8a0c976af901bc5b5d7a4",
"body": "Add stderr to the Key Provider Cmd Execution errors for better\nvisibility into failed executions.\n\nSigned-off-by: dsolnik <dansolnik@gmail.com>",
"is_bot": false,
"headline": "Append Stderr to Key Provider Cmd Execution Errors",
"author_name": "dsolnik",
"author_login": "Dsolnik",
"committed_at": "2022-12-16T04:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e2562f75839f65f9cd541403468cc9f887a112c",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "github: Remove a space from the workflows script",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-12-16T01:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "032bb592f07cc797b672f55c1bff55959f20a80a",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "go.mod: Bump go to 1.16 from 1.12",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-12-15T21:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aabe8c651a1f43a3a09fb9de02ea95f59e1e73bb",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "Travis: Remove .travis in favor of github actions",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-12-15T21:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1528dcdfe21ab692886ac06710a619ea86f1b77",
"body": "Create basic go.yml workflow to mimic behaviour of Travis CI on Github\nActions.\n\nSigned-off-by: BruegelN <BruegelN@crashing.systems>",
"is_bot": false,
"headline": "Mimic Travic CI with Github Actions.",
"author_name": "BruegelN",
"author_login": "BruegelN",
"committed_at": "2022-12-07T18:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0e73385d69b5b6e41373d64de45f11c89be026d",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "Travis: Use latest golangci-lint v1.50.1",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-11-10T19:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d9a3f4315d69aecc4be7c8d8ba64cbe6039a822",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "Travis: Test with go 1.16.x and 1.18.x",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-11-10T15:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb576cec583a2e128bc5a83f81af44da82585d3b",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "linters: Enable error-strings revive linter and fix issues",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-11-10T15:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1957e81544e1dda763b3d1eba0fff5a8285f7ad5",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "linters: Enable indent-error-flow revive linter and fix issues",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-11-10T15:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e1e0cfa0f955b2c7e3726de2a41a6decd06cef2",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "linters: Enable a few more linters",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-11-10T15:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da960c9d0c58520786e295579ffa0b10e23274a1",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "Linters: Enable depguard and removed usage of io/ioutil package",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-11-10T15:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8db256161d71fa12c84149cc6ad786d0c265928d",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "linters: Enable misspell linter and fix issues",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-11-10T15:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09110029c29b7b2cd58688808272f6a05457d342",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "linters: Enable goimports linter and fix issues",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-11-10T15:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7b43ce44624bfadac352f93325854c14ac5d052",
"body": "Remove all indentations in the display of maps since the linter\ndoes not accept either leading tabs nor leading spaces. So be it.\n\nSigned-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "linters: Enable gofmt linter and fix issues",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-11-10T15:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e999b44ae0af086b0ae8e9e3d0f6ae7eafd1e674",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "linters: Enable unconvert linter and fix issues",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-11-10T15:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f587f7a0306359f5be4d6d39102fb3bdafb6ee6",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "gitignore: Ignore files with certain file patterns",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-11-10T15:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1a0a102910d4bceedab0f93ac0ec73473537994",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "CI/CD: Run CodeQL on PRs and once a month",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-10-19T21:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c61dfa5ee6c2ac10004c4e156d1a435f11c444cf",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "spec: Define media types for zstd + encryption support",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-10-07T14:30:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2b6a741b1a87d6064e387ba3fc1c840a2fdecf5",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "gofmt code",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-08-16T12:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2e09cde6d880c3a95ac71ea4d9a18e2485d807e",
"body": "Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>",
"is_bot": false,
"headline": "add check annotations is nil",
"author_name": "ningmingxiao",
"author_login": "ningmingxiao",
"committed_at": "2022-08-16T12:56:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a468e1acd826dc78e457b308471f90c8eea7551f",
"body": "Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>",
"is_bot": false,
"headline": "Update to gopkg.in/yaml.v3 v3.0.0",
"author_name": "Daniel J Walsh",
"author_login": "rhatdan",
"committed_at": "2022-06-01T19:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6959172c164c5c1b737cc362611dd9ba046b73b",
"body": "Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "Travis: Fix installation of golangci-lint",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-06-01T15:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "566b808bdf6f099b46873a5326cfbae4a85ff3a9",
"body": "In case the user doesn't set the environment variable\nOCICRYPT_OAEP_HASHALG sha256 will be used now. This breaks default\nusage with SoftHSM because the only hash it currently (v2.6.1) supports\nis sha1. So a user of SoftHSM now has to set the environment variable\nto 'sha1' and we have to adjust the t\n[…]\no OAEP only supporting sha1:\nhttps://github.com/opendnssec/SoftHSMv2/blob/7f99bedae002f0dd04ceeb8d86d59fc4a68a69a0/src/lib/SoftHSM.cpp#L3123-L3127\n\nSigned-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "pkcs11: Move to sha256 for the default hash to use",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-04-28T13:45:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0818e644cebf0be4f9f32027257a83dd760ebd72",
"body": "Remove the variable OAEPDefaultHash and explicitly store 'sha1'\nin the JSON's Hash field.\n\nSigned-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "pkcs11: Remove OAEPDefaultHash and explicitly store 'sha1'",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-04-28T13:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd0de1b7e2c8eef99ca070a6b6791773aa3598e6",
"body": "Fix a comment because the empty string of the hash defaults to sha1\nand not sha256.\n\nSigned-off-by: Stefan Berger <stefanb@linux.ibm.com>",
"is_bot": false,
"headline": "pkcs11: The empty string in the hash defaults to sha1 not sha256",
"author_name": "Stefan Berger",
"author_login": "stefanberger",
"committed_at": "2022-04-28T13:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf5c03d75df4ab2769019f12edabc5cb2f5e1469",
"body": "Signed-off-by: Brandon Lum <lumjjb@gmail.com>",
"is_bot": false,
"headline": "Add arronwy as maintainer",
"author_name": "Brandon Lum",
"author_login": "lumjjb",
"committed_at": "2022-04-26T20:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01e7d427cd74fec566a69393e3de805df382f77c",
"body": "Signed-off-by: Thomas Stromberg <t+github@chainguard.dev>",
"is_bot": false,
"headline": "Upgrade miekg/pkcs11 from v1.0.3 to v1.1.1",
"author_name": "Thomas Stromberg",
"author_login": "tstromberg",
"committed_at": "2022-03-18T14:53:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef163d7d119490f060633075a569610a5e49cc7d",
"body": "Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.0.1 to 1.0.2.\n- [Release notes](https://github.com/opencontainers/image-spec/releases)\n- [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)\n- [Commits](https://github.com/op\n[…]\nompare/v1.0.1...v1.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/opencontainers/image-spec\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump github.com/opencontainers/image-spec",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-03-18T14:53:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e4a936881fb7cf4b2b8fe49e81b8232fd4c48e97",
"body": "Documentation for backing OCIcrypt with PKCS #11 and SoftHSM2 is already\navailable. It is also possible to do this with an IBM CryptoExpress HSM,\nbut there are some specifics to know. Add documentation for this.\n\nSigned-off-by: Jakob Naucke <jakob.naucke@ibm.com>\nCo-authored-by: Brandon Lum <lumjjb@gmail.com>",
"is_bot": false,
"headline": "Add documentation for PKCS #11 with IBM CEX",
"author_name": "Jakob Naucke",
"author_login": "Jakob-Naucke",
"committed_at": "2021-09-17T13:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1272152ccae67a2c3a4ed543d72b7e42928c99bb",
"body": "Signed-off-by: Brandon Lum <lumjjb@gmail.com>",
"is_bot": false,
"headline": "Add file exists check for decrypt-keys helper",
"author_name": "Brandon Lum",
"author_login": "lumjjb",
"committed_at": "2021-06-22T20:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49be3d4d42c300c653012d294719835605ae8bfe",
"body": "Signed-off-by: Brandon Lum <lumjjb@gmail.com>",
"is_bot": false,
"headline": "Fix bug in getting pkcs7 certs from keys",
"author_name": "Brandon Lum",
"author_login": "lumjjb",
"committed_at": "2021-06-22T20:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d849c3da5009c1846f67f58bfeeca140a42d7ca",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Brandon Lum",
"author_login": "lumjjb",
"committed_at": "2021-05-14T17:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b66a8a3de6e3bd1b990576fd8560d32d710a7c62",
"body": "Signed-off-by: Brandon Lum <lumjjb@gmail.com>",
"is_bot": false,
"headline": "Add ADOPTERS.md",
"author_name": "Brandon Lum",
"author_login": "lumjjb",
"committed_at": "2021-05-13T14:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c989c0bcefa41e177f5d9f2f3182a7da13df0621",
"body": "This adds the current (1.16) version to travis for testing. I kept the\nexisting version (go 1.13), to verify older versions of Go still function\ncorrectly (but this could be removed at some point).\n\nAlso ran `go mod tidy` with go 1.16, as there have been changes in how\n`go.sum` is generated, resulti\n[…]\nes not currently validate\n`go.mod` and `go.sum` for changes, so would not catch such changes, which\nmay be a good addition to make in a follow-up.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "travis: also test on Go 1.16.x, and \"go mod tidy\" with go 1.16",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2021-04-12T15:23:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cac93fe541ac628a13d4bd7a1f1b157fc06ece3a",
"body": "Linting caught some issues on Go 1.16;\n\n> SA1019: x509.EncryptPEMBlock is deprecated: Legacy PEM encryption as specified\n> in RFC 1423 is insecure by design. Since it does not authenticate the ciphertext,\n> it is vulnerable to padding oracle attacks that can let an attacker recover\n> the plaintext. \n[…]\n/264159)\nas they are insecure.\n\nThis patch suppresses these linting failures, and adds a comment that they're in\nplace for backward compatibility.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "utils: suppress \"SA1019: x509.EncryptPEMBlock is deprecated\" linting",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2021-04-12T15:23:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "12b0cb29797d3e2d6d4da0ebba74e62eb0d14fe2",
"body": "gopkg.in/yaml.v2 v2.3.0 introduced a breaking change for Kubernetes, and should\nnot have gone into a \"minor\" release. Acknowledging this was a breaking change,\nversion v2.4.0 was released with this change reverted.\n\nFrom the v2.4.0 release notes:\n\n> It was clearly a mistake to accept the default for\n[…]\nken\" version\ngetting accidentally used, so this updates the version to v2.4.0.\n\nfull diff: https://github.com/go-yaml/yaml/compare/v2.3.0...v2.4.0\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "go.mod: gopkg.in/yaml.v2 v2.4.0",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2021-04-11T17:47:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5dfb8c98326fc6bc593c20f6b80b4d383f1169ac",
"body": "This package is deprecated, and changed to an alias for golang.org/x/term.\nsee https://github.com/golang/crypto/commit/4be66e5b658251a93e17d931a68d9c0ecba9f83a\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "replace deprecated golang.org/x/crypto/ssh/terminal",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2021-04-11T17:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f451fb0e5f4ad9483dd79ed38f7eb1fbdaca6dbb",
"body": "full diff: https://github.com/golang/crypto/compare/4be66e5b658251a93e17d931a68d9c0ecba9f83a...0c34fe9e7dc2486962ef9867e3edb3503537209f\n\nIncludes deprecation of the golang.org/x/crypto/ssh/terminal package, and makes\nit a wrapper for golangl.org/x/term, among various other fixes.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "go.mod: golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2021-04-11T17:45:47Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 20,
"commits_last_year": 16,
"latest_release_at": "2026-07-20T14:21:46Z",
"latest_release_tag": "v1.3.2",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 7,
"days_since_latest_release": 8,
"mean_days_between_releases": 153.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/containers/ocicrypt",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/containers/ocicrypt",
"is_deprecated": false,
"latest_version": "v1.3.2",
"repository_url": "https://github.com/containers/ocicrypt",
"versions_count": 20,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T18:44:00Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 40,
"stars": 190,
"watchers": 10,
"fork_history": {
"days": [
{
"date": "2020-02-08",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-05-09",
"count": 1
},
{
"date": "2020-05-17",
"count": 1
},
{
"date": "2020-05-18",
"count": 1
},
{
"date": "2020-07-24",
"count": 1
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-11-29",
"count": 1
},
{
"date": "2021-03-01",
"count": 1
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-10-14",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-08-12",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-17",
"count": 1
},
{
"date": "2022-12-06",
"count": 1
},
{
"date": "2022-12-08",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-08-13",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-12-12",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-06-01",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-07-27",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2025-02-03",
"count": 1
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
}
],
"complete": true,
"collected": 40,
"total_forks": 40
},
"star_history": null,
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [
"utils/keyprovider/keyprovider.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 14707,
"source_files_sampled": 40,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.82.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GO-2026-6061"
],
"fixed_version": "1.82.1",
"advisory_count": 2,
"oldest_advisory_days": 7
},
{
"name": "github.com/cloudflare/circl",
"direct": false,
"version": "v1.6.2",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.6,
"advisory_ids": [
"GHSA-q9hv-hpm4-hj6x",
"GO-2026-4550"
],
"fixed_version": "1.6.3",
"advisory_count": 2,
"oldest_advisory_days": 153
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.53.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 21
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.55.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5942"
],
"fixed_version": "0.56.0",
"advisory_count": 1,
"oldest_advisory_days": 14
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 14
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 3,
"critical": 1,
"moderate": 1
},
"advisory_count": 7,
"affected_count": 5,
"assessed_count": 22,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/ProtonMail/go-crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.1"
},
{
"name": "github.com/go-jose/go-jose/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.1.4"
},
{
"name": "github.com/miekg/pkcs11",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.2"
},
{
"name": "github.com/opencontainers/go-digest",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/opencontainers/image-spec",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/sirupsen/logrus",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.4"
},
{
"name": "github.com/smallstep/pkcs7",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.1"
},
{
"name": "github.com/stefanberger/go-pkcs11uri",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20230803200340-78284954bff6"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "go.yaml.in/yaml/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.4"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.44.0"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/go-jose/go-jose/v4",
"direct": true,
"version": "v4.1.4",
"ecosystem": "go"
},
{
"name": "github.com/miekg/pkcs11",
"direct": true,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": true,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/image-spec",
"direct": true,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/protonmail/go-crypto",
"direct": true,
"version": "v1.4.1",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": true,
"version": "v1.9.4",
"ecosystem": "go"
},
{
"name": "github.com/smallstep/pkcs7",
"direct": true,
"version": "v0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/stefanberger/go-pkcs11uri",
"direct": true,
"version": "v0.0.0-20230803200340-78284954bff6",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": true,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": true,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.82.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "github.com/cloudflare/circl",
"direct": false,
"version": "v1.6.2",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.53.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.55.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.46.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260511170946-3700d4141b60",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 22,
"direct_count": 13,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 107,
"open_issues": 4,
"closed_ratio": 0.84,
"closed_issues": 21,
"closed_unmerged_prs": 8
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "stefanberger",
"commits": 101,
"avatar_url": "https://avatars.githubusercontent.com/u/1873348?v=4"
},
{
"type": "User",
"login": "lumjjb",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/3060102?v=4"
},
{
"type": "User",
"login": "mtrmac",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/7052838?v=4"
},
{
"type": "User",
"login": "thaJeztah",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/1804568?v=4"
},
{
"type": "User",
"login": "TomSweeneyRedHat",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/25613829?v=4"
},
{
"type": "User",
"login": "rhatdan",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2000835?v=4"
},
{
"type": "User",
"login": "jubalh",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1658215?v=4"
},
{
"type": "User",
"login": "salrashid123",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/11149054?v=4"
},
{
"type": "User",
"login": "zhsj",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/227180?v=4"
},
{
"type": "User",
"login": "ningmingxiao",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/89581092?v=4"
}
],
"contributors_sampled": 21,
"top_contributor_share": 0.58
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql.yml",
"go.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": 5,
"reason": "13 out of 24 merged PRs checked by a CI test -- score normalized to 5",
"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": 2,
"reason": "Found 4/16 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 18 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": 10,
"reason": "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": 6,
"reason": "7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6",
"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": 8,
"reason": "SAST tool detected but not run on all commits",
"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": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6a2a20bcf291d891da0e987e53d1ac7c133268a6",
"ran_at": "2026-07-29T14:11:52Z",
"aggregate_score": 5.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T18:44:37Z",
"oldest_open_prs": [
{
"number": 126,
"created_at": "2026-01-27T14:27:09Z",
"last_comment_at": "2026-01-27T15:24:06Z",
"last_comment_author": "stefanberger"
}
],
"last_merged_pr_at": "2026-07-18T18:44:00Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 67,
"created_at": "2022-09-08T14:50:31Z",
"last_comment_at": "2023-03-16T23:20:04Z",
"last_comment_author": "Dsolnik"
},
{
"number": 85,
"created_at": "2023-03-16T22:20:48Z",
"last_comment_at": "2023-03-17T19:55:21Z",
"last_comment_author": "Dsolnik"
},
{
"number": 102,
"created_at": "2023-12-12T14:54:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 113,
"created_at": "2024-07-26T22:28:24Z",
"last_comment_at": "2024-08-03T07:26:10Z",
"last_comment_author": "stefanberger"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/containers/ocicrypt",
"host": "github.com",
"name": "ocicrypt",
"owner": "containers"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 66 is calibrated to 77 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 66,
"calibrated": 77,
"calibration": "2026-08-02"
}
}
],
"value": 77,
"inputs": {
"security": 60,
"vitality": 64,
"community": 60,
"governance": 72,
"calibration": "2026-08-02",
"engineering": 74,
"ai_readiness": 64,
"weighted_overall_raw": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"commits_last_year": 16,
"human_commit_share": 0.86,
"days_since_last_push": 8,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "16 commits in the last year",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 16
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 20,
"latest_release_tag": "v1.3.2",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 153.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "20 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 20
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~153.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 153.6
}
}
],
"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": "exceptional",
"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": 15,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 15 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 15
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 60,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"forks": 40,
"stars": 190,
"watchers": 10,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "190 stars",
"points": 36.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 190
}
}
],
"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": "10 watchers",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 10
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"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": 0,
"status": "missed",
"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.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 21,
"top_contributor_share": 0.58
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 58% of commits",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 58
}
}
],
"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 18 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"merged_prs": 107,
"open_issues": 4,
"closed_issues": 21,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.84,
"closed_unmerged_prs": 8,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "84% of issues closed",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 84
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "107/115 decided PRs merged",
"points": 27.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 107,
"decided": 115
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/16 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "excellent",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 6439,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "containers",
"public_repos": 107,
"account_age_days": 4647
},
"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": "6,439 followers of containers",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6439,
"login": "containers"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "107 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 107
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/containers/ocicrypt"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 10
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 74,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "13 out of 24 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": 60,
"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": 59,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.9
},
"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": "13 out of 24 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.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 4/16 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 18 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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"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 detected but not run on all commits",
"points": 4,
"status": "partial",
"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": "5 existing vulnerabilities detected",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 22 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 22
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 66,
"inputs": {
"source": "osv",
"advisories": 7,
"affected_packages": 5,
"assessed_packages": 22,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, moderate 1, unknown 3",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: google.golang.org/grpc v1.82.0 (critical 9.1)",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "google.golang.org/grpc v1.82.0 (critical 9.1)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 22,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 16
},
"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": "moderate",
"name": "AI Readiness",
"value": 64,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.709,
"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": "61 of 86 human commits state their intent (structured subject or explanatory body)",
"points": 37.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 61,
"sampled": 86
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.14
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"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": "14 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 14,
"sampled": 100
}
}
],
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 14707,
"source_files_sampled": 40,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/40 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 40,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [],
"has_mcp_signal": false,
"api_schema_files": [
"utils/keyprovider/keyprovider.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "utils/keyprovider/keyprovider.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "utils/keyprovider/keyprovider.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6,
"network-service": 3
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
},
{
"tier": "structure",
"label": "network-service",
"source": "api_schema",
"weight": 3
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-29T14:12:19.608250Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/containers/ocicrypt.svg",
"full_name": "containers/ocicrypt",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}