Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2367,
"has_wiki": false,
"homepage": "https://pkg.go.dev/github.com/docker/go-connections",
"languages": {
"Go": 120214
},
"pushed_at": "2026-07-27T15:58:46Z",
"created_at": "2015-12-17T20:51:16Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T15:02:12Z",
"description": "Utility package to work with network connections",
"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.docker.com",
"name": "Docker",
"type": "Organization",
"login": "docker",
"company": null,
"location": "United States of America",
"followers": 15014,
"avatar_url": "https://avatars.githubusercontent.com/u/5429470?v=4",
"created_at": "2013-09-10T17:53:43Z",
"is_verified": null,
"public_repos": 150,
"account_age_days": 4703
},
"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.8.1",
"kind": "patch",
"published_at": "2026-07-27T14:59:06Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-07-24T18:30:08Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-04-15T21:50:38Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-08-06T15:47:19Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2023-11-10T21:24:14Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2018-02-28T14:10:15Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2017-06-23T20:36:43Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2016-06-08T02:44:54Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2016-02-12T23:19:11Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2016-02-03T22:23:10Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2015-12-22T16:38:15Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2015-12-19T04:46:59Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2015-12-17T20:56:10Z"
}
],
"recent_commits": [
{
"oid": "9c9e2db764937383effc099843914897c8838056",
"body": "sockets: fix compilation on illumos",
"is_bot": false,
"headline": "Merge pull request #167 from thaJeztah/fix_illumos",
"author_name": "Paweł Gronowski",
"author_login": "vvoland",
"committed_at": "2026-07-27T14:59:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de1f4dcb4634829798d122039091706d73793e76",
"body": "introduced in f3526e58848fc48baf375ca42aa23d0d18dafefa\n\n sockets/unix_socket_nolinux.go:19:20: undefined: syscall.SysctlUint32\n sockets/unix_socket_nolinux.go:21:20: undefined: syscall.SysctlUint32\n sockets/unix_socket_nolinux.go:25:20: undefined: syscall.SysctlUint32\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: fix compilation on illumos",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-27T14:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a7495ef2e23dac11fa3d650bef868c5eecd0be8",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "ci: add cross-build target",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-27T14:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "754f9060ef9371a6e9504a82e25bd0bce0cfe406",
"body": "sockets: set socket permissions without umask hack",
"is_bot": false,
"headline": "Merge pull request #158 from thaJeztah/no_umask",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T18:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f47a112d2119c502530055300c3ba272fa3e17",
"body": "Align with stdlib, which sets these dynamically.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: read somaxconn from system instead of SOMAXCONN",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T18:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e195e2a4e6e63b1ac25d4e1c2511170bdb030781",
"body": "Create Unix sockets manually to apply permissions and ownership after\nbind(2), but before listen(2), avoiding races in net.Listen and removing\nthe need for temporary process-wide umask changes.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: set socket permissions without umask hack",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T18:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32c72ec777e66c7f4a391097f400ea62eff7e63f",
"body": "sockets: improve abstract Unix socket handling",
"is_bot": false,
"headline": "Merge pull request #162 from thaJeztah/abstract_sockets",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T18:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3526e58848fc48baf375ca42aa23d0d18dafefa",
"body": "Improve handling of abstract Unix socket addresses across platforms.\n\nOn Linux, abstract sockets are supported but do not have a filesystem\nrepresentation, so filesystem-specific operations such as unlinking an\nexisting socket or applying ownership and permissions are skipped or\nrejected as appropri\n[…]\nckets;\n- do not create a filesystem entry while the listener is active; and\n- do not leave a filesystem entry behind after the listener is closed.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: improve abstract Unix socket handling",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T17:50:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd93b41aeecfdee02fe3e7be3f8799c8842f8cef",
"body": "sockets: update more tests to use tempSocketPath utility",
"is_bot": false,
"headline": "Merge pull request #163 from thaJeztah/rm_log",
"author_name": "Paweł Gronowski",
"author_login": "vvoland",
"committed_at": "2026-07-24T17:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0c75596e3ef03a6fb9e78befc9b18d9eed28e7e",
"body": "Looks like I somehow missed these, and left a log behind.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: update more tests to use tempSocketPath utility",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T14:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7106f49a36e292e9d0cad10f1842505304254cc4",
"body": "sockets: fix some remaining TODOs in Windows code",
"is_bot": false,
"headline": "Merge pull request #161 from thaJeztah/todone",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T12:44:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa1caa79d797b5a4d622aecc371dd91c677d7e32",
"body": "Use the well-known Users SID to resolve the localized account name\ninstead of assuming the built-in Users group is named \"Users\". The\ntests continue to assert against the canonical SID in the expected\nSDDL, making them language-independent while keeping the expected\nvalues explicit.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: fix some remaining TODOs in Windows code",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T12:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31d55b210c6596022c9dd2a2a06093d62e086dac",
"body": "sockets: InmemSocket: add DialContext",
"is_bot": false,
"headline": "Merge pull request #160 from thaJeztah/inmemory_context",
"author_name": "Paweł Gronowski",
"author_login": "vvoland",
"committed_at": "2026-07-24T11:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46d903d89c514fc429b0a8f2183e6596f1987c90",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: InmemSocket: tweak inmemAddr",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T10:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caeadcac1c1cea0e6ca4ed3c1ccc51dec47cde62",
"body": "Add DialContext to support canceling a pending in-memory connection while\nwaiting for the listener to accept it.\n\nAlso close both ends of an abandoned net.Pipe when dialing fails because\nthe listener has been closed or the context is canceled.\n\nKeep Dial for compatibility by delegating to DialContext with\ncontext.Background().\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: InmemSocket: add DialContext",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T10:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74a1959dec2909f8a7a1e525e28e4e1f4b047d0f",
"body": "sockets: test-enhancements and improve coverage",
"is_bot": false,
"headline": "Merge pull request #159 from thaJeztah/more_tests",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T10:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "904cb0c59d8828d0c8726457917f192d44e206f1",
"body": "NewUnixSocketWithOpts cleans up pre-existing sockets\n(syscall.Unlink); test that it works correctly.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: add test for cleanup of pre-existing socket path",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T09:05:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b92a78f79980f76e6c77de36a148602ba2fbd96d",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: add test to verify socket is cleaned up on failure",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T09:05:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c47ee3dcb4683b3ea6f0af1dc24fb148784967e",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: add test for default socket permissions",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T09:05:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95f5e678e6172616e62805b9d561ff4671ada11",
"body": "We can't use `t.TempDir()` for this, as that may reach the\nmaximum socket path length (on macOS), resulting in obscure\nerrors (bind: invalid argument).\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: add helper for socket-paths",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T09:05:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70d3627cf24901544542b36442ec474dc254b481",
"body": "If the listener is closed after net.Pipe() is created but before the\nserver side is handed to Accept(), both ends of the pipe are abandoned.\n\nClose both connections before returning net.ErrClosed to avoid leaking\nthe unused pipe resources.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: InmemSocket: close net.Pipe on failed dial",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-07-24T07:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80726728d026c677add7ad9d02ccfd72b4ded5f8",
"body": "sockets: remove double error decoration",
"is_bot": false,
"headline": "Merge pull request #157 from thaJeztah/double_wrapping",
"author_name": "Paweł Gronowski",
"author_login": "vvoland",
"committed_at": "2026-05-29T10:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9df3215000d3e4e3f2e8c030ea3f6a0d8ab5a63a",
"body": "The error was already decorated in getSecurityDescriptor with\nthe same prefix.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: remove double error decoration",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-04-22T12:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7997b0f0ac81b5b26ad7d3d2c02ca2e8fbc6c7d9",
"body": "chore(deps): bump github.com/Microsoft/go-winio v0.6.2",
"is_bot": false,
"headline": "Merge pull request #156 from thaJeztah/bump_go_winio",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-04-15T21:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "329724ad4d0a0ae91c392b41a47df3d7c6475a7f",
"body": "full diff: https://github.com/microsoft/go-winio/compare/v0.4.21...v0.6.2\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "chore(deps): bump github.com/Microsoft/go-winio v0.6.2",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-04-15T20:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "161dc9bf709385ed22c1c9665d5ef45fc333ce7e",
"body": "ci: pin actions to sha",
"is_bot": false,
"headline": "Merge pull request #155 from thaJeztah/pin_actions",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-04-15T20:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b115e42ee9f98b5f9de19a2054ae54483e84226d",
"body": "tlsconfig: make root pool tests deterministic across platforms",
"is_bot": false,
"headline": "Merge pull request #154 from thaJeztah/fix_non_linux_tests",
"author_name": "Paweł Gronowski",
"author_login": "vvoland",
"committed_at": "2026-04-09T12:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c35b2ac042020d513569f7578c52177d2b1a03e",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "ci: pin actions to sha",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-25T17:32:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4454a660b5f65feff1ae967957eae3293c85bec",
"body": "The existing tests relied on x509.SystemCertPool behaving as a\nregular in-memory cert pool. This assumption only holds on Linux;\non macOS and Windows the pool delegates to platform APIs, leading\nto non-deterministic behavior and test failures.\n\nRefactor tests to:\n- inject a fake \"system\" cert pool b\n[…]\ned semantics of ExclusiveRootPools.\n\nNote: real system pool behavior remains platform-dependent and\nwould ideally be covered by integration tests.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "tlsconfig: make root pool tests deterministic across platforms",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-25T12:21:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0819711a9938706b2f8af55cdec923fe8e71ccb4",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "tlsconfig: certPool: pass options as argument",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-25T12:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03296353c218966349e11c41430ffd4abdff93c3",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "tlsconfig: rename some vars that shadowed",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-25T12:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "894d811275c2f782172ae739d170bcaad295f188",
"body": "Deprecate tlsconfig.SystemCertPool",
"is_bot": false,
"headline": "Merge pull request #150 from thaJeztah/deprecate_SystemCertPool",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-25T12:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a1293ab5fa588c0498e1447e1d53ce95c6f3315",
"body": "tlsconfig: add ChaCha20-Poly1305 cipher suites",
"is_bot": false,
"headline": "Merge pull request #153 from thaJeztah/chachacha",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-25T12:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0c059c9e520adc8eb937a96cf3a80fcbb01c8e",
"body": "update minimum go version to go1.23",
"is_bot": false,
"headline": "Merge pull request #152 from thaJeztah/bump_go_version",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-25T11:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2daa5eb66a448537d9462880791872450e933cc",
"body": "The tlsconfig package provides a curated set of ciphers, with insecure\nciphers removed; originally because Go stdlib included all ciphers by\ndefault (including insecure ones). Current versions of Go provide a much\nsaner set of defaults, that closely matches the defaults as set in the\ntlsconfig packa\n[…]\ne that this only impacts TLS 1.2 (and older, but we don't allow TLS 1.1);\nfor TLS 1.3, Go does not allow overriding the list of supported ciphers.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "tlsconfig: add ChaCha20-Poly1305 cipher suites",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-23T23:21:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9be976c269395f3689e8da435cf2370af600bad3",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "update minimum go version to go1.23",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-23T22:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "593f13d26704da2eef1844c0057ac61098058ebf",
"body": "The wrapper originally existed for historical compatibility reasons that\nno longer apply:\n\n- 55aadc3cc561 removed the pre-Go-1.7 fallback implementation, leaving\n the wrapper mainly as a shim around x509.SystemCertPool.\n- 3723764c1c59 kept a Windows-specific exception because\n x509.SystemCertPool \n[…]\n trust store\nas the base when building non-exclusive root pools; it only deprecates\nthe local wrapper in favor of the standard library entrypoint.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "Deprecate tlsconfig.SystemCertPool",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-23T22:35:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dad033c17094959bda36e3b32edec64b216f80c8",
"body": "ci: update actions to current versions, test against \"go.mod\", \"oldstable\", \"stable",
"is_bot": false,
"headline": "Merge pull request #151 from thaJeztah/bump_actions",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-23T21:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed4e411558e0af9c6cef0f148cf769c085e47093",
"body": "Make sure we lint on all Go versions to prevent fixing linting issues\nthat don't apply to old versions and combine the matrixes.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "ci: combine lint and linux, non-linux in a single matrix",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-23T20:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42f44a3e4df01c35363b9ce09eef305e43009a39",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "ci: test against \"go.mod\", \"oldstable\", \"stable\"",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-23T20:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9866424f04ef4fa50c648074fcb5aa326f530c9d",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "ci: update actions to current versions",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-03-23T16:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6539818a34ac1249428c15756415ca260b430d95",
"body": " sockets: implement WithAdditionalUsersAndGroups for windows",
"is_bot": false,
"headline": "Merge pull request #149 from chelnak/windows_unix_socket_permissions",
"author_name": "Paweł Gronowski",
"author_login": "vvoland",
"committed_at": "2025-12-01T13:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "536df702d6345cc0c4f29deb15d59f0eaed5a0b4",
"body": "Prior to this change we were setting `OWNER_SECURITY_INFORMATION`\nalong with `DACL_SECURITY_INFORMATION`.\n\nSince we are not touching the owner, I don't think we need to\nset this.\n\nFurthermore, the test was failing because the DACL was actually\nprotected (`D:P(A;;GA;;;BA)(A;;GA;;;SY)`) and we need to\n[…]\nhe API about it.\n\nSetting `PROTECTED_DACL_SECURITY_INFORMATION` fixes the issue\nand allows socket creation with the required security descriptor.\n\nSigned-off-by: Craig Gumbley <craiggumbley@gmail.com>",
"is_bot": false,
"headline": "Set correct SECURITY_INFORMATION bit",
"author_name": "Craig Gumbley",
"author_login": "chelnak",
"committed_at": "2025-10-28T08:16:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d61b17e6316efbda004224754888cd9354013d18",
"body": "- Implement a WithAdditionalUsersAndGroups (windows daemon allows\n specifying multiple additional users and groups for named pipes\n and unix-sockets).\n- Implement a WithBasePermissions() option for windows\n- Implement NewUnixSocket that accepts (optional) additional users\n and groups.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>\nSigned-off-by: Craig Gumbley <craiggumbley@gmail.com>",
"is_bot": false,
"headline": "sockets: implement WithAdditionalUsersAndGroups for windows",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-10-28T08:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c296721c0d56d3acad2973376ded214103a4fd2e",
"body": "nat: optimizations for SortPortMap",
"is_bot": false,
"headline": "Merge pull request #147 from thaJeztah/improve_sort",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2025-08-15T12:32:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f65d0cde9fda8aca877b90fe4c8486c3718e447a",
"body": "Before/after:\n\n BenchmarkSortPortMap-10 6727 174735 ns/op 108873 B/op 1757 allocs/op\n BenchmarkSortPortMap-10 8618 137899 ns/op 70073 B/op 523 allocs/op\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: SortPortMap: use pointer to reduce allocs",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-12T14:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f17dd468058c027a2ef1a2b7b864d0156870d76",
"body": "Slightly more memory, but ~40% faster;\n\n BenchmarkSortPortMap-10 4484 265482 ns/op 97818 B/op 1757 allocs/op\n BenchmarkSortPortMap-10 6727 174735 ns/op 108873 B/op 1757 allocs/op\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: portMapSorter: memoize port(int) and proto",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-12T14:22:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49e8a8c4bab321f0ccee33b347b9946e45335a0",
"body": "- Skip ParsePortRange as intermediate (as we don't need an uint64)\n- Use strings.Equalfold, which doesn't allocate.\n\nNo real diff in benchmark;\n\n BenchmarkSortPortMap-10 \t 4366\t 272020 ns/op\t 97817 B/op\t 1757 allocs/op\n BenchmarkSortPortMap-10 \t 4484\t 265482 ns/op\t 97818 B/op\t 1757 allocs/op\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: portMapSorter: slight optimization",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-12T12:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d2ba35d82d0ff1951c86dc41413e9899a0def94",
"body": "Add a minimal benchmark for SortPortMap\n\n goos: darwin\n goarch: arm64\n pkg: github.com/docker/go-connections/nat\n cpu: Apple M1 Pro\n BenchmarkSortPortMap\n BenchmarkSortPortMap-10 \t 4366\t 272020 ns/op\t 97817 B/op\t 1757 allocs/op\n PASS\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: add BenchmarkSortPortMap",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-12T09:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa986a4b4a1440c51a0239361375b67ec24c1702",
"body": "nat: SortPortMap: don't require PortMap as argument",
"is_bot": false,
"headline": "Merge pull request #145 from thaJeztah/nat_cleanups_2",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2025-08-11T15:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20ac217c92145e209b51e9ab61f7060f2f2be7f4",
"body": "The `SortPortMap` function no longer requires a PortMap, and\ncan accept either a `PortMap` or a `map[Port][]PortBinding`.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: TestSortPortMap: remove use of PortMap",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-11T13:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1093a99d30eacd759cc6ee96cfad08b330c702f5",
"body": "The `PortMap` type is equivalent to a `map[Port][]PortBinding`, but\nthe `SortPortMap` only accepted a `PortMap`. Update the signature to\naccept either a `PortMap` or a `map[Port][]PortBinding`.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: SortPortMap: don't require PortMap as argument",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-11T13:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9354eddfb53b3ddc73b0251526e0c0dc719ae53a",
"body": "nat: cleanup, optimize, and improve errors",
"is_bot": false,
"headline": "Merge pull request #144 from thaJeztah/nat_cleanups",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2025-08-11T12:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf3fce2ffa941dff843a18f9b9531f51d2696300",
"body": "nat: ParsePortSpec: validate port before proto",
"is_bot": false,
"headline": "Merge pull request #143 from thaJeztah/fix_ParsePortSpec",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2025-08-11T12:16:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "210a62a8d6175bb2d77428cf90924bf6243e1a71",
"body": "sockets: minor cleanups",
"is_bot": false,
"headline": "Merge pull request #142 from thaJeztah/sockets_cleanups",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2025-08-11T12:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccab5a8b24a0a47b1a8283be61b89a8459b22217",
"body": "commit f38822229cbe4b84304ffb166160b6a253938009 made an optimization\nto handle validating the proto before parsing port-numbers, but\nas a result changed the error returned if the port was missing.\n\nThis patch moves the check for empty container ports to the start\nto keep the old behavior. The error-message(s) can probably be\nimproved a bit, but this keeps the existing output.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: ParsePortSpec: validate port before proto",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-11T11:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b7a2126de1356945f25f1dc082db739df0b24ff",
"body": "- Use strings.Cut directly instead of using SplitProtoPort\n- Use parsePortNumber instead of the SplitProtoPort wrapper\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: make Port methods more self-contained",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-11T11:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2433ffaac035ad4f42a6134768b31367e8a6d8ca",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: ParsePortSpec: reimplement with parsePortNumber",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-11T11:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d689c0dd9008462d49fb4778b5d7c398be46c106",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: NewPort: reimplement with parsePortNumber",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-11T10:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcfbb041aa25fc63f521c60e39ef95e3694c4efb",
"body": "…umber\n\n- Split the implementations from the exported ParsePortRange function.\n- The implementation returns an int for ports (instead of an uint64),\n which we cast to the right type in ParsePortRange.\n- The parsePortNumber gives more informative errors.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: ParsePortRange, ParsePortRangeToInt: reimplement with parsePortN…",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-11T10:52:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c490f1a3fe710f738b11b24a458df7aa033d7e8",
"body": "Add a utility for parsing and validating port-numbers to reduce\nrepetition and improve errors.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: add parsePortNumber utility",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-11T10:48:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e42eb827184f181738f1fe099dcf3d35281973a",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: improve some assertions",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-11T10:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4439ac2f13c227986238a913af5ee6fc540493d",
"body": "- Move the dummyAddr type definition and methods together.\n- Change the InmemSocket.address field to a dummyAddr; the field is\n un-exported and could only be set through the constructor, so we\n can convert it when doing so.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: InmemSocket: use dummyAddr as field-type",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-11T09:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccad206324d0c7e3bf44a3d5fbfc84ba5d52f27a",
"body": "…o arg\n\nThese utilities are created for a specific proto (\"unix\", or \"npipe\"),\nso the protocol should not be passed as an arguments as it cannot be\noverridden.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: configureUnixTransport, configureNpipeTransport: remove prot…",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-11T09:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34239ab80d2133edcda1b322042f7dfc684ba1b8",
"body": "check for net.ErrClosed instead of \"use of closed network connection\"",
"is_bot": false,
"headline": "Merge pull request #141 from thaJeztah/nat_cleanups",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2025-08-08T14:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66f189f36d59e943f0538f67a70c76d946745166",
"body": "sockets: ConfigureTransport: prevent idle connections leaking FDs",
"is_bot": false,
"headline": "Merge pull request #134 from thaJeztah/config_idlecons",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2025-08-08T14:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3597cdd68b90278654eadb450f45cff1ece628b0",
"body": "The infamous \"use of closed network connection\" error was added in\n[cl-5649076] as a non-exported error. This made it not possible to\nwrite code to handle it as a sentinel error, other than through string-\nmatching.\n\nCommit [moby@cc851db] (docker v0.6.4) added a [`IsClosedError`] utility\nfor this (a\n[…]\nL341\n[go-4373]: https://github.com/golang/go/issues/4373\n[net.ErrClosed@go1.16]: https://github.com/golang/go/blob/go1.16/src/net/net.go#L636-L645\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "check for net.ErrClosed instead of \"use of closed network connection\"",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-08T14:27:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "51d157e3318bc820606d6844d4b22c8e352b8ae1",
"body": "sockets: remove deprecated DialPipe, GetProxyEnv, DialerFromEnvironment",
"is_bot": false,
"headline": "Merge pull request #140 from thaJeztah/remove_deprecated",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-08T14:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f145fb37ad5ddd3e52572be1021c8af475afa07a",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: remove deprecated DialPipe, GetProxyEnv, DialerFromEnvironment",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-08T00:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42faf792bde28c414a060127d6351769408a675f",
"body": "sockets: make NewUnixSocket, WithChown, WithChmod unix-only",
"is_bot": false,
"headline": "Merge pull request #138 from thaJeztah/sockets_move_unix_options",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-06T15:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ffab7e3fa034452a2f6b81509f49c7f22e9dc5e",
"body": "The WithChown and WithChmod options are not supported on Windows.\nWe could provide stubs in future, but let's start with not\nincluding them.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: make NewUnixSocket, WithChown, WithChmod unix-only",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-08-05T08:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd5901ae721418912f791fdcd3a94bb58d634511",
"body": "Set default `MaxIdleConns` / `IdleConnTimeout` to prevent idle connections\nleaking FDs.\n\nWhen using the client (initialized via `dockercli` in my case) in a\nlong-running process, the idle connections are not released. If you\ncreate multiple clients the FD count keeps growing indefinitely.\n\nThis can \n[…]\nigrates the code from [moby@5c72a95] to this module.\n\n[moby@5c72a95]: https://github.com/moby/moby/commit/5c72a95a30bb1a1c5cdb2ad555dd1bc0622cf870\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: ConfigureTransport: prevent idle connections leaking FDs",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-07-01T10:19:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6bb1d155460587c6eb5548ce350f5c03fcb3563f",
"body": "sockets: rename files to be considered test files",
"is_bot": false,
"headline": "Merge pull request #135 from thaJeztah/rename_test_files",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-07-01T10:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6c843daa949fbbae3a5193c6c007f85de74d5d5",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "sockets: rename files to be considered test files",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-07-01T09:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80898b6033e4983d38d62925db5292076af05c15",
"body": "socket: deprecate DialPipe",
"is_bot": false,
"headline": "Merge pull request #133 from thaJeztah/deprecate_socket_dialpipe",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-07-01T09:26:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4399e5c713c31c811393c819a35dbe95bb7b74b",
"body": "This function was a wrapper for go-winio.DialPipe. Deprecate it in\nfavor of using that package directly.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "socket: deprecate DialPipe",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-30T09:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b071e04318669a6f5eeff43d4d85659f9d8cbb2a",
"body": "tlsconfig: align client and server defaults, remove weak CBC ciphers",
"is_bot": false,
"headline": "Merge pull request #128 from thaJeztah/remove_old_cyphers",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-30T09:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "578bfdec32637ef34a9c5c8a021f507dd9215825",
"body": "nat: ParsePortSpecs: reduce allocations and improve performance",
"is_bot": false,
"headline": "Merge pull request #132 from thaJeztah/optimize_ParsePortSpec",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-30T09:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deccd714a238eb4932687dd734aab7b1e0771495",
"body": "These ciphers were split between server and client in [docker@9b43f5a]\n(Docker v1.8.0, Jun 11, 2015);\n\n> removing the CBC ciphers from the client preferred TLS cipher suites.\n> This will allow a future version of the server to also remove the CBC\n> ciphers from the accepted list.\n>\n> This changes th\n[…]\ncan also use a single implementation\nfor both.\n\n[docker@9b43f5a]: https://github.com/docker/docker/commit/9b43f5a3a1c12722a7f7b5ea60c28d02bac60d1c\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "tlsconfig: align client and server defaults, remove weak CBC ciphers",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-30T08:27:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "30b91c802c92abaf1b4643c95006a0576998c2ae",
"body": "- re-use the `count` variable for clarity\n- merge some conditional branches\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: ParsePortSpec: combine some conditions",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-30T08:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b5367d85eefa587a034fbe21c5e83f554fb0c37",
"body": "This function constructs port-ranges, and validates the protocol. Calling\n`NewPort` in a loop means it was parsing the port-spec multiple times. While\nat it, also pre-allocate the slice that's used, making it ~28% faster, ~26%\nfewer allocations, and ~15% less memory.\n\nBefore/after:\n\n BenchmarkPar\n[…]\nortSpecs-10 73500 15198 ns/op 18248 B/op 359 allocs/op\n BenchmarkParsePortSpecs-10 105000\t 10925 ns/op 15520 B/op 264 allocs/op\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: ParsePortSpec: prevent repeated parsing",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-30T08:21:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f7951e574a97ca458eb0ccd2a16869fdfe471ed1",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: ParsePortSpec: use local variables in loop",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-30T08:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf31ff03a67587cf2c17de3356df0662372e8fea",
"body": " goos: darwin\n goarch: arm64\n pkg: github.com/docker/go-connections/nat\n cpu: Apple M1 Pro\n BenchmarkParsePortSpecs\n BenchmarkParsePortSpecs-10 73500 15198 ns/op 18248 B/op 359 allocs/op\n PASS\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: add benchmark for ParsePortSpecs",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-30T08:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f487fcabf778eed22eaa3b5c76e262d6effdd1dc",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "tlsconfig: rename var that shadowed function",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-30T07:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbf5d1f841af57e6a218e59326d7b983e1b0d1f0",
"body": "nat: assorted minor cleanups",
"is_bot": false,
"headline": "Merge pull request #131 from thaJeztah/nat_minor_cleanups",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-29T13:34:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db5a644f4b382d7868388cf786999081839dfa01",
"body": "nat: assorted test cleanups and improvements",
"is_bot": false,
"headline": "Merge pull request #129 from thaJeztah/cleanup_tests",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-29T13:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd95e7692678f038c542139245f793441ea47365",
"body": "nat: ParsePortSpecs: simplify",
"is_bot": false,
"headline": "Merge pull request #130 from thaJeztah/nat_ParsePortSpecs_simplify",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-29T13:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd88351a8aedaf231df0ea132e6f3aa3545afe17",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: remove redundant type-conversions",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-29T13:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec7aa03f39c9582ba59fc48f6e1bf4a4bbce7464",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: fix camel-casing of vars in tests",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-29T13:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "182f28b521178fcba600601295dec2852a9c528d",
"body": "ParsePortRangeToInt is a shallow wrapper around ParsePortRange,\nexcept for returning int's, and accepting empty values. Other\ncases are covered by TestParsePortRange.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: TestParsePortRangeToInt: reduce overlap with TestParsePortRange",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-29T13:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14bdf9346034322374c9012c7e843b21e6438d3e",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: rewrite ParsePortRange tests to use subtests",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-29T13:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d77864a969485b8f7b46c9a7fe9d8d37fa7a5658",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: splitParts: slightly simplify",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-29T13:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2cdeb6fd66a941d09dc8fe7af5c05e588e24966",
"body": "No need to initialize an empty slice, as appending to a nil slice\nis valid.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: ParsePortSpecs: simplify",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-29T13:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42571f3af22f0618f497853eac0dab55b8b5c37d",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "nat: don't use len() to check for empty strings",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-29T13:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16d13be2745d16e8165cf75c3170972ff2f3f60e",
"body": "tlsconfig: add code to regenerate fixtures",
"is_bot": false,
"headline": "Merge pull request #125 from thaJeztah/regenerate_certs",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-29T10:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f4f1ff6074892e6576da56bf6f178932c78e61b",
"body": "tlsconfig: remove uses of PreferServerCipherSuites",
"is_bot": false,
"headline": "Merge pull request #127 from thaJeztah/rm_PreferServerCipherSuites",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-14T10:59:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc061c1e72c9c7456a2ff02f9fede20b17ba865",
"body": "fix error linting",
"is_bot": false,
"headline": "Merge pull request #124 from thaJeztah/fix_error_linting",
"author_name": "Paweł Gronowski",
"author_login": "vvoland",
"committed_at": "2025-05-14T09:48:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7808b91c2734c92a0b2a0bf161272d1205544510",
"body": "This field was deprecated in [go1.17beta1], and is no longer used, so we\ncan remove its use, as the minimum go version in go.mod is go1.18.\n\n[go1.17beta1]: https://github.com/golang/go/commit/9d0819b27ca248f9949e7cf6bf7cb9fe7cf574e8\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "tlsconfig: remove uses of PreferServerCipherSuites",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-05-13T14:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d906727b6ae214320d2136490e09058864357045",
"body": "This takes the code that was removed in commit\n12e5609f30a590991844876a9c1a6f64b301fb12, and uses it to\nregenerate the certificates (go generate).\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "tlsconfig: add code to regenerate fixtures",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-04-24T11:32:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "973bffd0f6f85dae594d18f97189820fc3c88085",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "fix error linting",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-04-24T11:13:47Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 71,
"latest_release_at": "2026-07-27T14:59:06Z",
"latest_release_tag": "v0.8.1",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 12,
"days_since_latest_release": 0,
"mean_days_between_releases": 425.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/docker/go-connections",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/docker/go-connections",
"is_deprecated": false,
"latest_version": "v0.8.1",
"repository_url": "https://github.com/docker/go-connections",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-27T14:59:06Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 108,
"stars": 230,
"watchers": 15,
"fork_history": {
"days": [
{
"date": "2015-12-20",
"count": 1
},
{
"date": "2015-12-21",
"count": 2
},
{
"date": "2016-01-06",
"count": 1
},
{
"date": "2016-01-22",
"count": 1
},
{
"date": "2016-01-24",
"count": 1
},
{
"date": "2016-01-29",
"count": 1
},
{
"date": "2016-02-03",
"count": 2
},
{
"date": "2016-02-10",
"count": 2
},
{
"date": "2016-02-11",
"count": 1
},
{
"date": "2016-02-23",
"count": 1
},
{
"date": "2016-03-02",
"count": 1
},
{
"date": "2016-04-12",
"count": 1
},
{
"date": "2016-04-14",
"count": 1
},
{
"date": "2016-04-16",
"count": 1
},
{
"date": "2016-05-19",
"count": 1
},
{
"date": "2016-07-30",
"count": 1
},
{
"date": "2016-08-05",
"count": 1
},
{
"date": "2016-09-02",
"count": 1
},
{
"date": "2016-09-16",
"count": 1
},
{
"date": "2016-09-28",
"count": 1
},
{
"date": "2016-10-28",
"count": 1
},
{
"date": "2016-11-03",
"count": 1
},
{
"date": "2016-11-15",
"count": 2
},
{
"date": "2017-02-12",
"count": 1
},
{
"date": "2017-02-16",
"count": 1
},
{
"date": "2017-03-02",
"count": 1
},
{
"date": "2017-03-31",
"count": 1
},
{
"date": "2017-04-10",
"count": 1
},
{
"date": "2017-04-21",
"count": 1
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-05-09",
"count": 1
},
{
"date": "2017-05-21",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-06-19",
"count": 1
},
{
"date": "2017-07-21",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-09-05",
"count": 1
},
{
"date": "2017-10-17",
"count": 1
},
{
"date": "2017-12-29",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-02-22",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-03-08",
"count": 1
},
{
"date": "2018-03-27",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-07-10",
"count": 1
},
{
"date": "2018-11-29",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-12",
"count": 1
},
{
"date": "2019-01-17",
"count": 1
},
{
"date": "2019-02-07",
"count": 1
},
{
"date": "2019-03-01",
"count": 1
},
{
"date": "2019-03-20",
"count": 1
},
{
"date": "2019-04-16",
"count": 1
},
{
"date": "2019-05-16",
"count": 1
},
{
"date": "2019-05-17",
"count": 1
},
{
"date": "2019-05-22",
"count": 1
},
{
"date": "2019-05-28",
"count": 2
},
{
"date": "2019-07-16",
"count": 1
},
{
"date": "2019-11-08",
"count": 1
},
{
"date": "2019-11-27",
"count": 1
},
{
"date": "2020-01-14",
"count": 1
},
{
"date": "2020-02-20",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-06-13",
"count": 1
},
{
"date": "2020-09-03",
"count": 1
},
{
"date": "2021-02-13",
"count": 1
},
{
"date": "2021-03-03",
"count": 1
},
{
"date": "2021-05-02",
"count": 1
},
{
"date": "2021-07-22",
"count": 1
},
{
"date": "2021-07-31",
"count": 1
},
{
"date": "2021-08-13",
"count": 1
},
{
"date": "2021-08-23",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-10-25",
"count": 1
},
{
"date": "2021-11-19",
"count": 1
},
{
"date": "2021-12-19",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-05-21",
"count": 1
},
{
"date": "2022-07-31",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2023-02-09",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-04-09",
"count": 1
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-08-31",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-08-06",
"count": 1
},
{
"date": "2025-08-17",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-28",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
}
],
"complete": true,
"collected": 106,
"total_forks": 108
},
"star_history": null,
"open_issues_and_prs": 12
},
"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": 20153,
"source_files_sampled": 33,
"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.10.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": 2,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/Microsoft/go-winio",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.2"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.10.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/microsoft/go-winio",
"direct": true,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": true,
"version": "v0.10.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 2,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 109,
"open_issues": 5,
"closed_ratio": 0.8,
"closed_issues": 20,
"closed_unmerged_prs": 26
},
"bus_factor": 6,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "crosbymichael",
"commits": 944,
"avatar_url": "https://avatars.githubusercontent.com/u/749551?v=4"
},
{
"type": "User",
"login": "LK4D4",
"commits": 545,
"avatar_url": "https://avatars.githubusercontent.com/u/101445?v=4"
},
{
"type": "User",
"login": "creack",
"commits": 524,
"avatar_url": "https://avatars.githubusercontent.com/u/521701?v=4"
},
{
"type": "User",
"login": "vieux",
"commits": 508,
"avatar_url": "https://avatars.githubusercontent.com/u/1032519?v=4"
},
{
"type": "User",
"login": "thaJeztah",
"commits": 448,
"avatar_url": "https://avatars.githubusercontent.com/u/1804568?v=4"
},
{
"type": "User",
"login": "calavera",
"commits": 390,
"avatar_url": "https://avatars.githubusercontent.com/u/1050?v=4"
},
{
"type": "User",
"login": "tiborvass",
"commits": 378,
"avatar_url": "https://avatars.githubusercontent.com/u/827131?v=4"
},
{
"type": "User",
"login": "jamtur01",
"commits": 348,
"avatar_url": "https://avatars.githubusercontent.com/u/4365?v=4"
},
{
"type": "User",
"login": "tianon",
"commits": 300,
"avatar_url": "https://avatars.githubusercontent.com/u/161631?v=4"
},
{
"type": "User",
"login": "cpuguy83",
"commits": 274,
"avatar_url": "https://avatars.githubusercontent.com/u/799078?v=4"
}
],
"contributors_sampled": 97,
"top_contributor_share": 0.15
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": 6,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "11 out of 11 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 81 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "22 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": 10,
"reason": "all dependencies are pinned",
"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": "9c9e2db764937383effc099843914897c8838056",
"ran_at": "2026-07-28T13:20:14Z",
"aggregate_score": 7.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T18:09:07Z",
"oldest_open_prs": [
{
"number": 53,
"created_at": "2018-03-08T15:11:04Z",
"last_comment_at": "2018-03-08T18:13:05Z",
"last_comment_author": "vdemeester"
},
{
"number": 74,
"created_at": "2020-08-28T16:00:51Z",
"last_comment_at": "2023-11-10T21:14:19Z",
"last_comment_author": "thaJeztah"
},
{
"number": 85,
"created_at": "2021-07-21T16:19:46Z",
"last_comment_at": "2021-07-29T08:37:57Z",
"last_comment_author": "thaJeztah"
},
{
"number": 126,
"created_at": "2025-04-24T12:37:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 136,
"created_at": "2025-07-01T10:22:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 146,
"created_at": "2025-08-11T15:58:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 148,
"created_at": "2025-08-13T03:26:08Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-27T14:59:07Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 23,
"created_at": "2016-09-28T18:19:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2018-03-08T14:09:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 95,
"created_at": "2021-10-05T18:07:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 109,
"created_at": "2023-12-20T13:34:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 110,
"created_at": "2023-12-20T19:05:09Z",
"last_comment_at": "2025-04-24T12:15:48Z",
"last_comment_author": "thaJeztah"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/docker/go-connections",
"host": "github.com",
"name": "go-connections",
"owner": "docker"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": "The weighted overall 73 is calibrated to 87 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 73,
"calibrated": 87,
"calibration": "2026-08-02"
}
}
],
"value": 87,
"inputs": {
"security": 77,
"vitality": 68,
"community": 69,
"governance": 88,
"calibration": "2026-08-02",
"engineering": 63,
"ai_readiness": 63,
"weighted_overall_raw": 73
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 68,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 71,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 12
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "12/52 weeks with commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 12
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "71 commits in the last year",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 71
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "22 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": "moderate",
"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": 64,
"inputs": {
"releases_count": 13,
"latest_release_tag": "v0.8.1",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 425.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~425.2 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 425.2
}
}
],
"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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 69,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 108,
"stars": 230,
"watchers": 15,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "230 stars",
"points": 38.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 230
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "108 forks",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 108
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "15 watchers",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 15
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": true
},
"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": 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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "excellent",
"name": "Sustainability & Governance",
"value": 88,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"bus_factor": 6,
"contributors_sampled": 97,
"top_contributor_share": 0.15
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "6 contributor(s) cover half of all commits",
"points": 48.6,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 6
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 15% of commits",
"points": 19.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 15
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "97 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 97
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 81 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"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": 84,
"inputs": {
"merged_prs": 109,
"open_issues": 5,
"closed_issues": 20,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 26,
"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": "80% of issues closed",
"points": 33.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "109/135 decided PRs merged",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 109,
"decided": 135
}
}
],
"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": "excellent",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 15014,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "docker",
"public_repos": 150,
"account_age_days": 4703
},
"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": "15,014 followers of docker",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 15014,
"login": "docker"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "150 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 150
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/docker/go-connections"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": 63,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://pkg.go.dev/github.com/docker/go-connections",
"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": "https://pkg.go.dev/github.com/docker/go-connections",
"points": 15,
"status": "met",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 77,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 7.4
},
"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": "branch protection is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "11 out of 11 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 81 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "22 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": "all dependencies are pinned",
"points": 5,
"status": "met",
"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 2 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": 2
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 2,
"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.10.0 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/sys v0.10.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": 2,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 63,
"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.98,
"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": "98 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 20153,
"source_files_sampled": 33,
"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/33 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 33,
"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": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T13:20:44.197420Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/docker/go-connections.svg",
"full_name": "docker/go-connections",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}