原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1350,
"has_wiki": false,
"homepage": "https://pkg.go.dev/github.com/opencontainers/cgroups",
"languages": {
"Go": 473577
},
"pushed_at": "2026-07-20T21:42:12Z",
"created_at": "2024-11-22T15:33:54Z",
"owner_type": "Organization",
"updated_at": "2026-07-18T00:57:22Z",
"description": null,
"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": "https://www.opencontainers.org",
"name": "Open Container Initiative",
"type": "Organization",
"login": "opencontainers",
"company": null,
"location": null,
"followers": 2129,
"avatar_url": "https://avatars.githubusercontent.com/u/12563465?v=4",
"created_at": "2015-05-22T17:22:53Z",
"is_verified": null,
"public_repos": 27,
"account_age_days": 4087
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2026-07-20T21:42:12Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2026-06-17T19:24:43Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2025-10-31T11:06:04Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2025-09-05T21:08:42Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2025-07-14T21:19:35Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2025-06-18T21:59:20Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2025-04-28T17:22:05Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2025-02-28T19:17:32Z"
}
],
"recent_commits": [
{
"oid": "79cbc7ce7ce7dbc9f1059fb3f05cefe078111668",
"body": "…actions/setup-go-7\n\nbuild(deps): bump actions/setup-go from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #68 from opencontainers/dependabot/github_actions/…",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2026-07-17T10:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "340716d59acd7de5404b0fb8d6c04f0bd4931f61",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v6...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-go from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T00:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6739409baceffea6be82bebbf98b2ff1fc9f4920",
"body": "getallpids: Ignore removed cgroups",
"is_bot": false,
"headline": "Merge pull request #67 from halaney/ahalaney/ps-woes",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-14T18:32:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc09e2816b2e239d8c5ab987bbbd8b78ae119639",
"body": "Determining what pids belong to a cgroup hierarchy is a racy task.\nAt any moment you could have something like:\n\n 1. Start recursively reading cgroup hiearchy\n 2. Delete a leaf of the hierarchy\n 3. Prior recursive read fails on the now deleted leaf\n\nThe pid could vanish after you determine \n[…]\nu've _added_ a new cgroup, that wouldn't cause an\nerror but you'd miss the pid in it).\n\nLink: https://github.com/containerd/containerd/issues/13784\nSigned-off-by: Andrew Halaney <ahalaney@netflix.com>",
"is_bot": false,
"headline": "getallpids: Ignore removed cgroups",
"author_name": "Andrew Halaney",
"author_login": "halaney",
"committed_at": "2026-07-14T15:31:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bedc0485914021ee8c23c9b0005445ccb43508ac",
"body": "…actions/cache-6\n\nbuild(deps): bump actions/cache from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #65 from opencontainers/dependabot/github_actions/…",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2026-06-24T05:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da6d3c9fb7e5bca2831bd386544d2579cd6d7aad",
"body": "v2: set memory.oom.group => OOMPolicy in systemd",
"is_bot": false,
"headline": "Merge pull request #41 from tych0/memory-oom-group-support",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2026-06-24T02:24:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99f26007d62d750aa0981d06416abffc5453e93a",
"body": "Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/cache from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-24T00:12:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e81f834af0ba4807d570b740643fb1e4107c819",
"body": "We are interested in using memory.oom.cgroup, but need it to be set systemd\nbecause of [1], so let's set it. There are a few caveats, in no particular\norder:\n\nA. systemd does not allow OOMPolicy to be set on units that have already\n started, so we must do this in Apply() instead of Set().\nB. As th\n[…]\nred-by: Ethan Adams <eadams@netflix.com>\nSigned-off-by: Tycho Andersen <tandersen@netflix.com>\n[halaney: Address review comments and fix unit test]\nSigned-off-by: Andrew Halaney <ahalaney@netflix.com>",
"is_bot": false,
"headline": "v2: set memory.oom.group => OOMPolicy in systemd",
"author_name": "Tycho Andersen",
"author_login": null,
"committed_at": "2026-06-23T21:58:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "011bbf1ce3e9a01c039851db91faf57e4e65ce20",
"body": "…actions/checkout-7\n\nbuild(deps): bump actions/checkout from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #63 from opencontainers/dependabot/github_actions/…",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2026-06-23T00:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73fa2e2172f5ab05663ef5ef11678b42b9d8164a",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-19T00:12:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bada14e04f7d3948df28841ab306c4875b36e0d8",
"body": "Fix BPF-related fd leaks",
"is_bot": false,
"headline": "Merge pull request #60 from rata/main",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2026-06-17T19:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1e56e1140d55f5fc0af5acd64e6b27057220bac",
"body": "On error we were not closing the program fds. Let's add a defer to\nhandle that case.\n\nSigned-off-by: Rodrigo Campos <rodrigo@amutable.com>",
"is_bot": false,
"headline": "devices: Close open fds on error",
"author_name": "Rodrigo Campos",
"author_login": "rata",
"committed_at": "2026-06-16T15:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bbbeee9eca6ef731487cc1c3e3f6b3bb70c7dca",
"body": "The program is either attached and the kernel keeps this, we can close\nthe fd, or we fail and we should also close the fd. Let's just defer the\nclose to it.\n\nSigned-off-by: Rodrigo Campos <rodrigo@amutable.com>",
"is_bot": false,
"headline": "devices: Don't leak prog fd",
"author_name": "Rodrigo Campos",
"author_login": "rata",
"committed_at": "2026-06-16T15:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4865f47253edbe69e4f59fa40d0f44d93c64f4d",
"body": "The function is not exported and the only caller was not using the\ncloser() function returned. Let's just remove it.\n\nThis also simplifies the fd leak fixes on the next patch. The semantics\nof this closer function are not nice:\n * If we return the closer function, we need to keep the fd open and\n \n[…]\nuld close the\n prog fd to avoid issues on retries.\n\nLet's just remove this closer function that is not used. It simplifies\nthings significantly.\n\nSigned-off-by: Rodrigo Campos <rodrigo@amutable.com>",
"is_bot": false,
"headline": "devices: Remove unused return value",
"author_name": "Rodrigo Campos",
"author_login": "rata",
"committed_at": "2026-06-16T14:57:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "653f6f535eb2216985b90857ee6777800f2bdda5",
"body": "Closing the fd just drops our user-space reference to the object. The\nfds are not returned to the caller, we can just defer the close.\n\nSigned-off-by: Rodrigo Campos <rodrigo@amutable.com>",
"is_bot": false,
"headline": "devices: Close old program fds on return",
"author_name": "Rodrigo Campos",
"author_login": "rata",
"committed_at": "2026-06-16T12:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d492e44fbd24c97075c46c33e67ae43b5c7fa0ac",
"body": "config_rdma: change omitempty to omitzero",
"is_bot": false,
"headline": "Merge pull request #58 from kolyshkin/omit",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2026-02-11T07:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e15c79afebfa433738fc77c386dc076c2bf0bb7",
"body": "This change is a no-op for a pointer, and is only done for consistency\nwith the rest of the code. This should be a part of PR 28 but had\nsomehow slipped.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "config_rdma: change omitempty to omitzero",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2026-02-11T04:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e82a464ce1f76f84e8b2a493ce6d5aa5171eaa8b",
"body": "CODEOWNERS: fix",
"is_bot": false,
"headline": "Merge pull request #57 from kolyshkin/codeowners",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2026-02-05T22:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3a53bb594a06f8d752a1178b56aad29e4e0a12",
"body": "Related to issue 56.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "CODEOWNERS: fix",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2026-02-02T19:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61144b1a299bb10f9328a9119e3009c83f793e2a",
"body": "feat: add ability to get individual controller stats",
"is_bot": false,
"headline": "Merge pull request #53 from sambhav-jain-16/44",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2026-01-30T17:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbb23b4a9f903c8686a51a68e2e7ae461053e779",
"body": "This adds methods to retrieve statistics for individual cgroup controllers\n(CPU, memory, pids, IO, hugetlb, rdma, misc) instead of requiring all\nstats to be fetched at once. This enables tools like cadvisor to collect\nspecific metrics with different housekeeping intervals, reducing\ncomputational overhead.\n\nFixes: https://github.com/opencontainers/cgroups/issues/44\n\nSigned-off-by: Sambhav Jain <jnsmbhv@gmail.com>",
"is_bot": false,
"headline": "feat: add ability to get individual controller stats",
"author_name": "Sambhav Jain",
"author_login": "sambhav-jain-16",
"committed_at": "2026-01-20T09:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "496b3eb95c35e661ec727db0df30535dd183cd6b",
"body": "Switch to Go 1.24 as a min version, bump CI, modernize sources",
"is_bot": false,
"headline": "Merge pull request #28 from kolyshkin/go124-min",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2026-01-11T09:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa79da857e32c7a4d80676a480a3f18ff97589fc",
"body": "…golangci/golangci-lint-action-9\n\nbuild(deps): bump golangci/golangci-lint-action from 8 to 9",
"is_bot": false,
"headline": "Merge pull request #51 from opencontainers/dependabot/github_actions/…",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2026-01-09T06:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e71695889dc4abf3ceb46faa00c0482f4af2e4c",
"body": "…actions/cache-5\n\nbuild(deps): bump actions/cache from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #55 from opencontainers/dependabot/github_actions/…",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2026-01-09T06:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e484ae06dc625080b1249691255627876830c8a4",
"body": "…actions/checkout-6\n\nbuild(deps): bump actions/checkout from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #54 from opencontainers/dependabot/github_actions/…",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2026-01-09T06:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03994256c773ba4667d1a0b9d9c2f5d46c597340",
"body": "Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/cache from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-12T00:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43f33da8762947ec22707d5e156499e9961feb8c",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-21T00:30:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0095c18b5197ece018bde78a0e95cd0eaadfd4ad",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v8...v9)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-version: '9'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golangci/golangci-lint-action from 8 to 9",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-10T00:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0c56cb31dcb3cb2b3d1554b20dd01ced32e2a2b",
"body": "fs: fix/improve cpuacct.usage_all parsing",
"is_bot": false,
"headline": "Merge pull request #50 from kolyshkin/fix-usage-all",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2025-10-31T08:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3dd4629cb6d0fbe13496963998a52ab4b1eec16",
"body": "Mostly done by\n\n\tmodernize -fix -test ./...\n\nwith some minor manual edits on top.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Modernize the code for Go 1.24",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-10-31T00:48:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ae4a33e01506b9d83e4370afc68f8cdb05a1f18",
"body": "This is technically a no-op, but let's change it for consistency.\n\nWhile at it, move linter-extra exceptions to golangci-extra.yml.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "devices/config: replace omitempty with omitzero",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-10-31T00:47:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68ec63d5eb41b7309e82be02a454a7f1c39337e1",
"body": "For some fields (like nested struct fields), omitempty has no effect\nbut omitzero does. Let's use it (everywhere -- for consistency).\n\nNOTE it might result in some compatibility issues since now\nzero-only fields are not serialized.\n\nSince linter-extra thinks it's a new code, add some naming exceptions.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "config_linux.go: replace omitempty with omitzero",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-10-31T00:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c9b70065319bcff73bea5bde94eccc3c50f8858",
"body": "For some fields (like nested struct fields), omitempty has no effect\nbut omitzero does. Let's use it.\n\nNOTE it might result in some compatibility issues since now\nzero-only fields are not serialized.\n\nSince linter-extra thinks it's a new code, add some naming exceptions.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "stats.go: replace omitempty with omitzero",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-10-31T00:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57770532a8b67ff0d8be35402cc34ddb709cfe67",
"body": "First, we can reasonably expect the first three fields of\ncpuacct.usage_all to be \"cpu user system\", even for future kernels,\nand if we see something different, it doesn't make sense to continue.\nSo check that the header is as expected, and error out otherwise.\n\nSecond, if we have more than 3 values\n[…]\n issue 46.\n\n[1]: https://github.com/OpenCloudOS/TencentOS-kernel-0/commit/0b667819c3aaa9c8ac904c6b03256b86be93fc05\nReported-by: vimiix <i@vimiix.com>\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "fs: improve cpuacct.usage_all parsing",
"author_name": "lifubang",
"author_login": "lifubang",
"committed_at": "2025-10-30T19:14:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9c5b543237716f29d00bb65a70823989ae4ddcb",
"body": "Bump go to 1.24 in go.mod. Remove go 1.23 and add go 1.25 to CI.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Bump go to 1.24",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-10-29T21:32:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c63eee31086380435d5feba874cd7ffb41a7d8f0",
"body": "systemd: retry when the dbus connection returns EAGAIN",
"is_bot": false,
"headline": "Merge pull request #45 from jianghao65536/eagain-retry",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-10-29T20:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7305075bdf4bf06c8a74f6b7c317072daa7eca4f",
"body": "fs2: add iocost statistics",
"is_bot": false,
"headline": "Merge pull request #43 from tiljeset/iocost",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-10-29T20:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e313314e54b5c61d5848ec96044965c6a0c0e51a",
"body": "When the iocost controller is enabled it will emit statistics about its\nusage in io.stat. Export this when available. This is a no-op when\niocost is not enabled.\n\nThere is a comment that we only expose data which directly maps to\ncgroups v1. We're already breaking this by adding PSI metrics, so reword\nthis to just indicate that we currently don't recognize the other\nfields.\n\nSigned-off-by: Morten Hein Tiljeset <morten@tiljeset.com>",
"is_bot": false,
"headline": "fs2: add iocost statistics",
"author_name": "mtiljeset",
"author_login": "tiljeset",
"committed_at": "2025-10-29T09:58:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd71e92273e3883705aefdd94a88204c3238d5d2",
"body": "Signed-off-by: jianghao65536 <jianghao65536@gmail.com>\n[cyphar: gofumpt systemd/dbus_test.go]\n[cyphar: simplify retry loop to return from inside loop]\n[cyphar: improve exponential backoff to be less aggressive]\n[cyphar: improve parallel test]\nSigned-off-by: Aleksa Sarai <cyphar@cyphar.com>",
"is_bot": false,
"headline": "systemd: retry when the dbus connection returns EAGAIN",
"author_name": "jianghao65536",
"author_login": "jianghao65536",
"committed_at": "2025-10-28T06:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f41057bdff0636deea1e50c551379c5c2e6a15f",
"body": "config: switch PidsLimit to *int64",
"is_bot": false,
"headline": "Merge pull request #48 from cyphar/pids-limit-0",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2025-10-28T03:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c34f099ee0b36a9840be7b19f925f8830c11df0",
"body": "Co-developed-by: Kir Kolyshkin <kolyshkin@gmail.com>\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>\nSigned-off-by: Aleksa Sarai <cyphar@cyphar.com>",
"is_bot": false,
"headline": "systemd: add TasksMax test",
"author_name": "Aleksa Sarai",
"author_login": "cyphar",
"committed_at": "2025-10-25T14:42:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae52e0c183cabb5fb4b1200e9543d76d4c0e209d",
"body": "Previously we would treat a value of \"0\" as meaning \"no-op\", which lead\nto quite a bit of confusion. The runtime-spec has been updated to make\nthe \"pids.limit\" value a pointer, and explicitly state that:\n\n * Values >= 0 should be treated as normal values; and\n * < 0 (usually -1) indicates \"max\".\n\nIn\n[…]\nwill now be parsed\nas \"nil\". The handling by our cgroup code would be identical but the\nlatter now correctly reflects the guidance by the runtime-spec.\n\nSigned-off-by: Aleksa Sarai <cyphar@cyphar.com>",
"is_bot": false,
"headline": "config: switch PidsLimit to *int64",
"author_name": "Aleksa Sarai",
"author_login": "cyphar",
"committed_at": "2025-10-25T14:42:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6a793b6ea778415b3c0f7a3d2efdb70c786fad92",
"body": "ci: bump golangci-lint to v2.4.x",
"is_bot": false,
"headline": "Merge pull request #29 from kolyshkin/golangci-24",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-09-05T21:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05139c103b5f462e8c7066712ffdc4486c7fc578",
"body": "Implement AddPid for cgroup managers",
"is_bot": false,
"headline": "Merge pull request #26 from kolyshkin/add-pid",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-09-05T20:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f71ec171695fec27201f5647bf78380b33a267",
"body": "…actions/setup-go-6\n\nbuild(deps): bump actions/setup-go from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #40 from opencontainers/dependabot/github_actions/…",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-09-05T01:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10304000c63fb017f6bf2dabae8e9742aa6e1813",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-go from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-05T00:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2afcc76392439a489542c6f1074b55b370f71fa9",
"body": "…actions/checkout-5\n\nbuild(deps): bump actions/checkout from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #27 from opencontainers/dependabot/github_actions/…",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-09-03T05:04:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "304da795c0c19734ea6884ef2414d89a56fa478f",
"body": "To this day, cgroup managers did not have an ability to add a process\nto an existing cgroup. One might use cgroups.WriteCgroupProc, but\nthis is cgroupfs operation and does not take into account systemd.\n\nLet's introduce AddPid, which will add a process, identified by PID,\nto the cgroup (or, optional\n[…]\n directly.\n\nImplementation for systemd requires go-systemd@v22.6.0 (see [1])\nand systemd >= v238.\n\n[1]: https://github.com/coreos/go-systemd/pull/458\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Implement AddPid method for cgroup managers",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-08-20T19:08:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e3d0cf835044dd1e028dd51744c10aaf2c1e8fee",
"body": "Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci: bump golangci-lint to v2.4.x",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-08-14T05:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24b2e9c53425ea1a7b30d2d68e19c4bad31c870a",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-12T10:55:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a3e2ecd1f756a19cee15f85b96337a59c3b5337b",
"body": "fs2: ignore no device error when reading freezer state",
"is_bot": false,
"headline": "Merge pull request #25 from lifubang/fix-getfreezer-error",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-07-14T21:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5766eb4e5bb2db4d9357371402cc7f22e497fa93",
"body": "ci: bump golangci-lint, golangci-lint-action",
"is_bot": false,
"headline": "Merge pull request #23 from kolyshkin/golangci-lint-v8",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-07-14T19:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb477985e6b23d0ecd7eb971ce42f3d21893c7fe",
"body": "fs2: Fix statHugeTlb error when rsvd usage is present",
"is_bot": false,
"headline": "Merge pull request #24 from gavinkflam/fix-cg2-hugetlb-stat",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-07-14T19:12:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94067f22705eecfba3575c90d12188daae18a3f4",
"body": "Signed-off-by: Gavin Lam <gavin.oss@tutamail.com>",
"is_bot": false,
"headline": "fs2: Fix statHugeTlb error when rsvd usage is present",
"author_name": "Gavin Lam",
"author_login": "gavinkflam",
"committed_at": "2025-07-11T03:19:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6df7bae9aedaa97c0ab25ebd4f11abd2638cb864",
"body": "We can safely ignore the error in the following two common situations:\n1. The cgroup path does not exist at the time of opening(eg: the kernel is too old)\n — indicated by os.IsNotExist.\n2. The cgroup path is deleted during the seek/read operation — indicated by\n errors.Is(err, unix.ENODEV).\nThes\n[…]\nl handling.\n\nUnfortunately, the second case was accidentally removed during a code refactoring.\nWe should add it back to ensure correct error handling.\n\nSigned-off-by: lifubang <lifubang@acmcoder.com>",
"is_bot": false,
"headline": "fs2: ignore no device error when reading freezer state",
"author_name": "lifubang",
"author_login": "lifubang",
"committed_at": "2025-07-09T09:52:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b970779131d3e4540132ccfb16dc49890491f8d5",
"body": "Remove annotations from Resources",
"is_bot": false,
"headline": "Merge pull request #22 from kolyshkin/resources-fixup",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-06-18T17:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff8803cf43e307b178485c3b0449c5f02eb22fc2",
"body": "Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci: bump golangci-lint, golangci-lint-action",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-06-18T16:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e58331c969abd00999dd2d316ab63784aeedc39",
"body": "This results in different JSON than the older version:\n\nBefore commit fd4995c:\n\n \"cgroups\": {\n ...\n \"devices\": [\n ...\n\nAfter:\n\n \"cgroups\": {\n ...\n \"Resources\": {\n \"devices\": [\n\nThis breaks backward compatibility for runc.\n\nFixes: fd4995c (\"Add omitempty JSON attribute for some fields\")\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Remove annotations from Resources",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-06-18T16:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc3510eca8a3b911eef8fd252c242804d3686cf6",
"body": "Add .github/dependabot.yml",
"is_bot": false,
"headline": "Merge pull request #15 from kolyshkin/dep",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2025-06-12T09:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7edb925c5a3934fd65cb6cdd35d6301cf903e6b",
"body": "This is to ensure our CI is not rotting away when there are no new PRs\nor merges.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci/gha: run all github CI once a week on main",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-06-12T01:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c801239f0a7ebe9d3b6b2a119553b902089ea0df",
"body": "This is to ensure our minimal dependencies do not have known\nvulnerabilities.\n\nNOTE we do not specify Go version to be used here to avoid reporting\nvulnerabilities in stdlib which we're not interested in here.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci/gha: add govulncheck job",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-06-12T01:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "534d09b8ff4ecba79edfa140c621b7f9c4148bbf",
"body": "Make sure our github actions stay up to date.\n\nSince this is a package (set of packages), we do not to bump\ndependencies to the latest versions automatically, but only\nwhen it is really required, thus sticking to Go's minimum version\nselection rules (essentially so that users of these packages\nare not required to unnecessarily update their dependencies).\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Add .github/dependabot.yml",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-06-12T01:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33e090fdc163aac2782b11978062f0cc7bc26abc",
"body": "ConvertCPUSharesToCgroupV2Value: improve",
"is_bot": false,
"headline": "Merge pull request #20 from kolyshkin/cpu-shares-2",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-06-11T21:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75f91bdd601fdc7a75332da38d8a5edf0f74ebb7",
"body": "Rename some variables, and simplify the error message using\nthe got/want pattern.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "TestConvertCPUSharesToCgroupV2Value: nits",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-06-11T21:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd95216684463f30144d5f5e41b6f54528feedee",
"body": "The old formula, while correctly converting the cgroup v1 range to\ncgroup v2 range, had a few issues:\n\n1. When cgroup v1 value is out of range, it returned invalid cgroup v2\n value, leading to vague errors down the line (see [1]).\n2. Default value cgroup v1 shares of 1024 is converted to 39, which\n[…]\n/opencontainers/runc/issues/4755\n[2]: https://github.com/kubernetes/kubernetes/issues/131216\n[3]: https://github.com/opencontainers/runc/issues/4772\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ConvertCPUSharesToCgroupV2Value: improve",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-06-11T21:06:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9657f5a18b8d60a0f39fbb34d0cb7771e28e6278",
"body": "Switch to golangci-lint v2, fix or suppress new warnings",
"is_bot": false,
"headline": "Merge pull request #12 from kolyshkin/golangci-v2",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-24T23:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "479d74ffe3d963ef35f6b62e766dbc22b71817cf",
"body": "Modernize code",
"is_bot": false,
"headline": "Merge pull request #13 from kolyshkin/modernize",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-04-24T14:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5506094eefc5888fa92a433f19d48ad10f05bacf",
"body": "The new configs were initially created by golangci-lint migrate,\nthen tailored to simplify and minify.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci: switch to golangci-lint v2",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-23T20:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b66a3ea511a71f6454eb281177cb3b251679f638",
"body": "Both revive and staticcheck complains like this:\n\n> devices/devices_emulator.go:239:20: ST1016: methods on the same type should have the same receiver name (seen 1x \"source\", 8x \"e\") (staticcheck)\n> func (e *emulator) Apply(rule devices.Rule) error {\n> ^\n\nWhat they mean to point t\n[…]\nactually make sense, but instead of suppressing\nthese warnings, let's just give up and rename the receiver, and\nintroduce a source variable instead.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "devices: rm nolint annotations",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-23T20:49:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f02578ce4c1a0865a094e9924e5bf437ae274138",
"body": "Since commit 8a90b8b the emulator is private, but it is still referred\nto as Emulator. Fix this.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "devices: fix some comments",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-23T20:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6136f41398c1aa6fffec339c46c47614297782b3",
"body": "Ignore this:\n\n> fs2/memory.go:57:7: QF1001: could apply De Morgan's law (staticcheck)\n>\t\t\tif !(errors.Is(err, os.ErrNotExist) && (swapStr == \"max\" || swapStr == \"0\")) {\n>\t\t\t ^\n\nBecause it its current form, the if condition corresponds to the\npreceding comment.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "fs2: ignore staticcheck QF1001 De Morgan law warning",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-23T20:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "315f5955303cb362c0f55ead6ca3096d3159aef6",
"body": "1. Use tagged switch on value, fixing the staticcheck linter warning:\n\n> fs2/memory.go:22:2: QF1002: could use tagged switch on value (staticcheck)\n> \tswitch {\n> \t^\n\n2. Eliminate named return, and return early, simplifying the code.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "fs2: refactor numToStr",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-23T20:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a1597e8e8ad3b64fe2a14c758f1db4f8957d81c",
"body": "ci: add nolintlint, fix warnings",
"is_bot": false,
"headline": "Merge pull request #10 from kolyshkin/nolintlint",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-23T20:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d5ac7a5f57e32c4bc7c93b8971be0d3dd314cd0",
"body": "Add omitempty JSON attribute for some fields",
"is_bot": false,
"headline": "Merge pull request #9 from kolyshkin/omitempty",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-04-12T11:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cad55c034dfbda3ab3de03a5927b04b66acea448",
"body": "systemd: Write rounded CPU quota to cgroupfs",
"is_bot": false,
"headline": "Merge pull request #4 from hshiina/cpu-quota-round",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2025-04-11T14:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ba5b2a08faa3f2361da899eb6e9bf68d8792de3",
"body": "introduce cpu burst stat",
"is_bot": false,
"headline": "Merge pull request #11 from zoues/burst",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2025-04-11T02:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a47359703711c07cbdc2c7fd5c4944c5a63779c4",
"body": "This form is available since Go 1.22.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Use for range with integers",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-08T20:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfe7b248d5c84a511706f717ce140e5d50d16fed",
"body": "Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Use maps.Clone",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-08T20:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f76129fbc151ba5c1fb65f817608e01e4c7ea23",
"body": "Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Use slices.Contains",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-08T20:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a8014676392222bea6af974bb07096aa1c3c5e",
"body": "The keyword any is available since Go 1.18.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Replace interface{} with any",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-08T20:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd4995ccb60628ba0d5504bb940787b0d28937fb",
"body": "This allows to skip marshalling the default/empty/zero values, thus\nmaking the resulting JSON smaller.\n\nWhile at it,\n - ensure the comment is ending with a comma;\n - add nolint:revive annotations to silence var-naming warnings reported\n by lint-extra (which thinks it's new code). Alas it is too late to\n change those names.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Add omitempty JSON attribute for some fields",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-08T20:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c21b748a40fb6d55eb4267461151c18b932c98c9",
"body": "Signed-off-by: zouyee <zouyee1989@gmail.com>",
"is_bot": false,
"headline": "introduce cpu burst metrics",
"author_name": "zouyee",
"author_login": "zouyee",
"committed_at": "2025-03-28T04:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a79cd251cd84c43b42974cddb10ef674ab9e43a",
"body": "Newer errorlint is more forgivable.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci: add nolintlint, fix warnings",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-03-22T00:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83f251933fbb139165d392e3b232ecfa8ed672cc",
"body": "When CPU quota is updated, the value is converted to CPUQuotaPerSecUSec\nproperty for passing to systemd. The value can be rounded in the\nfollowing cases:\n- The value is rounded up to the nearest 10ms.\n- Depending on CPU period, the value may be rounded during division.\n\nBecause of this rounding, sys\n[…]\ng CPU period while direct update by systemd driver\nfails. In order to keep this case invalid, systemd driver still needs to\nupdate cgroupfs.\n\nSigned-off-by: Hironori Shiina <shiina.hironori@gmail.com>",
"is_bot": false,
"headline": "systemd: Write rounded CPU quota to cgroupfs",
"author_name": "Hironori Shiina",
"author_login": "hshiina",
"committed_at": "2025-03-09T13:55:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a61babab3b079d757796fb543bf91400d15d4b9",
"body": "CI: add cgroup v1 (AlmaLinux 8)",
"is_bot": false,
"headline": "Merge pull request #6 from AkihiroSuda/ci",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-03-07T21:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be971b95c203e9c779ac00c416f693c0e00d5c6a",
"body": "Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>",
"is_bot": false,
"headline": "CI: add cgroup v1 (AlmaLinux 8)",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2025-03-07T03:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03beff6f79ab053e6973e80297b73cb5f33def16",
"body": "Add CI",
"is_bot": false,
"headline": "Merge pull request #3 from kolyshkin/add-ci",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2025-03-05T22:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e614e265a8526ada8dc85d8b3dbc95831a5b371b",
"body": "Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci: add test/unit and test/all-done",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-03-02T20:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92d17cfc57361255647e9b40b74ac1900ca1b31c",
"body": "This is so we can mark it as required in PR merge rules.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci: add all-done job",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-03-02T20:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b83d78a2721c6027f140e9e69981dc8839ee3ca3",
"body": "Simpler than that in runc as we don't use vendor here.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci: add deps job",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-03-02T20:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bbb4a3a7cda1213d77ad834b1d42d009640eef4",
"body": "Taken from runc.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci: add a space-at-eol job",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-03-02T20:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b5ec594faf1fb5f973892e4178c14daa6bc7013",
"body": "Also, fix a typo found in RELEASES.md.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci: add codespell job",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-03-02T20:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce0ab9e168b15776468a366f9b6149ce74420584",
"body": "Taken from runc.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci: add go-fix job",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-03-02T20:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b77d249891f571e22ea92d1670e7fadce0d9214",
"body": "Taken from runc.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci: add golangci-lint job",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-03-02T20:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afa9f8f3e67258a4777ec48e7949f961dfb791da",
"body": "Kir Kolyshkin (3):\n MAINTAINERS: populate\n go.mod: add\n Fix import paths\n\nrunc contributors (565):\n ...\n\nLGTMs: cyphar haircommander dims",
"is_bot": false,
"headline": "merge #1 into opencontainers/cgroups:main",
"author_name": "Aleksa Sarai",
"author_login": "cyphar",
"committed_at": "2025-02-28T07:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "574c6e451b6403075f631c7fad443482ececdc2c",
"body": "The list is taken from https://github.com/opencontainers/tob/blob/main/proposals/cgroups.md\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "MAINTAINERS: populate",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-02-26T01:15:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ceb477cf22383efabe6fb7018cc32517361f178",
"body": "This is mostly result of the following command:\n\n\tgit filter-repo --path libcontainer/cgroups/ --path-rename libcontainer/cgroups/:\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Export libcontainer/cgroups from runc",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-02-26T01:13:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d86f4bdd87cbcab500459a4addcc5cf60f8ec02",
"body": "Generated by:\n\n go mod init github.com/opencontainers/cgroups\n go mod edit -go=1.23.0\n go mod tidy\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "go.mod: add",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-02-26T00:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d36d371fe756a30d2e21d83c6b42e86af77bf4a2",
"body": "This modifies imports to reflect the move of\n github.com/opencontainers/runc/libcontainer/cgroups\nto\n github.com/opencontainers/cgroups\n\nGenerated via\n\n find . -type f -name \"*.go\" -exec sed -i 's|github.com/opencontainers/runc/libcontainer/cgroups|github.com/opencontainers/cgroups|g' {} +\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Fix import paths",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-02-26T00:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1c8cf47e8ec6a647ea13d2c32ff0dffbdd2737f",
"body": "Tomasz Duda (1):\n support cgroup v1 mounted with noprefix\n\nLGTMs: kolyshkin cyphar",
"is_bot": false,
"headline": "merge #4513 into opencontainers/runc:main",
"author_name": "Aleksa Sarai",
"author_login": "cyphar",
"committed_at": "2025-02-25T02:21:49Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 49,
"latest_release_at": "2026-07-20T21:42:12Z",
"latest_release_tag": "v0.0.8",
"releases_from_tags": false,
"days_since_last_push": 9,
"active_weeks_last_year": 20,
"days_since_latest_release": 9,
"mean_days_between_releases": 72.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/opencontainers/cgroups",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/opencontainers/cgroups",
"is_deprecated": false,
"latest_version": "v0.0.8",
"repository_url": "https://github.com/opencontainers/cgroups",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T10:17:39Z",
"latest_version_yanked": null,
"days_since_latest_publish": 13
}
]
},
"popularity": {
"forks": 33,
"stars": 27,
"watchers": 11,
"fork_history": {
"days": [
{
"date": "2025-02-26",
"count": 1
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-05-26",
"count": 2
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-09-01",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2025-10-03",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-12-02",
"count": 2
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2026-04-25",
"count": 1
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
}
],
"complete": true,
"collected": 33,
"total_forks": 33
},
"star_history": null,
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 36702,
"source_files_sampled": 96,
"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": "golang.org/x/sys",
"direct": true,
"version": "v0.30.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 69
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 8,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/cilium/ebpf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.17.3"
},
{
"name": "github.com/coreos/go-systemd/v22",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v22.6.0"
},
{
"name": "github.com/cyphar/filepath-securejoin",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.1"
},
{
"name": "github.com/godbus/dbus/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.1.0"
},
{
"name": "github.com/moby/sys/mountinfo",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.2"
},
{
"name": "github.com/moby/sys/userns",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.0"
},
{
"name": "github.com/sirupsen/logrus",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.3"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.30.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/cilium/ebpf",
"direct": true,
"version": "v0.17.3",
"ecosystem": "go"
},
{
"name": "github.com/coreos/go-systemd/v22",
"direct": true,
"version": "v22.6.0",
"ecosystem": "go"
},
{
"name": "github.com/cyphar/filepath-securejoin",
"direct": true,
"version": "v0.4.1",
"ecosystem": "go"
},
{
"name": "github.com/godbus/dbus/v5",
"direct": true,
"version": "v5.1.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/mountinfo",
"direct": true,
"version": "v0.7.2",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/userns",
"direct": true,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": true,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": true,
"version": "v0.30.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 8,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 36,
"open_issues": 7,
"closed_ratio": 0.462,
"closed_issues": 6,
"closed_unmerged_prs": 7
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "kolyshkin",
"commits": 431,
"avatar_url": "https://avatars.githubusercontent.com/u/4522509?v=4"
},
{
"type": "User",
"login": "AkihiroSuda",
"commits": 82,
"avatar_url": "https://avatars.githubusercontent.com/u/9248427?v=4"
},
{
"type": "User",
"login": "cyphar",
"commits": 82,
"avatar_url": "https://avatars.githubusercontent.com/u/2888411?v=4"
},
{
"type": "User",
"login": "hqhq",
"commits": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/6415670?v=4"
},
{
"type": "User",
"login": "crosbymichael",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/749551?v=4"
},
{
"type": "User",
"login": "thaJeztah",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/1804568?v=4"
},
{
"type": "User",
"login": "lifubang",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/783424?v=4"
},
{
"type": "User",
"login": "LK4D4",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/101445?v=4"
},
{
"type": "User",
"login": "mrunalp",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/53798?v=4"
},
{
"type": "User",
"login": "dqminh",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/62707?v=4"
}
],
"contributors_sampled": 99,
"top_contributor_share": 0.453
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml",
"validate.yml"
],
"has_docs_dir": false,
"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": 10,
"reason": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 50 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": 10,
"reason": "15 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "79cbc7ce7ce7dbc9f1059fb3f05cefe078111668",
"ran_at": "2026-07-30T18:53:16Z",
"aggregate_score": 7.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-30T00:12:50Z",
"oldest_open_prs": [
{
"number": 42,
"created_at": "2025-09-18T12:29:06Z",
"last_comment_at": "2025-11-02T09:37:08Z",
"last_comment_author": "sctb512"
},
{
"number": 64,
"created_at": "2026-06-23T06:30:52Z",
"last_comment_at": "2026-07-30T16:00:37Z",
"last_comment_author": "rata"
}
],
"last_merged_pr_at": "2026-07-17T10:17:39Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 8,
"created_at": "2025-03-15T00:56:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 18,
"created_at": "2025-05-26T10:21:45Z",
"last_comment_at": "2025-12-16T12:24:28Z",
"last_comment_author": "thaJeztah"
},
{
"number": 19,
"created_at": "2025-06-01T05:29:04Z",
"last_comment_at": "2025-09-03T05:11:41Z",
"last_comment_author": "kolyshkin"
},
{
"number": 49,
"created_at": "2025-10-29T11:48:18Z",
"last_comment_at": "2026-04-09T13:35:07Z",
"last_comment_author": "LocutusOfBorg"
},
{
"number": 56,
"created_at": "2026-01-29T17:39:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 61,
"created_at": "2026-06-18T16:44:33Z",
"last_comment_at": "2026-07-29T00:03:55Z",
"last_comment_author": "kolyshkin"
},
{
"number": 66,
"created_at": "2026-07-09T14:51:10Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/opencontainers/cgroups",
"host": "github.com",
"name": "cgroups",
"owner": "opencontainers"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": "The weighted overall 72 is calibrated to 86 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 72,
"calibrated": 86,
"calibration": "2026-08-02"
}
}
],
"value": 86,
"inputs": {
"security": 81,
"vitality": 78,
"community": 62,
"governance": 74,
"calibration": "2026-08-02",
"engineering": 68,
"ai_readiness": 67,
"weighted_overall_raw": 72
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 49,
"human_commit_share": 0.92,
"days_since_last_push": 9,
"active_weeks_last_year": 20
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "20/52 weeks with commits",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 20
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "49 commits in the last year",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 49
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 92,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.0.8",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 72.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~72.4 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 72.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 18,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 18 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 18
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"forks": 33,
"stars": 27,
"watchers": 11,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "27 stars",
"points": 23,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 27
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "33 forks",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 33
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "11 watchers",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 11
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 74,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 99,
"top_contributor_share": 0.453
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 45% of commits",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 45
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "99 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 99
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 50 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": 68,
"inputs": {
"merged_prs": 36,
"open_issues": 7,
"closed_issues": 6,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.462,
"closed_unmerged_prs": 7,
"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": "46% of issues closed",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 46
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "36/43 decided PRs merged",
"points": 25.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 36,
"decided": 43
}
}
],
"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": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 2129,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "opencontainers",
"public_repos": 27,
"account_age_days": 4087
},
"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": "2,129 followers of opencontainers",
"points": 23.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2129,
"login": "opencontainers"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "27 public repos, account ~11 yr old",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 27
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/opencontainers/cgroups"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 13
},
"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 13 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 13
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": 68,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"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": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "weak",
"name": "Documentation",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://pkg.go.dev/github.com/opencontainers/cgroups",
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://pkg.go.dev/github.com/opencontainers/cgroups",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "excellent",
"name": "Security",
"value": 81,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"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": 79,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 7.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": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 50 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": "15 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 8 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": 8
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 8,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: golang.org/x/sys v0.30.0 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/sys v0.30.0 (unknown)"
}
}
],
"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": 8,
"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": 12
},
"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": "good",
"name": "AI Readiness",
"value": 67,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.935,
"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": "86 of 92 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 86,
"sampled": 92
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.08
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": "8 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 8,
"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": 36702,
"source_files_sampled": 96,
"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/96 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 96,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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": {
"top": [],
"labels": [],
"scores": {
"library": 3
},
"primary": null,
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 3
}
],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T18:53:45.282367Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/opencontainers/cgroups.svg",
"full_name": "opencontainers/cgroups",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}