JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 183,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 102110
},
"pushed_at": "2026-06-02T18:35:17Z",
"created_at": "2024-01-10T00:23:20Z",
"owner_type": "Organization",
"updated_at": "2026-06-02T18:35:23Z",
"description": "Go package for handling platform type",
"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": "containerd.io",
"name": "containerd",
"type": "Organization",
"login": "containerd",
"company": null,
"location": null,
"followers": 1306,
"avatar_url": "https://avatars.githubusercontent.com/u/14037953?v=4",
"created_at": "2015-08-30T06:48:09Z",
"is_verified": null,
"public_repos": 39,
"account_age_days": 3985
},
"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.0.0-rc.4",
"kind": "prerelease",
"published_at": "2026-04-01T04:37:26Z"
},
{
"tag": "v1.0.0-rc.3",
"kind": "prerelease",
"published_at": "2026-03-23T03:40:29Z"
},
{
"tag": "v1.0.0-rc.2",
"kind": "prerelease",
"published_at": "2025-11-05T02:46:58Z"
},
{
"tag": "v1.0.0-rc.1",
"kind": "prerelease",
"published_at": "2025-01-13T16:11:57Z"
},
{
"tag": "v1.0.0-rc.0",
"kind": "prerelease",
"published_at": "2024-11-04T23:16:21Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2024-06-11T22:00:19Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-05-09T15:36:43Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2024-01-23T09:13:10Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-01-20T00:01:36Z"
}
],
"recent_commits": [
{
"oid": "94edf5336d59eae4f3130ccd54323841547fd6e4",
"body": "Fix WS2022 compat on hosts past the latest LTSC",
"is_bot": false,
"headline": "Merge pull request #34 from zylxjtu/main",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-06-02T18:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bacc69061152115965f5b17fa59dc4e051ba8dc3",
"body": "The compat-range floor was computed by finding the latest LTSC\nstrictly less than host.Build. That works for an exact LTSC host but\nbreaks for any host past the latest LTSC: a WS2025-generation build\nlike 26200 picks 26100 as the floor, excluding WS2022 (20348)\ncontainers even though the stable ABI \n[…]\ny back for the\nfloor (or stay put if it is already the first entry). This keeps the\nfloor at the previous LTSC across an entire host generation.\n\nSigned-off-by: yuanliang <zhang.yuanliang@hotmail.com>",
"is_bot": false,
"headline": "Fix WS2022 compat on hosts past the latest LTSC",
"author_name": "zylxjtu",
"author_login": "zylxjtu",
"committed_at": "2026-04-27T17:22:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "09756f59cb1d6b3fb368f371043d36e634789537",
"body": null,
"is_bot": false,
"headline": "Merge pull request #33 from dmcgowan/only-os",
"author_name": "Fu Wei",
"author_login": "fuweid",
"committed_at": "2026-03-31T22:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a284c1f5921285c235e71778c80d59c83507ea7",
"body": "Strip the win32k when comparing windows platforms",
"is_bot": false,
"headline": "Merge pull request #31 from dmcgowan/windows-strip-features",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2026-03-31T08:42:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e7577618db03f8eb816b0fc4a0e5fbdd27643e1",
"body": "refactor, optimize FormatAll, ParseAll",
"is_bot": false,
"headline": "Merge pull request #30 from thaJeztah/platforms_refactor",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2026-03-31T08:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adbf32116ad6ded8007706e861b7d0aa10901639",
"body": "Previously win32k was not considered when comparing Windows platforms,\nleading a failure to match against some existing images.\n\nSigned-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Strip the win32k when comparing windows platforms",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-03-31T06:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27058a1da8e6ba9b9e8ffc6043fb1fabfd7d7683",
"body": "Ensures that the same OS is matched but only considers architectures for\ncompare.\n\nSigned-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add OnlyOS function allow matching any architecture",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-03-26T21:28:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d028ee3f77b032d08f03b20412e6ea27b26dbb04",
"body": "Avoid using `strings.Split`, and error on empty values.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "ParseAll: refactor",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-26T20:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f5e31ac5040d9f6b0a6b8d8754338f7c999236d",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "FormatAll: use a string-builder for formatting os-options",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-26T20:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01651306b81698ca45b6196e86aa0b82292332eb",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "modernize --fix",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-26T19:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f453a3a2f0c077cd5de7d20b2e703cc60b1a4704",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "go.mod: bump minimum go version to go1.24",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-26T19:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "042728d8c89bb01c02e934a842122e121f097041",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "add benchmark for Parse, FormatAll",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-26T19:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75663cddc20b727338f95a89ebac40fea7a1de3e",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "gofumpt code",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-26T14:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e543b9fad1cf2363170a0c8788808b5c6e11c737",
"body": "Add encoding to os version and features",
"is_bot": false,
"headline": "Merge pull request #28 from dmcgowan/encode-os-version",
"author_name": "Samuel Karp",
"author_login": "samuelkarp",
"committed_at": "2026-03-19T05:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cff7fafd140d8925f405340484fd050dec7318d",
"body": "Prevent os version or features containing characters which are used for\nformatting from creating invalid output. The character set to be encoded\nis small and likely rarely used, but include to prevent compatibility issues\nin the future or creating unintended limits on the values.\n\nSigned-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add encoding to os version and features",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-03-16T17:47:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54c1ef4f418b41b9369e707030fc040094921bc1",
"body": "Match and Compare platforms with OSFeatures",
"is_bot": false,
"headline": "Merge pull request #20 from dmcgowan/match-features",
"author_name": "Fu Wei",
"author_login": "fuweid",
"committed_at": "2026-03-14T03:27:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b8cf3495f8c2b0b2d297ce0ceb4cf36a0aff8dd",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add compare and matching for OS features",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-03-13T23:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b42036f79ac66caa622aef73abcfa6909745eb00",
"body": "Add support for OS Features in the format",
"is_bot": false,
"headline": "Merge pull request #16 from dmcgowan/add-os-features",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-03-13T23:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2474351d1c34fc56cbe611550cbd97f246f28c01",
"body": "Ensure the formatting output is consistent\n\nSigned-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Sort OSFeatures on format",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-03-11T22:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b124ef12b7c5ff1c57d5b1c1f18d003f34382cf",
"body": "Updates the os part of the format to include features after the os\nversion. The guarantees that the format may fully represent the platform\nstructure.\n\nSigned-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add support for OS Features in the format",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-03-11T22:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "005d3702acef67384918489bbfc238ab4fa89718",
"body": "Update GitHub actions",
"is_bot": false,
"headline": "Merge pull request #27 from dmcgowan/update-github-actions",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-03-11T22:57:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c872f615218b0e17467c01cfd6488a928ee5c07",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Update golangci lint",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-03-11T21:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50e5387229bf3d220cd22b0ec08ee1c413053760",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Update go version to latest",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-03-11T00:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7b4df003f78432b15238faaf1127bdc59865d1a",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Update github runner version",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-03-11T00:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e51fd9435bd985e1753954b24f4b0453f4e4767",
"body": "use windowsMatchComparer for OSVersion match order",
"is_bot": false,
"headline": "Merge pull request #25 from helio/windows-os-version-sort",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2025-08-21T22:24:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c0d9f9835bbe848b9c6f6f4a3a23f7dc97de927",
"body": "Windows OS version should match based on the full OSVersion. When\nsorting a manifest, the entries should be sorted using the `Less`\nfunction.\n\nSigned-off-by: Michael Weibel <michael@helio.exchange>",
"is_bot": false,
"headline": "use windowsMatchComparer for OSVersion match order",
"author_name": "Michael Weibel",
"author_login": "mweibel",
"committed_at": "2025-05-21T13:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fec6c4aae8eedf1296a439247126dea2cb1c5b1",
"body": "Add WS2025 to Windows matcher and code optimizations",
"is_bot": false,
"headline": "Merge pull request #24 from kiashok/add-ws2025",
"author_name": "Mike Brown",
"author_login": "mikebrow",
"committed_at": "2025-05-13T18:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8447b0ad126eb97a40c5bde800d38370a39ba52f",
"body": "Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>",
"is_bot": false,
"headline": "Update ci.yml",
"author_name": "Kirtana Ashok",
"author_login": "kiashok",
"committed_at": "2025-05-13T16:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4549974181760492ffc528fae4d7f29620a2c67c",
"body": "Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>",
"is_bot": false,
"headline": "Add WS2025 to Windows matcher and code optimizations",
"author_name": "Kirtana Ashok",
"author_login": "kiashok",
"committed_at": "2025-05-13T03:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3566b8ff1994b8dc88bae5768d32830e0cd0cfd",
"body": "Move windows matcher logic so all platforms can use",
"is_bot": false,
"headline": "Merge pull request #22 from cpuguy83/windows_everywhere",
"author_name": "Kazuyoshi Kato",
"author_login": null,
"committed_at": "2025-01-11T00:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c5829273cd83c987784fd7ef5487485e0d2fee0",
"body": "There shouldn't be any need to make the platform matcher stuff for\nWindows to only be available on Windows since none of it is dependent on\nthe machine running it.\n\nSigned-off-by: Brian Goff <cpuguy83@gmail.com>",
"is_bot": false,
"headline": "Move windows matcher logic so all platforms can use",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2025-01-10T15:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ada2e389800f40af9eb0e4d64a62b87f8999cf8",
"body": "replace testify with stdlib in tests",
"is_bot": false,
"headline": "Merge pull request #21 from thaJeztah/stdlib_testing",
"author_name": "Kazuyoshi Kato",
"author_login": null,
"committed_at": "2024-12-19T00:14:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "458d3b7134de762cc08d88ab08e2ca0fdf90acd1",
"body": "Replace arm64 minor variant logic with lookup table",
"is_bot": false,
"headline": "Merge pull request #18 from harryzcy/arm64-lookup",
"author_name": "Kazuyoshi Kato",
"author_login": null,
"committed_at": "2024-12-19T00:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86a86b73a6e01f92aecad823e0f516f6198f3e2c",
"body": "Looks like we only minimally depended on testify, so we might\nas well use stdlib.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "replace testify with stdlib in tests",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2024-11-19T11:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "364665a87c183d5b5eb45fc0e9b86e99013a621a",
"body": "Signed-off-by: Chongyi Zheng <git@zcy.dev>",
"is_bot": false,
"headline": "Replace arm64 minor variant logic with lookup table",
"author_name": "Chongyi Zheng",
"author_login": "harryzcy",
"committed_at": "2024-11-06T06:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b464c3fab8b2cd7539ad01e827fd427a1c29a3e",
"body": "Support arm64 minor variants",
"is_bot": false,
"headline": "Merge pull request #8 from harryzcy/arm64-variant",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-11-04T23:07:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf0cb3a0aec11dab4d219ade4176024ab8900e9",
"body": "Signed-off-by: Chongyi Zheng <git@zcy.dev>\nSigned-off-by: Samuel Karp <samuelkarp@google.com>",
"is_bot": false,
"headline": "Support normalizing any arm64/v9.x variants",
"author_name": "Chongyi Zheng",
"author_login": "harryzcy",
"committed_at": "2024-11-04T22:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41c2c97aa9b52b8771ef08a963ee8c95abb2607e",
"body": "Signed-off-by: Chongyi Zheng <git@zcy.dev>\nSigned-off-by: Samuel Karp <samuelkarp@google.com>",
"is_bot": false,
"headline": "Support arm64 minor variants",
"author_name": "Chongyi Zheng",
"author_login": "harryzcy",
"committed_at": "2024-11-04T22:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a41356861245bfa60d4d0a5d37b57deb0a18ee3e",
"body": "go.mod: github.com/opencontainers/image-spec v1.1.0, golang.org/x/sys v0.26.0",
"is_bot": false,
"headline": "Merge pull request #15 from AkihiroSuda/dev",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2024-10-26T07:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf04e576e0f8194c36a586904c41a17ca0b87208",
"body": "Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>",
"is_bot": false,
"headline": "go.mod: golang.org/x/sys v0.26.0",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2024-10-20T22:07:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "869d078480860f6162702570b061ea4225535d45",
"body": "Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>",
"is_bot": false,
"headline": "go.mod: github.com/opencontainers/image-spec v1.1.0",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2024-10-20T22:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6f3bbffce40d428c624961e98b4353c333a9d2a",
"body": "Update GitHub Actions packages and runners for deprecations",
"is_bot": false,
"headline": "Merge pull request #14 from austinvazquez/update-ci",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2024-10-20T21:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fef5e3616b0bf1ddb64b6ac8da38d6e7ee245c13",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Upgrade to actions/checkout@v4",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T03:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3110c68b6d2c4e0a25a081e4517f8f0499425fb",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Update to Go 1.22.8 in CI",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T03:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8df103ab4b3dd4ee39e41b2baceeda255f0853af",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Upgrade to actons/setup-go@v5",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T03:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee9e0ca0808b4a35900539e7771eb9fdf3721173",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Update golangci-lint configuration for deprecations",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T03:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f66208658b2cb8eedc0df37c4a42da58b3c1d5e",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Update to golangci-lint@v1.61.0",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T03:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20b483f6c845e9ac68d3d13d5b20e5be05dd9402",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Resolve warnings for integer overflow conversions",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T03:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "004f7c4545e0584b8f0377deb0b84e5bb683a7ff",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Upgrade to golangci/goalngci-lint-action@v6",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T03:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e08ecbaedefb59bb06fb41b7a9ba856738100e7",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Upgrade macOS runner images to macOS 13",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T03:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "163df76b7184bb17ead614c92176995ec8fa5919",
"body": "Remove hcsshim import from repo",
"is_bot": false,
"headline": "Merge pull request #10 from kiashok/remove-hcsshim-import",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-06-10T21:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c95759edc8dae16ce76c74f51e26f16b1336776",
"body": "Fix windows matching when os version is empty",
"is_bot": false,
"headline": "Merge pull request #11 from dmcgowan/windows-compare-empty-version",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-06-10T21:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "983ba156b67be3c9597b773bd1f509f0ba693c3d",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Update windows matcher to not compare empty os version",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-06-10T16:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17c859f02e8008cc3a4fba44314aa35c947e3f7f",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add tests for osversion matching with no version",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-06-10T16:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6808384daf3b725b61bc23fd40fac5e3a85168f",
"body": "Move windows CheckHostAndContainerCompat() function from hcsshim\nlocally to platform repo itself\n\nSigned-off-by: Kirtana Ashok <kiashok@microsoft.com>",
"is_bot": false,
"headline": "Remove hcsshim import from repo",
"author_name": "Kirtana Ashok",
"author_login": "kiashok",
"committed_at": "2024-05-30T21:41:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1438e911ac7596426105350652fe267d0fb8a03",
"body": "Add format for platform string",
"is_bot": false,
"headline": "Merge pull request #6 from kiashok/addFormatParsing",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-04-30T22:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38a74d209d3bd4091fa83db35061ce32da31b5c3",
"body": "Platform string to be of the form\n<os>[(<osversion>)]|<arch>|<os>[(<OSVersion>)]/<arch>[/<variant>]\nOSVersion is optional only and currently used only by Windows OS.\n\nSigned-off-by: Kirtana Ashok <kiashok@microsoft.com>",
"is_bot": false,
"headline": "Add grammar for platform string",
"author_name": "Kirtana Ashok",
"author_login": "kiashok",
"committed_at": "2024-04-24T16:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db76a43eaea9a004a5f240620f966b0081123884",
"body": "downgrade minimum required version of hcsshim to v0.10.0",
"is_bot": false,
"headline": "Merge pull request #5 from thaJeztah/lower_deps",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-01-22T14:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "724b9f89557de4d6e70a9d68882afb1b27e5ac57",
"body": "This updates the minimum required version for hcsshim's \"osversion\"\npackage to v0.10.0, which is the first (non-rc) version providine the\n`CheckHostAndContainerCompat` utility that's used, which was added in\n[microsoft/hcsshim@640a560].\n\nContainerd 1.6 LTS currently uses hcsshim [v0.9.10], so would \n[…]\n9.10]: https://github.com/containerd/containerd/blob/v1.6.27/go.mod#L9\n[v0.11.4]: https://github.com/containerd/containerd/blob/v1.7.12/go.mod#L10\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "downgrade minimum required version of hcsshim to v0.10.0",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2024-01-20T22:32:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d9a63aab040cbc106ca02addfc031647b9da6331",
"body": "enable linter on windows",
"is_bot": false,
"headline": "Merge pull request #4 from akhilerm/fix-windows-linter",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-01-19T23:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6dd3842706b19a665ff27854f12bc8a7f808eb6",
"body": "Signed-off-by: Akhil Mohan <akhilerm@gmail.com>",
"is_bot": false,
"headline": "enable linter on windows",
"author_name": "Akhil Mohan",
"author_login": "akhilerm",
"committed_at": "2024-01-18T18:24:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ee19d02acfcce313615c72dad935aa26edad20e",
"body": "fix grammar and highlights in README",
"is_bot": false,
"headline": "Merge pull request #3 from akhilerm/fix-readme",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2024-01-17T15:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb034281bd28d792528b116680b2bbabac7bef75",
"body": "Signed-off-by: Akhil Mohan <akhilerm@gmail.com>",
"is_bot": false,
"headline": "fix grammar and highlights in README",
"author_name": "Akhil Mohan",
"author_login": "akhilerm",
"committed_at": "2024-01-17T10:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd1fac3762e02122a555b61112be845e1cb7e8f3",
"body": null,
"is_bot": false,
"headline": "Merge pull request #1 from dmcgowan/update-readme",
"author_name": "Fu Wei",
"author_login": "fuweid",
"committed_at": "2024-01-17T07:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d058eb1eb1c784e255dc736dfaa775243532f6e1",
"body": "Update Windows linter version",
"is_bot": false,
"headline": "Merge pull request #2 from dmcgowan/update-ci-windows",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-01-17T05:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b937b0167e6bbe5c715dc03e0d37a00f6e833f2",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Fix link in README",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-01-17T05:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "129b256bd216ea5f2fe6f6a78be0ec548c51c9ee",
"body": "Update test to run on Windows\n\nSigned-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Update linter to skip Windows",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-01-17T04:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18e3da61205bc54fe188a5a78c0cb83070c48a2c",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add Github actions CI",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-01-10T23:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed29dfd2f71167ddc59cbb096fc28b173023f2ea",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Remove space at end of readme",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-01-10T23:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3f80ee8ee3f73aac75070feb14614cdfc2f8be4",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add go module",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-01-10T06:30:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ff004cf820d1b3fbe8d100fef3adb0e50ded133",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add license and readme",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-01-10T06:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f18f3c661f7de73d5569f61ff72d98dae1c1700a",
"body": "Add github.com/containerd/log to go.mod\n\nSigned-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Move to use github.com/containerd/log",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2023-09-22T14:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cdcc8f053da7b976fe62355906ff465f2a49456",
"body": "These utilities resulted in the platforms package to have the containerd\nAPI as dependency. As this package is used in many parts of the code, as\nwell as external consumers, we should try to keep it light on dependencies,\nwith the potential to make it a standalone module.\n\nThese utilities were added in f7ce10db459a761825ca2545d96df7128bb9b26a,\nwhich has not yet been included in a release, so skipping deprecation\nand aliases for these.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "platforms: move ToProto, FromProto to api/types",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-09-13T14:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa00db5ae38ba378bac1422735423e74fbe204ec",
"body": "This cleans up the platforms package from dependencies that are not strictly\nneeded. This is in preparation of making this package a separate module, which\ncan be shared by plugins, and containerd versions (as well as external consumers),\n\n- Remove dependency on the errdefs package: most uses of the\n[…]\nn still use the\n convenience alias, but make sure that function signatures do not imply\n that it's a different type (which can cause confusion).\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "platforms: remove errdefs dependency",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-09-13T14:44:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e3510b74996d83c55f176018ba383becc952ce96",
"body": "Invoke stable ABI compliant platform check in windows matcher",
"is_bot": false,
"headline": "Merge pull request #8778 from kiashok/stableABI_WindowsMatcher",
"author_name": "Fu Wei",
"author_login": "fuweid",
"committed_at": "2023-08-16T11:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "512bf6c7493633165f53f873a105bc13fbe704c7",
"body": "- Fill OSVersion field of ocispec.Platform for windows OS in\ntransfer service plugin init()\n- Do not return error from transfer service ReceiveStream if\nstream.Recv() returned context.Canceled error\n\nSigned-off-by: Kirtana Ashok <kiashok@microsoft.com>",
"is_bot": false,
"headline": "Fix transfer service dependencies:",
"author_name": "Kirtana Ashok",
"author_login": "kiashok",
"committed_at": "2023-08-15T22:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79d55ed19fc3d99b42984e78925706a12c783e5a",
"body": "Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>",
"is_bot": false,
"headline": "Invoke Stable ABI compatibility function in windows platform matcher",
"author_name": "Kirtana Ashok",
"author_login": "kiashok",
"committed_at": "2023-08-15T19:52:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56c52890e8b81e92ac4ab11f1866efb4d7e192b7",
"body": "Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>",
"is_bot": false,
"headline": "platforms: clarify docs for amd64/arm64 variant normalization",
"author_name": "Tonis Tiigi",
"author_login": "tonistiigi",
"committed_at": "2023-08-01T08:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5e480be8720d8dc0cbd35de738843c9b8e18490",
"body": "Add From/ToProto helpers",
"is_bot": false,
"headline": "Merge pull request #8757 from dcantah/proto-api-conversions",
"author_name": "Kazuyoshi Kato",
"author_login": null,
"committed_at": "2023-07-03T17:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7ce10db459a761825ca2545d96df7128bb9b26a",
"body": "Helpers to convert from a slice of platforms to our protobuf representation\nand vice-versa appear a couple times. It seems sane to just expose this facility\nin the platforms pkg.\n\nSigned-off-by: Danny Canter <danny@dcantah.dev>",
"is_bot": false,
"headline": "Platforms: Add From/ToProto helpers for types",
"author_name": "Danny Canter",
"author_login": "dcantah",
"committed_at": "2023-06-29T02:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6a8b11efe591194d13a9a453b54d80baf5ea6b9",
"body": "Signed-off-by: Jin Dong <djdongjin95@gmail.com>",
"is_bot": false,
"headline": "Add a platform.ParseAll helper",
"author_name": "Jin Dong",
"author_login": "djdongjin",
"committed_at": "2023-06-26T20:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a51ed706b5d17d62abd06aca0636d3cf436fde28",
"body": "The background for this change:\n\n1. Windows host-process containers do not have an OS version set\n2. Buildx v0.10 started pushing manifest lists by default, but it never\n has the OSVersion in the platform data (not that there is any way to\n specify what particular OS version you want). The change means that\n containerd cannot run images created with the new buildx on Windows\n because there is no matching OSVersion in the list of manifests.\n\nSigned-off-by: Brian Goff <cpuguy83@gmail.com>",
"is_bot": false,
"headline": "Add fallback for windows platforms without osversion",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2023-02-13T23:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44de8f93167d0de193c5cdb7f7e9aefbad513386",
"body": "Use specs Platform instead of generated API",
"is_bot": false,
"headline": "Merge pull request #7958 from mxpv/oci",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2023-01-12T22:31:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18062448b8bdbc5477ae81c8631c7a1864b699ab",
"body": "Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>",
"is_bot": false,
"headline": "Use Platform instead of generated API",
"author_name": "Maksym Pavlenko",
"author_login": "mxpv",
"committed_at": "2023-01-12T18:30:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e1859ea57d7742e6d23507729915cf7fda29f78",
"body": "Signed-off-by: Wei Fu <fuweid89@gmail.com>",
"is_bot": false,
"headline": "chore: use `go fix` to cleanup old +build buildtag",
"author_name": "Wei Fu",
"author_login": "fuweid",
"committed_at": "2022-12-29T06:25:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bb1d75b3cfac32af376e3bfef6fa4e22b42eb6b",
"body": "Add unit test to function GetCPUVariantFromArch\nFix import issue on non-linux platforms\nFix some style issue\n\nSigned-off-by: Tony Fang <nenghui.fang@gmail.com>",
"is_bot": false,
"headline": "Add unit test to function GetCPUVariantFromArch",
"author_name": "Tony Fang",
"author_login": "fangn2",
"committed_at": "2022-12-20T22:00:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc6b456e2b574830cd538713ebae109ccd14b8c8",
"body": "When images/containers in ARM arch were built/executed on x86 host,\ngetCPUVariant will fail as it tries to look for /proc/cpuinfo, whose\ncontent is from the host. Adding a new method as fallback to check uname\nmachine when it happens.\n\nSigned-off-by: Tony Fang <nenghui.fang@gmail.com>",
"is_bot": false,
"headline": "Use uname machine field to get CPU variant if fails at /proc/cpuinfo",
"author_name": "Tony Fang",
"author_login": "fangn2",
"committed_at": "2022-12-20T21:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac2d45398b8e112dcc8bb9fd09834691200502df",
"body": "Cleanup build constraints",
"is_bot": false,
"headline": "Merge pull request #7776 from mxpv/build",
"author_name": "Maksym Pavlenko",
"author_login": "mxpv",
"committed_at": "2022-12-08T18:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45b6d3733b724f06f08ed5fd07aab277cfb085da",
"body": "Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>",
"is_bot": false,
"headline": "Cleanup build constraints",
"author_name": "Maksym Pavlenko",
"author_login": "mxpv",
"committed_at": "2022-12-08T17:36:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "735e4f365a335a21f1872ad8566f74e49c729e5b",
"body": "Signed-off-by: Kate <kit.ty.kate@disroot.org>",
"is_bot": false,
"headline": "Fix \"getCPUInfo for OS freebsd: not implemented\" on FreeBSD/arm64",
"author_name": "Kate",
"author_login": "kit-ty-kate",
"committed_at": "2022-11-04T12:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f82c0dbaa4f99e30a4573667721f80a670a82636",
"body": "Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>",
"is_bot": false,
"headline": "Run gofmt 1.19",
"author_name": "Maksym Pavlenko",
"author_login": "mxpv",
"committed_at": "2022-08-05T01:18:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4eed69e0294a09814dc36803a415749c5d8411a",
"body": "Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>",
"is_bot": false,
"headline": "Use testing.F on FuzzPlatformsParse",
"author_name": "Kazuyoshi Kato",
"author_login": null,
"committed_at": "2022-06-15T14:56:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5c4270e90404e06eb12aec26e67e66be6ee6dc0",
"body": "Signed-off-by: Samuel Karp <me@samuelkarp.com>",
"is_bot": false,
"headline": "platforms: Run goimports for FreeBSD",
"author_name": "Samuel Karp",
"author_login": "samuelkarp",
"committed_at": "2022-06-10T01:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfcbc1b3fd3a08c587165d58ae4b6fdcafc73a80",
"body": "This allows running Linux containers on FreeBSD and modifies the\nmounts so that they represent the linux emulated filesystems, as per:\nhttps://wiki.freebsd.org/LinuxJails\n\nCo-authored-by: Gijs Peskens <gijs@peskens.net>, Samuel Karp <samuelkarp@users.noreply.github.com>\nSigned-off-by: Artem Khramov <akhramov@pm.me>",
"is_bot": false,
"headline": "Linux containers on FreeBSD",
"author_name": "Gijs Peskens",
"author_login": "gizahNL",
"committed_at": "2022-05-31T22:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd17eda784a08e769dcd9ac3336fe4d5d669fb68",
"body": "The output of platforms.DefaultSpec() and the normalized version of the\ndefault platform on 32- and 64-bit ARM are not comparable. This test\nwas added to validate not losing Windows-specific information during\nnormalize of the platform object, so for now we are moving this to be a\nWindows-only test until we resolve the right behavior on ARM.\n\nSigned-off-by: Phil Estes <estesp@amazon.com>",
"is_bot": false,
"headline": "Update TestNormalize to only test Windows",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2022-03-10T16:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1af1aad69c66ef51f20c69c417b2308f3e091533",
"body": "Signed-off-by: James Sturtevant <jsturtevant@gmail.com>",
"is_bot": false,
"headline": "Initialize platform matchers for current platform",
"author_name": "James Sturtevant",
"author_login": "jsturtevant",
"committed_at": "2022-02-10T16:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d749de6a08d4058c679cf04a50f68776a3fa8ba0",
"body": "Commit efda28ec92770bb8a6c3fb450b53e06e1742988b implemented the Normalize()\nfunction, but marked these fields as deprecated.\n\nIt's unclear what the motivation was for this, as the fields are part of the OCI\nImage spec. On Windows, the OSVersion field specifically is important when matching\nimages (a\n[…]\nok at defining an appropriate string-representation\nfor these fields (possibly as part of the OCI Spec), and update platforms.Parse()\naccordingly.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "platforms.Normalize(): do not reset OSVersion and OSFeatures",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2022-02-01T16:19:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "59c05e2c7ea43d3abff5c82d87c882f6291a7459",
"body": "platforms: add support for matching amd64 variants",
"is_bot": false,
"headline": "Merge pull request #6455 from tonistiigi/amd64-variants",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2022-01-27T15:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0a6357a729f4badd725a416b551b94c04ef00cc",
"body": "Correctly matches optional variants for amd64\narch. These should be used for standardized values\nv1-v4 from https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels.\n\nV1 remains the default and is cleared by default.\nPulling a higher variant will match the highest\navailable platform lower or equal to the provided one\nwhen platformVector is used.\n\nSigned-off-by: Tonis Tiigi <tonistiigi@gmail.com>",
"is_bot": false,
"headline": "platforms: add support for matching amd64 variants",
"author_name": "Tonis Tiigi",
"author_login": "tonistiigi",
"committed_at": "2022-01-19T04:13:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "850a9f8a71b5858f3cdd8d13bec2c95fcd9b2e55",
"body": "Signed-off-by: haoyun <yun.hao@daocloud.io>\nCo-authored-by: zounengren <zouyee1989@gmail.com>",
"is_bot": false,
"headline": "feat: replace github.com/pkg/errors to errors",
"author_name": "haoyun",
"author_login": "jonyhy96",
"committed_at": "2022-01-07T02:27:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 23,
"latest_release_at": "2026-04-01T04:37:26Z",
"latest_release_tag": "v1.0.0-rc.4",
"releases_from_tags": false,
"days_since_last_push": 55,
"active_weeks_last_year": 8,
"days_since_latest_release": 118,
"mean_days_between_releases": 100.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/containerd/platforms",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/containerd/platforms",
"is_deprecated": false,
"latest_version": "v0.2.1",
"repository_url": "https://github.com/containerd/platforms",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2024-06-10T21:45:32Z",
"latest_version_yanked": null,
"days_since_latest_publish": 777
}
]
},
"popularity": {
"forks": 15,
"stars": 13,
"watchers": 13,
"fork_history": {
"days": [
{
"date": "2024-01-17",
"count": 2
},
{
"date": "2024-01-20",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-03-30",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2025-01-08",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
}
],
"complete": true,
"collected": 15,
"total_forks": 15
},
"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": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 17636,
"source_files_sampled": 21,
"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.26.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 66
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 6,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/containerd/log",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.0"
},
{
"name": "github.com/opencontainers/image-spec",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.26.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/containerd/log",
"direct": true,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/image-spec",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": true,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "v1.8.4",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 3,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 24,
"open_issues": 2,
"closed_ratio": 0.5,
"closed_issues": 2,
"closed_unmerged_prs": 3
},
"bus_factor": 5,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "dmcgowan",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/169601?v=4"
},
{
"type": "User",
"login": "thaJeztah",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/1804568?v=4"
},
{
"type": "User",
"login": "austinvazquez",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/55906459?v=4"
},
{
"type": "User",
"login": "estesp",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1397980?v=4"
},
{
"type": "User",
"login": "AkihiroSuda",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/9248427?v=4"
},
{
"type": "User",
"login": "kiashok",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/99994218?v=4"
},
{
"type": "User",
"login": "fuweid",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/17510957?v=4"
},
{
"type": "User",
"login": "Weichen81",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/25216491?v=4"
},
{
"type": "User",
"login": "tianon",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/161631?v=4"
},
{
"type": "User",
"login": "mxpv",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/865334?v=4"
}
],
"contributors_sampled": 40,
"top_contributor_share": 0.26
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.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": 7,
"reason": "8 out of 11 merged PRs checked by a CI test -- score normalized to 7",
"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 46 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is 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": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": 9,
"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": "94edf5336d59eae4f3130ccd54323841547fd6e4",
"ran_at": "2026-07-28T13:38:32Z",
"aggregate_score": 6.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-06-02T18:36:26Z",
"oldest_open_prs": [
{
"number": 7,
"created_at": "2024-03-18T04:10:09Z",
"last_comment_at": "2025-02-01T04:53:42Z",
"last_comment_author": "harryzcy"
},
{
"number": 29,
"created_at": "2026-03-26T20:38:42Z",
"last_comment_at": "2026-04-01T04:36:31Z",
"last_comment_author": "dmcgowan"
},
{
"number": 32,
"created_at": "2026-03-31T06:50:22Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-02T18:35:17Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 19,
"created_at": "2024-11-08T18:42:15Z",
"last_comment_at": "2024-11-13T19:36:48Z",
"last_comment_author": "make1980"
},
{
"number": 23,
"created_at": "2025-02-11T06:13:54Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/containerd/platforms",
"host": "github.com",
"name": "platforms",
"owner": "containerd"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"security": 70,
"vitality": 54,
"community": 41,
"governance": 77,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 54,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"commits_last_year": 23,
"human_commit_share": 1,
"days_since_last_push": 55,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 55 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 55
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "23 commits in the last year",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 23
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 82,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v1.0.0-rc.4",
"releases_from_tags": false,
"days_since_latest_release": 118,
"mean_days_between_releases": 100.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 118 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 118
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~100.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 100.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 55,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 55 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 55
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 41,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"forks": 15,
"stars": 13,
"watchers": 13,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "13 stars",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 13
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "15 forks",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 15
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "13 watchers",
"points": 6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 13
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": 0,
"status": "missed",
"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": 77,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"bus_factor": 5,
"contributors_sampled": 40,
"top_contributor_share": 0.26
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "5 contributor(s) cover half of all commits",
"points": 45.9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 5
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 26% of commits",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 26
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "40 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 40
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 46 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 24,
"open_issues": 2,
"closed_issues": 2,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "24/27 decided PRs merged",
"points": 34,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 24,
"decided": 27
}
}
],
"max_points": 38.25
},
{
"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": 1306,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "containerd",
"public_repos": 39,
"account_age_days": 3985
},
"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": "1,306 followers of containerd",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1306,
"login": "containerd"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "39 public repos, account ~10 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 39
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"github.com/containerd/platforms"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 777
},
"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 777 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 777
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 78,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "8 out of 11 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 70,
"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": 65,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 11 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 46 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"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": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 4.5,
"status": "partial",
"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 6 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": 6
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 6,
"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.26.0 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/sys v0.26.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": "excellent",
"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": 6,
"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": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 15
},
"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": 60,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.6,
"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": "60 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 32,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 60,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 67,
"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
},
"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": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 17636,
"source_files_sampled": 21,
"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/21 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 21,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T13:39:03.088963Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/containerd/platforms.svg",
"full_name": "containerd/platforms",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}