Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 638,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 516759,
"Makefile": 7014
},
"pushed_at": "2026-07-20T07:23:38Z",
"created_at": "2017-05-07T21:42:11Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T08:43:30Z",
"description": "Golang library for SPIFFE support",
"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://spiffe.io",
"name": "SPIFFE",
"type": "Organization",
"login": "spiffe",
"company": null,
"location": null,
"followers": 381,
"avatar_url": "https://avatars.githubusercontent.com/u/19497462?v=4",
"created_at": "2016-05-20T21:16:35Z",
"is_verified": null,
"public_repos": 36,
"account_age_days": 3720
},
"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": "v2.8.1",
"kind": "patch",
"published_at": "2026-06-19T15:20:50Z"
},
{
"tag": "v2.8.0",
"kind": "minor",
"published_at": "2026-06-16T19:50:09Z"
},
{
"tag": "v2.7.0",
"kind": "minor",
"published_at": "2026-06-03T20:15:23Z"
},
{
"tag": "v2.6.0",
"kind": "minor",
"published_at": "2025-08-21T15:07:21Z"
},
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2025-01-31T20:50:31Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2024-10-05T17:08:12Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2024-06-17T15:42:15Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2024-04-01T22:56:49Z"
},
{
"tag": "v2.1.7",
"kind": "patch",
"published_at": "2024-01-17T20:09:52Z"
},
{
"tag": "v2.1.6",
"kind": "patch",
"published_at": "2023-06-06T17:03:19Z"
},
{
"tag": "v2.1.5",
"kind": "patch",
"published_at": "2023-05-26T21:20:21Z"
},
{
"tag": "v2.1.4",
"kind": "patch",
"published_at": "2023-03-31T11:05:05Z"
},
{
"tag": "v2.1.3",
"kind": "patch",
"published_at": "2023-03-31T11:01:00Z"
},
{
"tag": "v2.1.2",
"kind": "patch",
"published_at": "2023-01-09T19:34:22Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2022-06-29T15:57:07Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2022-06-29T15:56:40Z"
}
],
"recent_commits": [
{
"oid": "e9973f6314a3fa0e36eb1f00fbfe37bdc1554b96",
"body": "Changelog for the upcoming v2.8.1 release.\n\nSigned-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>",
"is_bot": false,
"headline": "v2.8.1 changelog (#396)",
"author_name": "Agustín Martínez Fayó",
"author_login": "amartinezfayo",
"committed_at": "2026-06-19T13:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc6dc1f8dca7bafae967c4036e5c7901c6c1ca8",
"body": "The SPIFFE WIT spec (§6.1/§6.2) requires that each JWK entry in a WIT\nbundle JWKS document carry \"use\": \"wit-svid\".\nThis field is how consuming clients distinguish WIT authorities from\nother keys that may coexist in a shared JWKS document. Without it, a\nclient has no reliable way to identify which keys are valid WIT\nauthorities.\n\n---------\n\nSigned-off-by: Marcos Yacob <marcosyacob@gmail.com>",
"is_bot": false,
"headline": "Add wit-svid to marshaled WIT bundle keys (#395)",
"author_name": "Marcos Yacob",
"author_login": "MarcosDY",
"committed_at": "2026-06-18T17:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbebcf81b09a8d1b7a54985a1feb14b212456283",
"body": "Changelog for the upcoming v2.8.0 release.\n\nSigned-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>",
"is_bot": false,
"headline": "v2.8.0 changelog (#394)",
"author_name": "Agustín Martínez Fayó",
"author_login": "amartinezfayo",
"committed_at": "2026-06-16T19:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f685b2d52314a6205367ef3b29981995d4e60a4a",
"body": "Supersedes: https://github.com/spiffe/spire-api-sdk/pull/92\nhttps://github.com/spiffe/spire-api-sdk/pull/96\n\nSPIFFE PRs: https://github.com/spiffe/spiffe/pull/340\nhttps://github.com/arndt-s/spiffe/pull/1\nSPIRE PR: https://github.com/spiffe/spire/pull/6915\n\nHey @arndt-s, @sorindumitru suggested adding this directly here instead\nof `spire-api-sdk` since this comes directly from SPIFFE and not SPIRE.\n\nSigned-off-by: Matheus Pimenta <matheuscscp@gmail.com>",
"is_bot": false,
"headline": "Add Broker API (#388)",
"author_name": "Matheus Pimenta",
"author_login": "matheuscscp",
"committed_at": "2026-06-16T11:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76b14bd4140aac9bef74b27a77c81333c47feee1",
"body": "Changelog for the upcoming v2.7.0 release.\n\nSigned-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>",
"is_bot": false,
"headline": "v2.7.0 changelog (#392)",
"author_name": "Agustín Martínez Fayó",
"author_login": "amartinezfayo",
"committed_at": "2026-06-03T20:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8580a0157b1ed827c188dc9cad7a18f4936d3433",
"body": "The experimental `witbundle` package added in #385 has a leaner API\nsurface than its `jwtbundle` counterpart. It cannot load a bundle from a\nfile or reader, and it lacks the mutation and comparison helpers\navailable in the other bundle packages.\n\nThis PR adds the missing APIs so the two packages hav\n[…]\nring their\n`jwtbundle` counterparts, along with tests.\n\nThis covers the remaining functionality from #367 that was not included\nin #385.\n\nSigned-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>",
"is_bot": false,
"headline": "Add missing witbundle APIs for parity with jwtbundle (#391)",
"author_name": "Agustín Martínez Fayó",
"author_login": "amartinezfayo",
"committed_at": "2026-06-03T18:01:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "280d52eab18a3085c717413a23ff14dc84ceae0e",
"body": "This change updates `x509svid.Parse` and `x509svid.ParseRaw` to reject\nleaf certificates whose SPIFFE ID has a root/empty path (for example,\n`spiffe://example.org`). This aligns with the SPIFFE X.509-SVID spec\n(SPIFFE spec Section 3.1 \"Leaf Certificates\"), which requires that leaf\ncertificate SPIFFE IDs MUST have a non-root path component.\n\n---------\n\nSigned-off-by: Max Lambrecht <maxlambrecht@gmail.com>\nCo-authored-by: Marcos Yacob <marcos@scytale.io>",
"is_bot": false,
"headline": "fix(x509svid): reject leaf SPIFFE IDs with root path (#375)",
"author_name": "Max Lambrecht",
"author_login": "maxlambrecht",
"committed_at": "2026-06-03T17:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7f2701dad2fc84096d0576bb8d56d613ee5a68d",
"body": "This is the go-spiffe branch I've used for the KubeCon demo of\nWIT-SVIDs.\n\nSigned-off-by: Arndt Schwenkschuster <17650715+arndt-s@users.noreply.github.com>\nSigned-off-by: Marcos Yacob <marcosyacob@gmail.com>\nCo-authored-by: Marcos Yacob <marcosyacob@gmail.com>",
"is_bot": false,
"headline": "Add WIT-SVID (#385)",
"author_name": "Arndt Schwenkschuster",
"author_login": "arndt-s",
"committed_at": "2026-06-03T16:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af3667ada327f5dacc56492e3234d52b1056fcc5",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from\n1.75.0 to 1.79.3.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/grpc/grpc-go/releases\">google.golang.org/grpc's\nreleases</a>.</em></p>\n<blockquote>\n<h2>Release 1.79.3</h2>\n<h1>Security</\n[…]\n1.75.0...v1.79.3\">compare\nview</a></li>\n</ul>\n</details>\n<br />\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.75.0 to 1.79.3 (#380)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-03T16:24:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c925be7214bfb1c734e6f72efaa6cb48b13fa88f",
"body": "Bumps [christophebedard/dco-check](https://github.com/christophebedard/dco-check) from 0.5.0 to 0.5.1.\n- [Commits](https://github.com/christophebedard/dco-check/compare/7b0205d25ead0f898e0b706b58227dd5fa7e3f55...ec8bfc43106afe98b323ace9133650df10497e12)\n\n---\nupdated-dependencies:\n- dependency-name: \n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump christophebedard/dco-check from 0.5.0 to 0.5.1 (#390)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-03T15:48:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d02ca599466df4d9e8ec8f11082c2e27543963d",
"body": "Bumps google.golang.org/protobuf from 1.36.8 to 1.36.11.\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/protobuf\n dependency-version: 1.36.11\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/protobuf from 1.36.8 to 1.36.11 (#371)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-03T15:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e0f387fb1a5ce1719ce1d65b3769dc6fd6002b3",
"body": "Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.1.3 to 4.1.4.\n- [Release notes](https://github.com/go-jose/go-jose/releases)\n- [Commits](https://github.com/go-jose/go-jose/compare/v4.1.3...v4.1.4)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/go-jose/go-jo\n[…]\nendency-version: 4.1.4\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#381)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-09T13:21:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9e644d85c112cf57b70a78e94fa7d28cd358ec23",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>\nCo-authored-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>",
"is_bot": false,
"headline": "Add Marcos as maintainer (#387)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2026-05-09T12:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c010fdcabad658b6be860ad618d7eefd86ba8dfc",
"body": "* Upgrade linter and move to most recent go1.24 version\n* disabled gosec findings, which will be addressed later\n\nSigned-off-by: Andrew <azdagron@gmail.com>",
"is_bot": false,
"headline": "Fix current build break (#379)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2026-05-09T00:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0644855cfea15d22b8d76b222d034b72c74c531",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 5 to 6 (#369)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-26T13:31:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9daa69bfee38ad8c269a368d9e0d1763d1edd847",
"body": "Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.1.2 to 4.1.3.\n- [Release notes](https://github.com/go-jose/go-jose/releases)\n- [Commits](https://github.com/go-jose/go-jose/compare/v4.1.2...v4.1.3)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/go-jose/go-jo\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/go-jose/go-jose/v4 from 4.1.2 to 4.1.3 (#361)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-26T13:23:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c03307b73fb29459cd4c150fbbf7d092995ad10b",
"body": "Bumps google.golang.org/protobuf from 1.36.7 to 1.36.8.\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/protobuf\n dependency-version: 1.36.8\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/protobuf from 1.36.7 to 1.36.8 (#354)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-13T17:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee58a0bcaf426f5bc8932477f439968967e2783b",
"body": "Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.1.\n- [Release notes](https://github.com/stretchr/testify/releases)\n- [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.1)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/stretchr\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#356)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-13T17:51:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a1565bdc26d22cc551075f3dd7053d955ea20d7",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '6'\n depen\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 5 to 6 (#358)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-13T17:42:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c6d0af3a4780fcc69132bb8bc5d2bdfcbe5ea42b",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "v2.6.0 changelog (#353)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2025-08-21T14:57:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57dee7055dbd5006e4de7514cb1857622e347ccf",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.73.0 to 1.74.2.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.73.0...v1.74.2)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.73.0 to 1.74.2 (#348)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-21T14:39:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d49b642c8ca4a1b6c0a76de153511df860949fb3",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Bump supported Go version and add policy (#352)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2025-08-21T14:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8be7ff7bb747555676ac88cb645ff66f92f4980",
"body": "Bumps google.golang.org/protobuf from 1.36.6 to 1.36.7.\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/protobuf\n dependency-version: 1.36.7\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/protobuf from 1.36.6 to 1.36.7 (#350)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-21T14:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "237e1a99e4c9685b39aa6b25eb45e17ac459048a",
"body": "Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.1.1 to 4.1.2.\n- [Release notes](https://github.com/go-jose/go-jose/releases)\n- [Commits](https://github.com/go-jose/go-jose/compare/v4.1.1...v4.1.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/go-jose/go-jo\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/go-jose/go-jose/v4 from 4.1.1 to 4.1.2 (#349)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-21T14:05:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7cfd523ba73156fb29b12d696d200a88460ce322",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 5 (#351)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-21T14:05:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84a48c0bf4d245dedbfa97f156043a15e5139799",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.72.0 to 1.73.0.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.0...v1.73.0)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.72.0 to 1.73.0 (#345)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-07T15:41:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "42bdd19b38cf7234c881fa00e6ba33e1f4195e9a",
"body": "Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.5 to 4.1.1.\n- [Release notes](https://github.com/go-jose/go-jose/releases)\n- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.5...v4.1.\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.1 (#347)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-07T15:41:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20a1a110fafae4e3705c3a90cde458d8027e4fb1",
"body": "Signed-off-by: Lillie Rugtveit <126776478+LillieEntur@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix invalid examples link in README.md (#342)",
"author_name": "Lillie Rugtveit",
"author_login": "LillieEntur",
"committed_at": "2025-05-08T13:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14db48a51bc713a3a4bb92bfa30dbbead99bcb09",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.71.1 to 1.72.0.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.71.1...v1.72.0)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (#340)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-08T13:40:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1c8e5b16f153334d59245ae62fc0e9f51353aa14",
"body": "- adds merge_group dispatch on the PR build workflow\n- adds the dco-check workflow (to replace DCOBot, which doesn't work\n with merge queues)\n\nSigned-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Prepare to use GH merge queue (#339)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2025-04-09T12:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea1a845a92a59152208062c595f7364d6ddb416d",
"body": "When this library first went to v2, the old v1 code was kept around so\nwe opted to put all of the v2 code into a v2 directory. The v1 code\nwas eventually removed because it was (1) no longer developed, (2) still\navailable at the old tag, and (3) because its presence was confusing\nlibrary consumers.\n\nNow that the v1 code is long gone, there is no reason to have all v2\nrelated materials in a v2 directory.\n\nSigned-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Move code out of v2 directory (#337)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2025-04-09T12:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "364a7942465f11b5fe3e16406006dd3ceca773df",
"body": "Signed-off-by: Nick Stott <nick@nickstott.com>\nSigned-off-by: Andrew Harding <azdagron@gmail.com>\nCo-authored-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "chore: check for invalid 'typ' headers (#307)",
"author_name": "Nick Stott",
"author_login": "nstott",
"committed_at": "2025-04-09T11:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa9279088d5dad6fdf44a6aaa35e86cd5f1cb01b",
"body": "* Avoid certificate re-parse on TLS handshake\n\nFixes: #299\n\nSigned-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Avoid certificate re-parse on TLS handshake (#336)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2025-04-07T17:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9df97cf13cdd6164426e4e94d422a0465e7e75b9",
"body": "* bump go to 1.23 and update tools\n\nSigned-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Bump go to 1.23 and update tools (#335)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2025-04-07T14:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a740a1748f4f57e449222ef587a4713d34f001b",
"body": "Bumps google.golang.org/protobuf from 1.36.1 to 1.36.6.\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/protobuf\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/protobuf from 1.36.1 to 1.36.6 in /v2 (#333)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-03T18:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edb3ebf966962afe246522dd9a7de3ef913984a7",
"body": "Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.4 to 4.0.5.\n- [Release notes](https://github.com/go-jose/go-jose/releases)\n- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.4...v4.0.\n[…]\nduction\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": true,
"headline": "Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 in /v2 (#330)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-03T18:20:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ef223db053750a4cf18b765d6ba888b5e6ce4b1",
"body": "Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>",
"is_bot": false,
"headline": "Remove github.com/zeebo/errs (#309)",
"author_name": "arukiidou",
"author_login": "arukiidou",
"committed_at": "2025-04-01T17:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd15542826b6e12943e74670a8807a74b4da09d9",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Changelog for 2.5.0 (#326)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2025-01-31T20:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1afca71634a3cccd29cfc6a79750a45ac6e0f31",
"body": "Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>",
"is_bot": false,
"headline": "Export function to get target from address (#321)",
"author_name": "kfox1111",
"author_login": "kfox1111",
"committed_at": "2025-01-31T20:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "078393f9b5307fd4d8da268943347966830819ea",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.67.1 to 1.70.0 in /v2 (#324)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-31T20:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a87d63c53e761b97cd8ad4c7e938342e68cfdf2",
"body": null,
"is_bot": false,
"headline": "Upgrade to go1.22 (#325)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2025-01-31T20:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "896d311cf96da5681930ae9412417ad478c88329",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.28.0 to 0.33.0 in /v2 (#322)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-31T19:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49cafab8d4191784dac03b72ae3fb0446d327290",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.26.0 to 0.31.0 in /v2 (#323)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-31T19:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5cb2fc0e6dc0475d11761c73249e76ca5a15285",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": true,
"headline": "Bump google.golang.org/protobuf from 1.34.2 to 1.36.1 in /v2 (#317)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-31T19:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b82bcea56e94dee54c6a6222c6605d12e93601a5",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /v2 (#312)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-31T19:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c296727a092fab43e93249e1c0eb4f1cb9d8272",
"body": null,
"is_bot": false,
"headline": "Bump github.com/zeebo/errs from 1.3.0 to 1.4.0 in /v2 (#308)",
"author_name": "arukiidou",
"author_login": "arukiidou",
"committed_at": "2025-01-31T19:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87cfecf6c092ad3c94862bf21c34bf72074d118a",
"body": "Signed-off-by: angabini <494150+angabini@users.noreply.github.com>",
"is_bot": false,
"headline": "doc: minor doc updates (#295)",
"author_name": "angabini",
"author_login": "angabini",
"committed_at": "2024-10-05T17:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84d40aa39340cc4287e6e7a4e540502dd6103e5c",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "v2.4.0 changelog (#304)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2024-10-05T17:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e5a279e088e8e1ca649937be4d0e7ffd2380403",
"body": "Signed-off-by: Nick Stott <nick.stott@enterprisedb.com>",
"is_bot": false,
"headline": "feat: add a WithDefaultJWTSVIDPicker source option (#301)",
"author_name": "kfox1111",
"author_login": "kfox1111",
"committed_at": "2024-10-05T16:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b87745e6f69392f84393e0f4325bc62b475acdc",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.67.1.\r\n- [Release notes](https://github.com/grpc/grpc-go/releases)\r\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.67.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/grpc\r\n depe\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.64.0 to 1.67.1 in /v2 (#303)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-04T18:57:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bfb7d34cb9422e3b6ac20d2ea4b3c16c4fd93de4",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Add custom backoff strategy option (#302)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2024-10-04T18:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51299b072c55b5b32e47b3c75306a2e462564192",
"body": "Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.2 to 4.0.4.\r\n- [Release notes](https://github.com/go-jose/go-jose/releases)\r\n- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.2...v4\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.4 in /v2 (#293)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-29T13:45:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "94335b268274926928c08fc5ce21f12a4e1ea044",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "v2.3.0 changelog (#290)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2024-06-17T15:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1e1faf6ec3de5e38e4da07af20727158c083468",
"body": "Bumps google.golang.org/protobuf from 1.33.0 to 1.34.2.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/protobuf\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/protobuf from 1.33.0 to 1.34.2 in /v2 (#289)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-17T14:22:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e8e7f0b1c00e4c3414720edd5bd7193e04e5ca2",
"body": "* Bump google.golang.org/grpc from 1.63.2 to 1.64.0 in /v2\r\n\r\nBumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.64.0.\r\n- [Release notes](https://github.com/grpc/grpc-go/releases)\r\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.2...v1.64.0)\r\n\r\n---\r\nupdated-de\n[…]\nithub.com>\r\nSigned-off-by: Andrew Harding <azdagron@gmail.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.63.2 to 1.64.0 in /v2 (#287)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-17T14:16:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ff0d21e98a15b81047e481d4f15b8ab42e65e5a0",
"body": "Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.1 to 4.0.2.\r\n- [Release notes](https://github.com/go-jose/go-jose/releases)\r\n- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.1...v4\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/go-jose/go-jose/v4 from 4.0.1 to 4.0.2 in /v2 (#286)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-17T13:51:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54604766f7b20cbafd311b91b8f77fa4a452d6fc",
"body": "This causes the workload to be unable to fetch X509-SVIDs, even though its own trust domain still has a valid trust bundle\r\n\r\nSigned-off-by: Sorin Dumitru <sorin@returnze.ro>",
"is_bot": false,
"headline": "Allow empty x509 bundles to be sent in responses (#288)",
"author_name": "Sorin Dumitru",
"author_login": "sorindumitru",
"committed_at": "2024-06-17T13:40:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb781b61bd389239d0970708ce76d2a271501ab3",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0.\r\n- [Commits](https://github.com/golang/net/compare/v0.20.0...v0.23.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/net\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.20.0 to 0.23.0 in /v2 (#282)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-22T14:12:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4e119ded713ce00e04f0c84fcb1d7917d904a26",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.2.\r\n- [Release notes](https://github.com/grpc/grpc-go/releases)\r\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.1...v1.63.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/grpc\r\n depe\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.62.1 to 1.63.2 in /v2 (#280)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-22T14:06:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb89f07e8cfa5a0a029ac74ed96957f8ec8b9d7f",
"body": "Bumps [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) from 0.6.1 to 0.6.2.\r\n- [Release notes](https://github.com/Microsoft/go-winio/releases)\r\n- [Commits](https://github.com/Microsoft/go-winio/compare/v0.6.1...v0.6.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.co\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/Microsoft/go-winio from 0.6.1 to 0.6.2 in /v2 (#283)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-22T13:43:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "31d98359ff12d176a82255f1b9b208d76f3fa63d",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "CHANGELOG for v2.2.0 (#278)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2024-04-01T22:53:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf6eecf2af614f22618f140899c504f7b66cded2",
"body": "There are some breaking changes in v4 that affect go-spiffe code:\r\n- When parsing a JWS-protected JWT, the caller must now explicitly pass\r\n the accepted signature algorithms (corresponding to `alg` JWS header)\r\n into the parsing function.\r\n- `CompactSerialize()` was removed in favor of just `Seri\n[…]\n.\r\n\r\ngo-jose v4 updates the minimum Go version requirement to 1.21, which was\r\nreleased 2023-08-08.\r\n\r\nSigned-off-by: Ryan Turner <turner@uber.com>\r\nCo-authored-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Update to go-jose v4.0.1 (#276)",
"author_name": "Ryan Turner",
"author_login": "rturner3",
"committed_at": "2024-04-01T16:41:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e0ce79ed61267ba666f209ded60150456f2d1d5",
"body": "Signed-off-by: Noah Stride <noah.stride@goteleport.com>",
"is_bot": false,
"headline": "Add `-race` to Go test by default (#270)",
"author_name": "Noah Stride",
"author_login": "strideynet",
"committed_at": "2024-04-01T16:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a8191f059c3be8d3b02fae165abdbe67e3aba66",
"body": "Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/protobuf\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": true,
"headline": "Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /v2 (#274)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-01T16:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4965477398d5286c27b0fe3873d9e49999fc7be",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.62.1.\r\n- [Release notes](https://github.com/grpc/grpc-go/releases)\r\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.60.1...v1.62.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/grpc\r\n depe\n[…]\nor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.60.1 to 1.62.1 in /v2 (#273)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-01T16:08:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3495fea8430cd4a874135e02194a80e46f7eee31",
"body": "Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.\r\n- [Release notes](https://github.com/stretchr/testify/releases)\r\n- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/stretc\n[…]\nor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": true,
"headline": "Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /v2 (#268)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-01T16:03:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2f21f777998c665f4ab7f7d4ae9f0954492f03c6",
"body": "Output of `uname -m` on my M2 Mac\r\n```\r\narm64\r\n```\r\n\r\nSigned-off-by: Ryan Turner <turner@uber.com>",
"is_bot": false,
"headline": "Fix Makefile for Apple Silicon-based Macs (#275)",
"author_name": "Ryan Turner",
"author_login": "rturner3",
"committed_at": "2024-04-01T15:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "374b58fdddfe7058f9fb39f2ac56047db2c3c0b4",
"body": "Signed-off-by: Ryan Turner <turner@uber.com>",
"is_bot": false,
"headline": "Bump Go to 1.21 (#277)",
"author_name": "Ryan Turner",
"author_login": "rturner3",
"committed_at": "2024-04-01T15:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04f99837aed10405d235e658f0874f807bc81fc7",
"body": "Signed-off-by: sword-jin <rrylee1994@gmail.com>",
"is_bot": false,
"headline": "Fix the test on go1.21 (#252)",
"author_name": "Sword",
"author_login": "sword-jin",
"committed_at": "2024-01-17T22:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be6580992de9f4e6be813e55cf5f936f2068079c",
"body": "This adds support for the Ed25519 signature algorithm which is supported\r\nby Go, but was not fully plumbed through in go-spiffe.\r\n\r\nSigned-off-by: Lorenz Brun <lorenz@monogon.tech>",
"is_bot": false,
"headline": "Support Ed25519 signature algorithm (#248)",
"author_name": "Lorenz Brun",
"author_login": "lorenz",
"committed_at": "2024-01-17T22:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16eb51c892ada33ff04487ca6142fc0f232cede5",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Changelog for v2.1.7 (#261)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2024-01-17T20:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5efaaacd05e9efded0d9ea858f448891add147c",
"body": "Signed-off-by: sword-jin <rrylee1994@gmail.com>",
"is_bot": false,
"headline": "Make the backoff test better and fix a typo (#251)",
"author_name": "Sword",
"author_login": "sword-jin",
"committed_at": "2024-01-17T19:57:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "425c1e023cd2da3183cba7cfda71689251ff8c4a",
"body": "Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>",
"is_bot": false,
"headline": "Upgrade to golang 1.19 in GHA, and fix go.sum (#246)",
"author_name": "arukiidou",
"author_login": "arukiidou",
"committed_at": "2024-01-17T19:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35e62f6f55a4b647544487e5498a324f34fdb649",
"body": "When watchers are initialized, they wait until the Workload API has\r\nstreamed back the initial response before returning from NewXXXWatcher.\r\nThe semantics are intended such that a call to WaitForUpdate afterwards\r\nwill only complete when the next response has arrived.\r\n\r\nWhen an update is received,\n[…]\ns (2) and (3). The \"updated\"\r\nchannel is sent on and THEN the \"got first response channel\" is closed\r\nso that the drain can take place afterwards.\r\n\r\nSigned-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Fix race on watcher update check (#260)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2024-01-17T19:38:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "40abfb12266932cae674e5c81aa242ea355e1279",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.\r\n- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/crypto\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /v2 (#254)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-17T17:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "781980a5c3734fae3cdc0abc576ed3e4526af29e",
"body": "Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/protobuf\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": true,
"headline": "Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 in /v2 (#256)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-17T17:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced85a933b76e0b3bd011483b9d8a77fcdd32c48",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.59.0 to 1.60.1.\r\n- [Release notes](https://github.com/grpc/grpc-go/releases)\r\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.59.0...v1.60.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/grpc\r\n depe\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.59.0 to 1.60.1 in /v2 (#257)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-17T17:18:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16893f62d83d74be95036e818955b9bcb5c7d35e",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.\r\n- [Release notes](https://github.com/actions/setup-go/releases)\r\n- [Commits](https://github.com/actions/setup-go/compare/v4...v5)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/setup-go\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 4 to 5 (#249)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-14T19:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dfd0a656c06aa9f1bdbfb3c19849c3bfbff67e0",
"body": "Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.0 to 3.0.1.\r\n- [Release notes](https://github.com/go-jose/go-jose/releases)\r\n- [Changelog](https://github.com/go-jose/go-jose/blob/v3/CHANGELOG.md)\r\n- [Commits](https://github.com/go-jose/go-jose/compare/v3.0.0...v3.0\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 in /v2 (#247)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-12T13:26:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f992e008e0c08210511944971fbc467262fb5905",
"body": "Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>",
"is_bot": false,
"headline": "Upgrade to golang 1.19.13, and upgrade GRPC library to 1.59.0 (#245)",
"author_name": "Marcos Yacob",
"author_login": null,
"committed_at": "2023-10-24T16:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86fd4c3822fe06c88af9c362bdc7ade32036043a",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.\r\n- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/net\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.9.0 to 0.17.0 in /v2 (#242)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-24T13:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd0bda6c8eb5311ebebace0e64dd7ad518be92c3",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\r\n\r\n---\r\nupdated-dep\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 3 to 4 (#237)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-23T19:42:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1aaeb2f8950d2b308900a8fc66744d629ada3a2c",
"body": "Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/protobuf\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 in /v2 (#235)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-23T18:34:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3000ff09ead100134b2828fec1151b0419a988b0",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.0 to 1.57.0.\r\n- [Release notes](https://github.com/grpc/grpc-go/releases)\r\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.0...v1.57.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/grpc\r\n depe\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.56.0 to 1.57.0 in /v2 (#236)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-19T00:50:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "57dd8f27a03e68e125ae1e578dce57f60422a7a9",
"body": "Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>",
"is_bot": false,
"headline": "ci(deps): setup dependabot (#232)",
"author_name": "Matthieu MOREL",
"author_login": "mmorel-35",
"committed_at": "2023-08-19T00:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f1bd2b9f427d928ed28d1ee4c62c4fc1ba5e0cc",
"body": "If ParseInsecure fails it returns a nil svid so we should not use\r\nit before checking the error.\r\n\r\nSigned-off-by: Sorin Dumitru <sdumitru@bloomberg.net>",
"is_bot": false,
"headline": "Move svid access after error checking (#233)",
"author_name": "Sorin Dumitru",
"author_login": "sorindumitru",
"committed_at": "2023-06-30T17:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da08c0dac1529de2ad698c092773d435c4602a97",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Prepare CHANGELOG for 2.1.6 (#229)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2023-06-06T17:02:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afa8eaeeb764fec76dcd3ea8792121f71e16b68f",
"body": "Code that needs a string representing the trust domain name currently goes\r\nthrough the String() method:\r\n\r\n```\r\nvar td spiffeid.TrustDomain = ...\r\nvar tdName = td.String()\r\n```\r\n\r\nHowever, the code reads more clearly if we introduce a Name method:\r\n\r\n```\r\nvar td spiffeid.TrustDomain = ...\r\nvar tdName = td.Name()\r\n```\r\n\r\nSigned-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Add a convenience Name method to the TrustDomain type (#228)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2023-06-06T15:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6a32814675d0b38d11fcd84c0c72e8662293c07",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Prepare v2.1.5 release (#227)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2023-05-26T21:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8baa59445ac94137f396423e7359aa0f37b1ca39",
"body": "This was mentioned on Slack that it could useful to have.\r\n\r\nSigned-off-by: Sorin Dumitru <sdumitru@bloomberg.net>",
"is_bot": false,
"headline": "Export PeerIDFromConnectionState (#225)",
"author_name": "Sorin Dumitru",
"author_login": "sorindumitru",
"committed_at": "2023-05-26T20:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a659887428e4ae9b7d0bdaf306af4069afbdf47b",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Default to TLS1.2 as minimum version on tlsconfig (#226)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2023-05-26T20:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55312301402879f075f084ec702100d29f4e0fad",
"body": "Signed-off-by: pxp928 <parth.psu@gmail.com>",
"is_bot": false,
"headline": "fix error check that resulted in a nil pointer dereference (#223)",
"author_name": "Parth Patel",
"author_login": "pxp928",
"committed_at": "2023-04-03T11:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5ed4dd4ee0ee4a26b450c8ca19a73b0c7b2dcf0",
"body": "Also added missing entry for v2.1.3\r\n\r\nSigned-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Prepare changelog for v2.1.4 (#222)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2023-03-31T11:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d7bbf416ea70903f9640d90f35feff1565a0436",
"body": "Signed-off-by: Guilherme Carvalho <guilhermbrsp@gmail.com>\r\nCo-authored-by: Daniel Feldman <dfeldman.mn@gmail.com>",
"is_bot": false,
"headline": "Add SVID hints on workload api client (#220)",
"author_name": "Guilherme Carvalho",
"author_login": "guilhermocc",
"committed_at": "2023-03-31T10:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acf23ce460e7cc1f9bee385d8f867249aaf5b63f",
"body": "JoinPathSegments does not fail for dot segments but should.\r\n\r\nThis PR also exports ValidatePathSegment for convenience.\r\n\r\nSigned-off-by: Andrew Harding <andrew@spirl.com>",
"is_bot": false,
"headline": "Fix JoinPathSegments to disallow dot segments (#221)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2023-03-16T16:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbbc88f0a90c2f81bc037fb964cef49a49d1930a",
"body": "Signed-off-by: Guilherme Carvalho <guilhermbrsp@gmail.com>",
"is_bot": false,
"headline": "Add hint string to X509SVID and JWTSVID data structures (#212)",
"author_name": "Guilherme Carvalho",
"author_login": "guilhermocc",
"committed_at": "2023-02-25T21:35:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e0b692565b3a8d5baee3a2fab56f9402b5e3407",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Update deps (#218)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2023-02-25T21:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d29cc891ec012c09e71db23fbc6c907158c19340",
"body": "Signed-off-by: Frank <frankli0324@hotmail.com>",
"is_bot": false,
"headline": "upgrade jose (#213)",
"author_name": "Frank",
"author_login": "frankli0324",
"committed_at": "2023-02-01T14:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d5b208885da678116238bc44567257cc038bb3b",
"body": "Signed-off-by: Andrew Harding <azdagron@gmail.com>",
"is_bot": false,
"headline": "Update changelog for 2.1.2 release (#210)",
"author_name": "Andrew Harding",
"author_login": "azdagron",
"committed_at": "2023-01-09T19:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c8771fca40f3c8ed5095bcef4f0bf6a6453f642",
"body": "Resolves CVE-2022-41717 and CVE-2022-32149 and general housekeeping\r\n\r\nSigned-off-by: Bryon Nevis <bryon.nevis@intel.com>\r\nSigned-off-by: Andrew Harding <aharding@vmware.com>\r\nCo-authored-by: Andrew Harding <aharding@vmware.com>",
"is_bot": false,
"headline": "Update to go1.17, and bring up linter, and deps (#209)",
"author_name": "Bryon Nevis",
"author_login": "bnevis-i",
"committed_at": "2023-01-09T18:45:48Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 25,
"latest_release_at": "2026-06-19T15:20:50Z",
"latest_release_tag": "v2.8.1",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 6,
"days_since_latest_release": 38,
"mean_days_between_releases": 123.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/spiffe/go-spiffe/v2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/spiffe/go-spiffe/v2",
"is_deprecated": false,
"latest_version": "v2.8.1",
"repository_url": "https://github.com/spiffe/go-spiffe",
"versions_count": 34,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-19T13:39:21Z",
"latest_version_yanked": null,
"days_since_latest_publish": 38
}
]
},
"popularity": {
"forks": 87,
"stars": 204,
"watchers": 18,
"fork_history": {
"days": [
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-11",
"count": 1
},
{
"date": "2018-05-08",
"count": 1
},
{
"date": "2018-10-03",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-08-19",
"count": 1
},
{
"date": "2019-09-21",
"count": 1
},
{
"date": "2019-10-23",
"count": 1
},
{
"date": "2019-10-25",
"count": 1
},
{
"date": "2020-01-09",
"count": 1
},
{
"date": "2020-01-17",
"count": 1
},
{
"date": "2020-02-14",
"count": 1
},
{
"date": "2020-03-10",
"count": 1
},
{
"date": "2020-03-24",
"count": 1
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-06-19",
"count": 1
},
{
"date": "2020-06-27",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-08-06",
"count": 1
},
{
"date": "2020-09-16",
"count": 1
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2020-10-28",
"count": 1
},
{
"date": "2021-01-21",
"count": 1
},
{
"date": "2021-02-01",
"count": 1
},
{
"date": "2021-02-05",
"count": 2
},
{
"date": "2021-03-20",
"count": 1
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-06-15",
"count": 1
},
{
"date": "2021-09-02",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2022-01-03",
"count": 1
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-07-11",
"count": 1
},
{
"date": "2022-07-12",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-20",
"count": 1
},
{
"date": "2023-02-21",
"count": 2
},
{
"date": "2023-05-26",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-06-19",
"count": 1
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-11-07",
"count": 1
},
{
"date": "2023-11-15",
"count": 1
},
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-08-06",
"count": 1
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-01-31",
"count": 1
},
{
"date": "2025-04-01",
"count": 1
},
{
"date": "2025-05-02",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-08-28",
"count": 1
},
{
"date": "2025-09-06",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-05-02",
"count": 1
},
{
"date": "2026-05-15",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-22",
"count": 1
}
],
"complete": true,
"collected": 82,
"total_forks": 87
},
"star_history": null,
"open_issues_and_prs": 25
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [
"exp/proto/spiffe/broker/api.proto",
"proto/spiffe/workload/workload.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 36578,
"source_files_sampled": 136,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "1.25.1",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GHSA-m425-mq94-257g",
"GHSA-p77j-4mvh-x3m3",
"GO-2023-2153",
"GO-2026-4762",
"GO-2026-6061"
],
"fixed_version": "1.82.1",
"advisory_count": 6,
"oldest_advisory_days": 1006
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "1.33.2",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GHSA-m425-mq94-257g",
"GHSA-p77j-4mvh-x3m3",
"GO-2023-2153",
"GO-2026-4762",
"GO-2026-6061"
],
"fixed_version": "1.82.1",
"advisory_count": 6,
"oldest_advisory_days": 1006
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.79.3",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GO-2026-6061"
],
"fixed_version": "1.82.1",
"advisory_count": 2,
"oldest_advisory_days": 6
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "1.25.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-8r3f-844c-mc37",
"GO-2024-2611"
],
"fixed_version": "1.33.0",
"advisory_count": 2,
"oldest_advisory_days": 874
},
{
"name": "github.com/spiffe/spire",
"direct": false,
"version": "0.0.0-20191204225718-14d5a3db76eb",
"severity": "high",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GHSA-m7vp-hqwv-7m5x"
],
"fixed_version": "1.1.3",
"advisory_count": 1,
"oldest_advisory_days": 1657
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.48.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030",
"GO-2026-5942"
],
"fixed_version": "1.26.3",
"advisory_count": 9,
"oldest_advisory_days": 81
},
{
"name": "gopkg.in/square/go-jose.v2",
"direct": false,
"version": "2.4.1",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 4.3,
"advisory_ids": [
"GHSA-c5q2-7r4c-mv6g",
"GO-2024-2631"
],
"fixed_version": "4.0.1",
"advisory_count": 2,
"oldest_advisory_days": 872
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.39.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
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.32.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 13
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2,
"unknown": 2,
"critical": 3,
"moderate": 2
},
"advisory_count": 30,
"affected_count": 9,
"assessed_count": 25,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 4
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/Microsoft/go-winio",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.2"
},
{
"name": "github.com/go-jose/go-jose/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.1.4"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.79.3"
},
{
"name": "google.golang.org/grpc/examples",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20250407062114-b368379ef8f6"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/go-jose/go-jose/v4",
"direct": true,
"version": "v4.1.4",
"ecosystem": "go"
},
{
"name": "github.com/microsoft/go-winio",
"direct": true,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "1.5.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "1.25.1",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "1.33.2",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.79.3",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc/examples",
"direct": true,
"version": "0.0.0-20201130180447-c456688b1860",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc/examples",
"direct": true,
"version": "v0.0.0-20250407062114-b368379ef8f6",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "1.25.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/golang/protobuf",
"direct": false,
"version": "1.4.2",
"ecosystem": "go"
},
{
"name": "github.com/kr/pretty",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/spiffe/go-spiffe",
"direct": false,
"version": "0.0.0-20191104192205-d29ac0a1ba99",
"ecosystem": "go"
},
{
"name": "github.com/spiffe/spire",
"direct": false,
"version": "0.0.0-20191204225718-14d5a3db76eb",
"ecosystem": "go"
},
{
"name": "github.com/zeebo/errs",
"direct": false,
"version": "1.2.2",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.48.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.39.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.32.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20251202230838-ff82c1b0f217",
"ecosystem": "go"
},
{
"name": "gopkg.in/check.v1",
"direct": false,
"version": "v1.0.0-20180628173108-788fd7840127",
"ecosystem": "go"
},
{
"name": "gopkg.in/square/go-jose.v2",
"direct": false,
"version": "2.4.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 25,
"direct_count": 11,
"indirect_count": 14
}
},
"maintainership": {
"issues": {
"open_prs": 11,
"merged_prs": 228,
"open_issues": 14,
"closed_ratio": 0.833,
"closed_issues": 70,
"closed_unmerged_prs": 82
},
"bus_factor": 3,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "azdagron",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/7400314?v=4"
},
{
"type": "User",
"login": "amartinezfayo",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/26970586?v=4"
},
{
"type": "User",
"login": "evan2645",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/1944142?v=4"
},
{
"type": "User",
"login": "martincapello",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/5520828?v=4"
},
{
"type": "User",
"login": "marcosy",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/1117690?v=4"
},
{
"type": "User",
"login": "MarcosDY",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/3899789?v=4"
},
{
"type": "User",
"login": "kunzimariano",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/1418295?v=4"
},
{
"type": "User",
"login": "jkanywhere",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/230438?v=4"
},
{
"type": "User",
"login": "y2bishop2y",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/545698?v=4"
},
{
"type": "User",
"login": "guilhermocc",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/33766735?v=4"
}
],
"contributors_sampled": 37,
"top_contributor_share": 0.325
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"dco.yaml",
"pr_build.yaml"
],
"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": 8,
"reason": "26 out of 30 merged PRs checked by a CI test -- score normalized to 8",
"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": 9,
"reason": "Found 13/14 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "14 commit(s) and 0 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": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "11 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e9973f6314a3fa0e36eb1f00fbfe37bdc1554b96",
"ran_at": "2026-07-28T13:34:27Z",
"aggregate_score": 5.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T07:23:46Z",
"oldest_open_prs": [
{
"number": 376,
"created_at": "2026-03-24T16:30:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 378,
"created_at": "2026-03-25T20:40:41Z",
"last_comment_at": "2026-06-03T19:23:28Z",
"last_comment_author": "amartinezfayo"
},
{
"number": 393,
"created_at": "2026-06-05T11:30:01Z",
"last_comment_at": "2026-07-08T00:28:39Z",
"last_comment_author": "arpitjain099"
},
{
"number": 397,
"created_at": "2026-06-22T07:22:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 398,
"created_at": "2026-07-03T12:32:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 400,
"created_at": "2026-07-13T14:22:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 403,
"created_at": "2026-07-20T07:22:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 404,
"created_at": "2026-07-20T07:23:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 405,
"created_at": "2026-07-23T11:14:23Z",
"last_comment_at": "2026-07-23T11:28:05Z",
"last_comment_author": "bcleenders"
},
{
"number": 406,
"created_at": "2026-07-23T16:35:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 407,
"created_at": "2026-07-24T07:57:22Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-19T13:43:48Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 23,
"created_at": "2019-09-19T17:59:05Z",
"last_comment_at": "2025-12-02T04:35:11Z",
"last_comment_author": "v0lkan"
},
{
"number": 206,
"created_at": "2022-12-13T08:06:38Z",
"last_comment_at": "2022-12-13T14:34:53Z",
"last_comment_author": "azdagron"
},
{
"number": 208,
"created_at": "2022-12-20T22:54:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 250,
"created_at": "2023-12-12T00:40:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 281,
"created_at": "2024-04-16T21:45:38Z",
"last_comment_at": "2024-04-17T12:27:31Z",
"last_comment_author": "strideynet"
},
{
"number": 296,
"created_at": "2024-08-14T19:52:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 319,
"created_at": "2025-01-25T15:18:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 320,
"created_at": "2025-01-25T15:43:31Z",
"last_comment_at": "2025-01-25T16:14:44Z",
"last_comment_author": "kfox1111"
},
{
"number": 329,
"created_at": "2025-02-20T13:10:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 363,
"created_at": "2025-10-09T18:57:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 364,
"created_at": "2025-10-09T19:28:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 365,
"created_at": "2025-10-09T19:33:10Z",
"last_comment_at": "2025-10-16T18:27:05Z",
"last_comment_author": "amartinezfayo"
},
{
"number": 383,
"created_at": "2026-04-15T22:17:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 384,
"created_at": "2026-04-17T15:52:56Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/spiffe/go-spiffe",
"host": "github.com",
"name": "go-spiffe",
"owner": "spiffe"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 66 is calibrated to 77 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 66,
"calibrated": 77,
"calibration": "2026-08-02"
}
}
],
"value": 77,
"inputs": {
"security": 53,
"vitality": 67,
"community": 55,
"governance": 81,
"calibration": "2026-08-02",
"engineering": 68,
"ai_readiness": 72,
"weighted_overall_raw": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 67,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 25,
"human_commit_share": 0.57,
"days_since_last_push": 8,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "25 commits in the last year",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 25
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v2.8.1",
"releases_from_tags": false,
"days_since_latest_release": 38,
"mean_days_between_releases": 123.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 38 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 38
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~123.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 123.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": 44,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 44 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 44
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"forks": 87,
"stars": 204,
"watchers": 18,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "204 stars",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 204
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "87 forks",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 87
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "18 watchers",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 18
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 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": "excellent",
"name": "Sustainability & Governance",
"value": 81,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 37,
"top_contributor_share": 0.325
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 32% of commits",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 32
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "37 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 37
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 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": 81,
"inputs": {
"merged_prs": 228,
"open_issues": 14,
"closed_issues": 70,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.833,
"closed_unmerged_prs": 82,
"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": "83% of issues closed",
"points": 35,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 83
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "228/310 decided PRs merged",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 228,
"decided": 310
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 13/14 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 381,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "spiffe",
"public_repos": 36,
"account_age_days": 3720
},
"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": "381 followers of spiffe",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 381,
"login": "spiffe"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "36 public repos, account ~10 yr old",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 36
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/spiffe/go-spiffe/v2"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 38
},
"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 38 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 38
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "34 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 34
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 68,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "26 out of 30 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 53,
"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": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.6
},
"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": "26 out of 30 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 13/14 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "11 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "weak",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 25 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": 25
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "osv",
"advisories": 30,
"affected_packages": 9,
"assessed_packages": 25,
"unassessed_packages": 0,
"affected_by_severity": "critical 3, high 2, moderate 2, unknown 2",
"direct_affected_packages": 4
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "4 affected: google.golang.org/grpc 1.25.1 (critical 9.1), google.golang.org/grpc 1.33.2 (critical 9.1), google.golang.org/grpc v1.79.3 (critical 9.1), +1 more",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 4,
"packages": "google.golang.org/grpc 1.25.1 (critical 9.1), google.golang.org/grpc 1.33.2 (critical 9.1), google.golang.org/grpc v1.79.3 (critical 9.1)"
}
},
{
"code": "advisories_affected_more",
"params": {
"count": 1
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "3 advisory-carrying package(s) unaddressed past 90 days; oldest published 1006 days ago",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 3,
"oldest": 1006
}
}
],
"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": 25,
"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": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 72,
"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": 1,
"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": "57 of 57 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 57,
"sampled": 57
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.43
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "43 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 43,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"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": 36578,
"source_files_sampled": 136,
"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/136 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 136,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "excellent",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"exp/proto/spiffe/broker/api.proto",
"proto/spiffe/workload/workload.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "exp/proto/spiffe/broker/api.proto, proto/spiffe/workload/workload.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "exp/proto/spiffe/broker/api.proto, proto/spiffe/workload/workload.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 8,
"network-service": 3
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
},
{
"tier": "structure",
"label": "network-service",
"source": "api_schema",
"weight": 3
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"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:34:56.596669Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/spiffe/go-spiffe.svg",
"full_name": "spiffe/go-spiffe",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}