JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2638,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 1498174,
"Shell": 2618,
"Python": 17674,
"Makefile": 65440,
"Dockerfile": 4827
},
"pushed_at": "2026-07-31T14:13:50Z",
"created_at": "2024-02-02T10:57:08Z",
"owner_type": "Organization",
"updated_at": "2026-07-30T09:11:26Z",
"description": "Kuadrant DNS Operator",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Kuadrant",
"type": "Organization",
"login": "Kuadrant",
"company": null,
"location": null,
"followers": 115,
"avatar_url": "https://avatars.githubusercontent.com/u/78971243?v=4",
"created_at": "2021-02-12T15:35:54Z",
"is_verified": null,
"public_repos": 65,
"account_age_days": 1995
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.16.3",
"kind": "patch",
"published_at": "2026-07-24T11:22:27Z"
},
{
"tag": "v0.17.1",
"kind": "patch",
"published_at": "2026-07-15T08:52:06Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2026-05-28T08:04:20Z"
},
{
"tag": "v0.16.2",
"kind": "patch",
"published_at": "2026-05-21T20:16:43Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2026-02-05T13:26:05Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2025-10-03T10:44:06Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2025-04-07T08:53:32Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2025-03-26T08:28:20Z"
},
{
"tag": "v0.13.0-alpha1",
"kind": "prerelease",
"published_at": "2025-02-07T11:53:26Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2024-11-26T15:51:18Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2024-11-25T15:58:40Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2024-11-25T14:23:06Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2024-11-22T14:50:37Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2024-11-22T14:16:49Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2024-11-11T12:15:32Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2024-11-07T14:02:16Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2024-09-13T10:20:46Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2024-09-11T09:13:27Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2024-08-14T15:33:34Z"
},
{
"tag": "v0.4.0-alpha1",
"kind": "prerelease",
"published_at": "2024-07-23T16:15:40Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-05-27T13:42:22Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-05-22T14:32:44Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-02-13T22:01:12Z"
}
],
"recent_commits": [
{
"oid": "cda782a01149775b83062600c119971f45a657fb",
"body": "fix: prevent deletion status flip when awaiting remote controller",
"is_bot": false,
"headline": "Merge pull request #803 from Kuadrant/gh-777",
"author_name": "Phil Brookes",
"author_login": "philbrookes",
"committed_at": "2026-07-30T08:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf7efae86d4ba2526b8d08a643885bf6a36af8a",
"body": "ProviderEndpointsDeletion() did not account for ProviderEndpointsRemoved\nbeing a progression past the deletion stage. This caused the deletion\nflow to overwrite the Ready condition back to ProviderEndpointsDeletion\nwhile waiting for remote controllers to confirm removal, creating a flip\nloop between\n[…]\nlows the premature check to be safely reworked in a follow-up (#778).\n\nCloses #777\n\nSigned-off-by: Phil Brookes <pbrookes@redhat.com>\n\nrh-pre-commit.version: 2.3.2\nrh-pre-commit.check-secrets: ENABLED",
"is_bot": false,
"headline": "fix: prevent deletion status flip when awaiting remote controller",
"author_name": "Phil Brookes",
"author_login": "philbrookes",
"committed_at": "2026-07-27T13:04:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f506a81f4da05b3c66d665fe357d351b5d39887e",
"body": "Migrate AWS provider from SDK v1 to v2",
"is_bot": false,
"headline": "Merge pull request #789 from philbrookes/aws-sdk-v2-migration",
"author_name": "Phil Brookes",
"author_login": "philbrookes",
"committed_at": "2026-07-17T12:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94781f94ad1e3636ccbd58025c9ffd6ba75606ab",
"body": "chore(deps): bump coredns to 1.14.6 in coredns/plugin",
"is_bot": false,
"headline": "Merge pull request #792 from Kuadrant/bump-coredns-1.14.6",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-07-13T10:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "893945d758a6df770badb29f4122452764622566",
"body": "…g/x/crypto-0.52.0\n\nchore(deps): Bump golang.org/x/crypto from 0.51.0 to 0.52.0",
"is_bot": false,
"headline": "Merge pull request #790 from Kuadrant/dependabot/go_modules/golang.or…",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-07-13T10:50:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaa8555b100ff98c2f93d258b157b952fb2d7587",
"body": "Patch release with bug and security fixes. Also pulls in updated\ntransitive dependencies including golang.org/x/crypto 0.53.0,\ngolang.org/x/net 0.56.0, and grpc 1.82.0.\n\nSigned-off-by: Thomas Maas <thomas@webtypes.com>",
"is_bot": false,
"headline": "chore(deps): bump coredns to 1.14.6 in coredns/plugin",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-07-10T13:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae67844c072ed3d584c4d6b9935286504cd6acce",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.51.0 to 0.52.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.51.0...v0.52.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.52.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): Bump golang.org/x/crypto from 0.51.0 to 0.52.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-10T08:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59df5057d6040c5033ae923ff0dcbe7249c9be6a",
"body": "Upgrade Go to 1.26.4",
"is_bot": false,
"headline": "Merge pull request #785 from Kuadrant/upgrade-go-1.26.3",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-07-10T08:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ee89ed9a92e2b9529f39ba5ebe2e7252e8f9df4",
"body": "Signed-off-by: Thomas Maas <thomas@webtypes.com>",
"is_bot": false,
"headline": "Update Go to 1.26.4",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-07-09T08:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9755f7fd96b6f380df729f217fd51917b4acdfff",
"body": "Signed-off-by: Thomas Maas <thomas@webtypes.com>",
"is_bot": false,
"headline": "Upgrade Go to 1.26.3",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-07-09T08:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4801697da619c7eb74d0e750fb39eb480752cc9b",
"body": "Bump golangci-lint to v2.12.2",
"is_bot": false,
"headline": "Merge pull request #786 from Kuadrant/bump-golangci-lint-v2.12.2",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-07-06T16:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d052af2a035f5d183091e467408f50a81d48de6c",
"body": "Signed-off-by: Thomas Maas <thomas@webtypes.com>",
"is_bot": false,
"headline": "fix: replace deprecated reflect.Ptr with reflect.Pointer",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-07-06T16:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfbd4cef40bcc5b8edaff616fba873a9e681e727",
"body": "Replace the deprecated github.com/aws/aws-sdk-go (v1) with\ngithub.com/aws/aws-sdk-go-v2 across the AWS Route53 provider layer.\n\nKey changes:\n- Session-based client creation replaced with aws.Config + route53.NewFromConfig()\n- Route53API interface updated to v2 signatures (context as first param, no \n[…]\nins as an indirect dependency only (pulled transitively\nby the external-dns fork).\n\nSigned-off-by: Phil Brookes <pbrookes@redhat.com>\n\nrh-pre-commit.version: 2.3.2\nrh-pre-commit.check-secrets: ENABLED",
"is_bot": false,
"headline": "Migrate AWS provider from SDK v1 to v2",
"author_name": "Phil Brookes",
"author_login": "philbrookes",
"committed_at": "2026-07-06T08:10:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "98970ac8cfd98a70d9922b8e12832d4e860abaab",
"body": "fix: restore catalog prerequisite to catalog-build target",
"is_bot": false,
"headline": "Merge pull request #787 from Kuadrant/fix_catalog-build",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-07-01T11:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cef480c3935499de98a8d062338bc42f5f03391e",
"body": "The catalog used in the catalog-build step was never generated.\n\nSigned-off-by: Jim Fitzpatrick <jfitzpat@redhat.com>",
"is_bot": false,
"headline": "FIX: catalog-build missing catalog",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-06-24T10:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d73d6fd7b72ff37a87d901e47fd6a9495a461069",
"body": "Signed-off-by: Thomas Maas <thomas@webtypes.com>",
"is_bot": false,
"headline": "Bump golangci-lint to v2.12.2 in CI workflow",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-06-22T11:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "989a3d92e722ad4ba514b60922d0f20fbb888ae3",
"body": "Signed-off-by: Thomas Maas <thomas@webtypes.com>",
"is_bot": false,
"headline": "Use go install for golangci-lint to avoid install script checksum issues",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-06-22T11:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1724f16423abd3f6df0adea36f6f0eb25bd026b",
"body": "Signed-off-by: Thomas Maas <thomas@webtypes.com>",
"is_bot": false,
"headline": "Bump golangci-lint to v2.12.2 for Go 1.26 support",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-06-22T11:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0ef781797b818a5643420276dc6658d3700f1e5",
"body": "Upgrade golang.org/x/net to v0.55.0",
"is_bot": false,
"headline": "Merge pull request #775 from Kuadrant/bump-golang-x-net-v0.55.0",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-06-15T16:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c1bf214528222544c6e79d3af8c04200b759c94",
"body": "Bumps golang.org/x/net across all modules:\n- root: v0.48.0 → v0.55.0\n- coredns/plugin: v0.51.0 → v0.55.0\n\nSigned-off-by: Thomas Maas <thomas@webtypes.com>",
"is_bot": false,
"headline": "Upgrade golang.org/x/net to v0.55.0",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-06-11T10:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88e02892bc302a46a9303fb06fdee05d7c0c9ffb",
"body": "MULTIARCH-5995: add ppc64le support to the build",
"is_bot": false,
"headline": "Merge pull request #768 from raja-0940/main",
"author_name": "Maksym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-06-10T09:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6486d4413ecef2050648d0d9f642fbea469690c",
"body": "Signed-off-by: Rajakumar Battula <rbattula@redhat.com>",
"is_bot": false,
"headline": "MULTIARCH-5995: add ppc64le support to the build",
"author_name": "Rajakumar Battula",
"author_login": "raja-0940",
"committed_at": "2026-06-10T06:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdbad57c8c81c7d7daac1d1981bbb067a8fbbf07",
"body": "feat: update pprof port to 8084 and add profiling docs",
"is_bot": false,
"headline": "Merge pull request #767 from mikenairn/add-pprof-readme-section",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-06-03T12:34:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31a8723a8c4487003584ce26f6e2f5e546917eef",
"body": "feat: add USE_IMAGE_DIGESTS flag and file-based catalog",
"is_bot": false,
"headline": "Merge pull request #773 from mikenairn/disconnected_installs",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-06-03T09:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4e93462dc7afeea720544b21eeac1f38870be82",
"body": "Documents how to connect to the pprof endpoint\nfor runtime CPU and memory profiling.\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "docs: add profiling section to README",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-06-03T08:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c86f6e9fcab67f0831f8ee3bd99df4c2b1f16e29",
"body": "- Added USE_IMAGE_DIGESTS flag (default: false) to enable SHA256 digest references\n- Created BUNDLE_GEN_FLAGS variable with conditional --use-image-digests\n- Added bundle post-generation step to deduplicate relatedImages (operator-sdk creates duplicates when using digests)\n- Added IMAGE_TAG variable\n[…]\nator, authorino-operator, and limitador-operator.\n\nDigest-based references enable ImageDigestMirrorSet to redirect image pulls\nto internal registries.\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "feat: add USE_IMAGE_DIGESTS flag and file-based catalog",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-06-02T16:21:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3c826ea31942c610882b0c365a97ee0170456ade",
"body": "…lemetry.io/otel-1.41.0\n\nchore(deps): Bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0",
"is_bot": false,
"headline": "Merge pull request #763 from Kuadrant/dependabot/go_modules/go.opente…",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-05-07T14:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "069daa8da6403b3d284f8b54a3d38b13dd2fcc03",
"body": "…lugin/google.golang.org/grpc-1.79.3\n\nchore(deps): Bump google.golang.org/grpc from 1.79.1 to 1.79.3 in /coredns/plugin",
"is_bot": false,
"headline": "Merge pull request #754 from Kuadrant/dependabot/go_modules/coredns/p…",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-05-07T14:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57f627dc82a7a3cbf9bfca4c4bda8810efb14d77",
"body": "Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.39.0 to 1.41.0.\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://gith\n[…]\n39.0...v1.41.0)\n\n---\nupdated-dependencies:\n- dependency-name: go.opentelemetry.io/otel\n dependency-version: 1.41.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): Bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-07T13:53:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "318febe9759c9aee472365becdd92a5e1b60408a",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.79.1 to 1.79.3.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.79.1...v1.79.3)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-version: 1.79.3\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): Bump google.golang.org/grpc in /coredns/plugin",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-07T13:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df071cfb537a062de232c455fee094de6cc1b797",
"body": "chore(deps): Upgrade Go to 1.25.9 in CoreDNS plugin",
"is_bot": false,
"headline": "Merge pull request #766 from mikenairn/upgrade-go-1.25.9_coredns-plugin",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-05-07T11:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81182245ee1846e6f2d19dc31e5d087c479f0850",
"body": "Addresses CVE-2026-33810 which affects crypto/x509 certificate\nvalidation. Excluded DNS constraints were not correctly applied\nto wildcard DNS SANs with different case sensitivity.\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "chore(deps): upgrade Go to 1.25.9 in CoreDNS plugin",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-05-07T10:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "877e5ab4cb9c0c2136145c56666a00aadd6a34f3",
"body": "chore(deps): Upgrade Go to 1.25.9",
"is_bot": false,
"headline": "Merge pull request #764 from Kuadrant/upgrade-go-1.25.9",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-05-07T08:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "523641c7d4fd25d34a78e871f4ab2b497f17f9fd",
"body": "fix: gate TLD early-exit on ICANN flag in findDNSZoneForHost",
"is_bot": false,
"headline": "Merge pull request #765 from maksymvavilov/fix/public-suffix-icann-only",
"author_name": "Maksym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-05-07T08:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33c3e3188312d7488a15129e2f216b17bb7e4d8b",
"body": "The Go public suffix list contains privately-managed domains like\nhttpbin.org, github.io, and s3.amazonaws.com. PublicSuffix() was\nreturning these as the \"TLD\", causing findDNSZoneForHost to reject\nthem before zone matching. Now we only reject when the suffix is\nICANN-managed (icann == true), allowi\n[…]\n.\n\nFixes #761\n\nCo-Authored-By: SAY-5 <240962040+SAY-5@users.noreply.github.com>\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\nSigned-off-by: Maskym Vavilov <mvavilov@redhat.com>",
"is_bot": false,
"headline": "fix: gate TLD early-exit on ICANN flag in findDNSZoneForHost",
"author_name": "Maskym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-05-07T06:38:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e2e801f65186c29f279cf646b0ed646865687910",
"body": "Signed-off-by: Thomas Maas <tmaas@redhat.com>\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\nSigned-off-by: Thomas Maas <thomas@webtypes.com>",
"is_bot": false,
"headline": "chore(deps): Upgrade Go to 1.25.9",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-05-05T08:47:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ff447366c64c52a4ea7fff075ffaf3fb25726445",
"body": "Upgrade gRPC-Go to 1.79.3",
"is_bot": false,
"headline": "Merge pull request #758 from Kuadrant/upgrade-grpc-go-1.79.3",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-04-02T08:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ac32fe306f2e863c6dda1fd4d0eaabae8858722",
"body": "Fixes CVE-2026-33186: authorization bypass due to improper HTTP/2\npath validation (CVSS 9.1 Critical).\n\nSigned-off-by: Thomas Maas <thomas@webtypes.com>",
"is_bot": false,
"headline": "Upgrade gRPC-Go to 1.79.3",
"author_name": "Thomas Maas",
"author_login": "thomasmaas",
"committed_at": "2026-04-01T14:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "494bb70b75cfd715d3ee3fc6fa01116ba20802e4",
"body": "fix: derive setup-envtest version from controller-runtime",
"is_bot": false,
"headline": "Merge pull request #759 from mikenairn/pin-setup-envtest-version",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-04-01T10:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0ab12afa2484e02c375fd150aaf508b92c6685",
"body": "Dynamically derive ENVTEST_VERSION from the controller-runtime module\nversion to prevent Go version incompatibility. Using @latest now\nrequires Go 1.26+ as of 2026-03-31, breaking CI with Go 1.25.8.\n\nThis approach automatically keeps setup-envtest in sync with\ncontroller-runtime releases, preventing version mismatches without\nmanual updates.\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "fix: derive setup-envtest version from controller-runtime",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-04-01T10:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a88e90f1a1d6dff1a35408acf78075d9dd318d8a",
"body": "Update Go to 1.25.8",
"is_bot": false,
"headline": "Merge pull request #757 from philbrookes/update-go-1.25.8",
"author_name": "Phil Brookes",
"author_login": "philbrookes",
"committed_at": "2026-03-25T12:23:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "466758fd3315642179e925988f2bb2b7598eed38",
"body": "Signed-off-by: Phil Brookes <pbrookes@redhat.com>\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\nrh-pre-commit.version: 2.3.2\nrh-pre-commit.check-secrets: ENABLED",
"is_bot": false,
"headline": "Update Go to 1.25.8",
"author_name": "Phil Brookes",
"author_login": "philbrookes",
"committed_at": "2026-03-25T12:01:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c3aa9f14d208026504fd0dc3346d92028ed5ce3b",
"body": "update coredns plugin dependency to v1.14.2",
"is_bot": false,
"headline": "Merge pull request #756 from philbrookes/update-coredns-v1.14.2",
"author_name": "Phil Brookes",
"author_login": "philbrookes",
"committed_at": "2026-03-25T11:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e0604bd2eb0eed2b933ffe9ee8420118836898a",
"body": "Signed-off-by: Phil Brookes <pbrookes@redhat.com>\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\nrh-pre-commit.version: 2.3.2\nrh-pre-commit.check-secrets: ENABLED",
"is_bot": false,
"headline": "update coredns plugin dependency to v1.14.2",
"author_name": "Phil Brookes",
"author_login": "philbrookes",
"committed_at": "2026-03-25T08:31:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "859bbc72f5dbef54fa47e021159e9f4eec02091e",
"body": "Update Go to 1.25.7",
"is_bot": false,
"headline": "Merge pull request #755 from philbrookes/update-go-1.25.7",
"author_name": "Phil Brookes",
"author_login": "philbrookes",
"committed_at": "2026-03-24T12:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4534b7feba157ab6d0aedaeeb1334dd7b3e858c7",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\nSigned-off-by: Phil Brookes <pbrookes@redhat.com>\n\nrh-pre-commit.version: 2.3.2\nrh-pre-commit.check-secrets: ENABLED",
"is_bot": false,
"headline": "Update Go to 1.25.7",
"author_name": "Phil Brookes",
"author_login": "philbrookes",
"committed_at": "2026-03-24T12:14:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3258322beec9bc966449943b355ac2387331f55f",
"body": "Enable s390x support",
"is_bot": false,
"headline": "Merge pull request #745 from vinayakray19/feature/enable-s390x-support",
"author_name": "Maksym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-03-10T16:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45806a2b13fd3021e9c0ad4cb478685d24b1aec1",
"body": "Signed-off-by: vinayakray19 <vinayak.ray@ibm.com>",
"is_bot": false,
"headline": "enable s390x support",
"author_name": "vinayakray19",
"author_login": "vinayakray19",
"committed_at": "2026-03-04T10:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eca15cbbddf18034891343102a97bcfa4a656bb2",
"body": "properly undo the wc replacement in registry",
"is_bot": false,
"headline": "Merge pull request #750 from maksymvavilov/registry_bug",
"author_name": "Maksym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-02-26T11:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c5cd671aea8a8c4862572116556ded46845ecd",
"body": "Signed-off-by: Maskym Vavilov <mvavilov@redhat.com>",
"is_bot": false,
"headline": "properly undo the wc replacement in registry",
"author_name": "Maskym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-02-26T10:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f288f16ed73e6f22af6455b7654004a9b0e152a6",
"body": "test: add runtime reconfiguration integration test for group changes",
"is_bot": false,
"headline": "Merge pull request #746 from mikenairn/add_runtime_reconfiguration_test",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-25T21:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f40e1087ab328d27b48520d662ecf029fab1a05",
"body": "Release Docs Update",
"is_bot": false,
"headline": "Merge pull request #744 from Boomatang/release_docs",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-24T15:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4bf92449c7dcc7564244742680695a7035b0812",
"body": "There is a gap in the information show in the release document.\n\nSigned-off-by: Jim Fitzpatrick <jfitzpat@redhat.com>",
"is_bot": false,
"headline": "UPDATE: Add details to the Release process.",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-02-24T15:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dbd5d5b108ae632a1b8668dfa7c5dcf802a2c50",
"body": "FIX: Broken link",
"is_bot": false,
"headline": "Merge pull request #747 from Boomatang/broken_link",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-24T10:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e79369921c9e65f437427f1091fad7a61906b057",
"body": "At some point the coredns/README was removed.\nThis updates that link to point to coredns/coredns-integrations.md\n\nSigned-off-by: Jim Fitzpatrick <jfitzpat@redhat.com>",
"is_bot": false,
"headline": "FIX: Broken link",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-02-24T10:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1c313d98973e8be8a9835b94253769f0d0f5fd1",
"body": "add yaml output for cli",
"is_bot": false,
"headline": "Merge pull request #695 from maksymvavilov/gh-658",
"author_name": "Maksym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-02-24T09:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f58a9141dfa0f8ef01b2109c9aac1d35a0fa22e6",
"body": "Refactor suite_test.go to expose createTestEnv(), setupManager(), and\nstartManager() allowing tests to restart a controller manager with\ndifferent configuration against the same API server.\n\nNote: test only passes due to low ValidityDuration/RequeueDuration\nvalues in the test suite. See #664\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "test: add runtime reconfiguration integration test for group changes",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-24T09:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "255964a2b65fd6a05487137e7033a32ed1346d52",
"body": "docs: fix broken links and remove unsupported Helm docs",
"is_bot": false,
"headline": "Merge pull request #736 from mikenairn/fix_docs",
"author_name": "Maksym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-02-24T06:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52dede7fbb0073dda36ba4a88fbce39f63912a00",
"body": "- Rename exercising_DNS_failover_via_groups.md to lowercase\n- Update all references to use new lowercase filename\n- Remove \"Using Helm directly\" section (helm charts are generated locally and not committed and produces a broken link; only kustomize workflow is supported)\n- Remove duplicate CoreDNS Integration Setup section from provider.md (content exists in docs/coredns/configuration.md)\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "docs: fix broken links and remove unsupported Helm docs",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-19T17:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba5894bcb1de543937e8a99cef7566aec6cf2640",
"body": "fix(make): use order-only prerequisites for LOCALBIN tool targets",
"is_bot": false,
"headline": "Merge pull request #734 from mikenairn/fix_make_local_bin_targets",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-19T10:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32dcfbd6af3962b50c19505d319cb40b6f37125d",
"body": "Signed-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "fix(make): use order-only prerequisites for LOCALBIN tool targets",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-18T17:37:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5e96db695255359839caec4e61e5e36a1d6bca9",
"body": "update CoreDNS docs",
"is_bot": false,
"headline": "Merge pull request #711 from maksymvavilov/gh-1713",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-18T11:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "656cfe77b67b2ad9fd548b94248a44646964fe7d",
"body": "Signed-off-by: Maskym Vavilov <mvavilov@redhat.com>\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "comments p1",
"author_name": "Maskym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-02-18T10:46:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6e89697b90265db635a1a8a84e098fba31c0b52d",
"body": "Signed-off-by: Maskym Vavilov <mvavilov@redhat.com>\nCo-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "update CoreDNS docs",
"author_name": "Maskym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-02-18T10:43:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cf4744c0a93e4ed0cc5f272a268870cf328de4da",
"body": "…_local\n\nchore(coredns): remove externalTrafficPolicy:Local",
"is_bot": false,
"headline": "Merge pull request #732 from mikenairn/remove_external_traffic_policy…",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-18T10:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea64c9b2d8f3af50b95790b1a953ec55402fd26a",
"body": "Signed-off-by: Maskym Vavilov <mvavilov@redhat.com>",
"is_bot": false,
"headline": "add yaml output for cli",
"author_name": "Maskym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-02-18T06:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "460eb22fdcf369b8bbba789a30aefd9755044960",
"body": "Remove externalTrafficPolicy:Local and document EDNS Client Subnet for GeoIP.\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "chore(coredns): remove externalTrafficPolicy:Local",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-17T12:34:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "009c7c8a8ce371b397d910cb2ac441d433419c18",
"body": "Add documentation for migrating away from DNS Groups",
"is_bot": false,
"headline": "Merge pull request #718 from Boomatang/gh-694",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-02-12T09:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4693db9db0c438298827cc9e6d48841e30c0804",
"body": "Signed-off-by: Jim Fitzpatrick <jfitzpat@redhat.com>",
"is_bot": false,
"headline": "ADD: Migrating away from DNS Groups Docs.",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-02-12T09:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff991fc1549b715b945583d78eee1c612f12831",
"body": "Add exercising DNS fail-over via groups documentation",
"is_bot": false,
"headline": "Merge pull request #708 from Boomatang/docs_685",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-02-09T09:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5753bafe402e4f4ce7fadca2de20cfa1c465e554",
"body": "ADD: Document migrating existing clusters to use groups.",
"is_bot": false,
"headline": "Merge pull request #698 from Boomatang/docs_684",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-02-09T09:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e407a88781f0aa37389170266f9a2c8389243b8",
"body": "…ease\n\nfix(release): add set-image-refs target for consistent image management",
"is_bot": false,
"headline": "Merge pull request #721 from mikenairn/update_coredns_img_ref_for_rel…",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-06T11:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c63ca2c71c82db6dba49fee7f0e843df24aebf59",
"body": "Add set-image-refs target for consistent image management across deploy,\nbundle, and helm-build. Fix CoreDNS targets to use COREDNS_IMG variable\nand ensure local-setup uses the locally built image.\n\nFixes an issue where the coredns image ref in the coredns kustomization\nwas not updated correctly when following the release process.\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "fix(release): add set-image-refs target for consistent image management",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-05T22:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3713c53cf44b94edd1a14c178fc0eec8079aa81",
"body": "fix(coredns): add warnings when CRD missing",
"is_bot": false,
"headline": "Merge pull request #700 from mikenairn/enhance_crd_error_warnings",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-05T17:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db2a85bdada85244bdc57670fd3d93a7a92ef217",
"body": "Users were not adequately warned when DNSRecord CRDs were missing,\nleading to silent failures where DNS queries would return NXDOMAIN\nwithout clear explanation.\n\n- Change CRD error messages from INFO to WARNING level\n- Warn when controllers start without CRDs installed\n- Fix misleading \"synced succe\n[…]\nctices.\n- Improve test quality via dependency injection and remove tests that\n were providing no value.\n- handle nil zone values in newKubeController\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "fix(coredns): add warnings when CRD missing",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-05T17:01:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e5702b1b319e3262d779707e3c773eefb3fb68c",
"body": "improve doc-verification skill",
"is_bot": false,
"headline": "Merge pull request #712 from maksymvavilov/claude-improvements",
"author_name": "Maksym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-02-05T12:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbe27736f267c12201a6bb8a804ea589741f3e84",
"body": "Add version back to release.mk",
"is_bot": false,
"headline": "Merge pull request #720 from Boomatang/fix_prepare-release",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-05T12:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "147e01fd1641b9ccbbaaefe9f6917ae19bf94cb7",
"body": "Version field was removed on mistake from the prepare-release command,\ncausing tag image builds to fail.\n\nSigned-off-by: Jim Fitzpatrick <jfitzpat@redhat.com>",
"is_bot": false,
"headline": "FIX: Add version back to release.mk",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-02-05T11:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "587a851282dbae80adbdd3c34280bbebe530dd29",
"body": "chore(coredns): Update toolchain to go1.24.12",
"is_bot": false,
"headline": "Merge pull request #715 from mikenairn/coredns_plugin_go_version",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-05T11:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4c05a7c771d7dbbe59c7ad94eb147d86ddc0201",
"body": "Signed-off-by: Jim Fitzpatrick <jfitzpat@redhat.com>",
"is_bot": false,
"headline": "Address PR comments",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-02-04T15:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5afd1bc46431055f398dca651d9d4721ce7e1fab",
"body": "Signed-off-by: Jim Fitzpatrick <jfitzpat@redhat.com>",
"is_bot": false,
"headline": "Address PR comments",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-02-04T14:56:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "421f21a70ed68dd629452a05ecfaea26d790406b",
"body": "Fixes various CVEs including GO-2025-4155 (crypto/x509 DoS)\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "chore(coredns): Update go toolchain to go1.24.12",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-03T17:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13f9c80a9e665df9fd1bd3235e7b053951d88d95",
"body": "update maintainers",
"is_bot": false,
"headline": "Merge pull request #717 from maksymvavilov/update-maintainers",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-02-03T17:24:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6520896a99c916d6c4d875ae3e164a669ad5d0d3",
"body": "Signed-off-by: Maskym Vavilov <mvavilov@redhat.com>",
"is_bot": false,
"headline": "update maintainers",
"author_name": "Maskym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-02-03T15:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff9da55cd2a42158135811cb3a2f9dbc65395fa0",
"body": "…g-errors\n\nrefactor(provider): Improve zone matching with sentinel errors",
"is_bot": false,
"headline": "Merge pull request #704 from mikenairn/refactor/provider-zone-matchin…",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-01-29T22:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6863f90fe1c300d18034c883db4481cbe1f1a5e",
"body": "Standardize zone matching logic across providers and improve error\nhandling with sentinel errors for better error checking:\n\n- Add sentinel errors: ErrNoZoneForHost, ErrApexDomainNotAllowed,\n ErrMultipleZonesFound\n- Update findDNSZoneForHost to consistently wrap errors with original\n host informat\n[…]\nin subdomain calculation bug\n- Enhance test coverage to validate error types with errors.Is() and\n verify original host appears in all error messages\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "refactor(provider): Improve zone matching with sentinel errors",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-01-29T21:56:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f718560180989ccdd225d81e662f0b496fd1ccdb",
"body": "feat: Add NS record type support for multi-cluster delegation",
"is_bot": false,
"headline": "Merge pull request #702 from mikenairn/feat/ns-record-type-support",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-01-29T17:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adafdbbee849e5cce70b2140b6828ecba9dd7676",
"body": "Signed-off-by: Maskym Vavilov <mvavilov@redhat.com>",
"is_bot": false,
"headline": "improve doc-verification skill",
"author_name": "Maskym Vavilov",
"author_login": "maksymvavilov",
"committed_at": "2026-01-29T12:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfd710b0c0a6b0568d35eaf49b99537aa094f039",
"body": "Signed-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "fix: remove misleading comment",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-01-29T10:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e71ff274a923f71e7216f4eb740ba9b54a5ca76b",
"body": "Zone configuration documentation will be added in separate PR #711\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "docs(coredns): remove zone-configuration.md",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-01-29T10:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "263282584a5004b3067c09efd13a9d15d5d0ad01",
"body": "- Replace AXFR examples with standard DNS queries (NS, SOA +trace)\n- Mark zone transfer examples as optional (requires transfer plugin)\n- Use fully qualified `dnsrecords.kuadrant.io` in kubectl commands\n- Clarify ELB hostnames can be NS targets without glue records\n- Replace detailed glue records ex\n[…]\nshould use same TTL\n - Parent and child zones MAY use different TTL values (RFC 7477)\n- Update terminology: \"child zone\" vs \"parent zone\" for clarity\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "docs(coredns): improvements to zone-configuration.md",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-01-29T10:15:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3fd2b956c8dc49ed79b8300821e9cf0dc79a3373",
"body": "Add comprehensive documentation for configuring CoreDNS zones with proper\nNS and A records to address DNS delegation requirements. The guide covers:\n\n- Single cluster setup (development/testing only)\n- Multi-cluster setup with delegation (production)\n- Parent zone delegation configuration for suppor\n[…]\nype support\nadded in this branch, allowing users to configure zone apex NS records\nvia DNSRecord resources without requiring code changes.\n\nFixes #437\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "docs(coredns): add zone configuration guide for NS records",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-01-29T10:15:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7a606368ef96a2ebb459bebc110b43ac18afe101",
"body": "Add support for NS (nameserver) record types to enable DNS subdomain\ndelegation in multi-cluster scenarios:\n\n- Add NS record merging in plan logic (similar to A/AAAA records)\n- Implement NS record support in Azure provider (create/extract)\n- Add trailing dot normalization for NS records in GCP provi\n[…]\nso zone apex NS records managed by the DNS provider itself cannot be\ninterfered with. Only CoreDNS and endpoint providers allow apex domain\nselection.\n\nSigned-off-by: Michael Nairn <mnairn@redhat.com>",
"is_bot": false,
"headline": "feat: Add NS record type support for multi-cluster delegation",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-01-29T10:15:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "026f09803602f72ce8dc3a2c10f2d6b93860be3e",
"body": "Signed-off-by: Jim Fitzpatrick <jfitzpat@redhat.com>",
"is_bot": false,
"headline": "Address PR comments",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-01-28T13:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30b5217b4b7bd6cc117f6f314d8c94024aa98d22",
"body": "chore(deps): Upgrade Go to 1.25.5",
"is_bot": false,
"headline": "Merge pull request #710 from philbrookes/gh-705",
"author_name": "Phil Brookes",
"author_login": "philbrookes",
"committed_at": "2026-01-27T17:05:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0b42954dce6392ff97517244b403766ec4e7b29",
"body": "Update main module Go version from 1.25.3 to 1.25.5 in go.mod.\n\nSigned-off-by: Phil Brookes <pbrookes@redhat.com>\n\nrh-pre-commit.version: 2.3.2\nrh-pre-commit.check-secrets: ENABLED",
"is_bot": false,
"headline": "chore: Upgrade Go to 1.25.5 and fix typo in verify target",
"author_name": "Phil Brookes",
"author_login": "philbrookes",
"committed_at": "2026-01-27T15:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "024ff7827f57d6330c1bc79a24dd59c414e1153f",
"body": "Signed-off-by: Jim Fitzpatrick <jfitzpat@redhat.com>",
"is_bot": false,
"headline": "Address PR comments",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-01-27T12:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "555f93abacf2de2c4f624f793979cd242099c1ba",
"body": "Signed-off-by: Jim Fitzpatrick <jfitzpat@redhat.com>",
"is_bot": false,
"headline": "ADD: exercising DNS fail-over via groups",
"author_name": "Jim Fitzpatrick",
"author_login": "Boomatang",
"committed_at": "2026-01-27T11:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64e2141acce6f5da2a507a9ed7d50f3f433fd7b8",
"body": "feat(coredns): Add support for custom SOA RNAME email address",
"is_bot": false,
"headline": "Merge pull request #706 from philbrookes/gh-438",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-01-27T09:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "831d7d7f1288eeafc38f12758ff1e180fe8c0ac0",
"body": "feat(dev): Add configurable pprof bind address for local runs",
"is_bot": false,
"headline": "Merge pull request #703 from mikenairn/feat/makefile-pprof-port",
"author_name": "Michael Nairn",
"author_login": "mikenairn",
"committed_at": "2026-01-27T09:21:11Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 23,
"commits_last_year": 313,
"latest_release_at": "2026-07-24T11:22:27Z",
"latest_release_tag": "v0.16.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 45,
"days_since_latest_release": 7,
"mean_days_between_releases": 67.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/kuadrant/dns-operator",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/kuadrant/dns-operator",
"is_deprecated": false,
"latest_version": "v0.17.1",
"repository_url": "https://github.com/kuadrant/dns-operator",
"versions_count": 28,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-15T08:51:26Z",
"latest_version_yanked": null,
"days_since_latest_publish": 16
}
]
},
"popularity": {
"forks": 22,
"stars": 12,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-06-11",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2024-07-22",
"count": 1
},
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-10-08",
"count": 1
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-07-05",
"count": 1
},
{
"date": "2026-07-22",
"count": 1
}
],
"complete": true,
"collected": 21,
"total_forks": 22
},
"star_history": null,
"open_issues_and_prs": 114
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples",
"samples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"coredns/plugin/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"coredns/plugin/geoip/go.mod",
"coredns/plugin/go.mod",
"go.mod"
],
"largest_source_bytes": 105340,
"source_files_sampled": 141,
"oversized_source_files": 4,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 10403
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "google.golang.org/grpc",
"direct": false,
"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": 10
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.82.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GO-2026-6061"
],
"fixed_version": "1.82.1",
"advisory_count": 2,
"oldest_advisory_days": 10
},
{
"name": "golang.org/x/net",
"direct": true,
"version": "v0.55.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5942"
],
"fixed_version": "0.56.0",
"advisory_count": 1,
"oldest_advisory_days": 17
},
{
"name": "github.com/aws/aws-sdk-go",
"direct": false,
"version": "v1.44.311",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2022-0635",
"GO-2022-0646"
],
"fixed_version": null,
"advisory_count": 2,
"oldest_advisory_days": 1631
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.41.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5158"
],
"fixed_version": "1.44.0",
"advisory_count": 1,
"oldest_advisory_days": 7
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.52.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 24
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.53.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 24
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.31.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 70
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.37.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 17
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 17
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 8,
"critical": 2
},
"advisory_count": 13,
"affected_count": 10,
"assessed_count": 177,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "cloud.google.com/go/compute/metadata",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.0"
},
{
"name": "github.com/Azure/azure-sdk-for-go/sdk/azcore",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/Azure/azure-sdk-for-go/sdk/azidentity",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/trafficmanager/armtrafficmanager",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/aws/aws-sdk-go-v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.42.0"
},
{
"name": "github.com/aws/aws-sdk-go-v2/credentials",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.19.25"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/route53",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.63.4"
},
{
"name": "github.com/go-logr/logr",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.3"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/goombaio/namegenerator",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20181006234301-989e774b106e"
},
{
"name": "github.com/hashicorp/go-multierror",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/martinlindhe/base36",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/onsi/ginkgo/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.22.0"
},
{
"name": "github.com/onsi/gomega",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.1"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.22.0"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.1"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "go.uber.org/zap",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.27.0"
},
{
"name": "golang.org/x/exp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20240719175910-8a7402abbf56"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.55.0"
},
{
"name": "golang.org/x/oauth2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.34.0"
},
{
"name": "google.golang.org/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.162.0"
},
{
"name": "gopkg.in/yaml.v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "k8s.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.33.3"
},
{
"name": "k8s.io/apiextensions-apiserver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.33.0"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.33.3"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.33.3"
},
{
"name": "k8s.io/klog/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.130.1"
},
{
"name": "k8s.io/utils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20241104100929-3ea5e8cea738"
},
{
"name": "sigs.k8s.io/controller-runtime",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "sigs.k8s.io/external-dns",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.14.0"
},
{
"name": "sigs.k8s.io/multicluster-runtime",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.20.4-alpha.7.0.20250715171424-5a71e2a8172e"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "cloud.google.com/go/compute/metadata",
"direct": true,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2",
"direct": true,
"version": "v1.42.0",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/credentials",
"direct": true,
"version": "v1.19.25",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/route53",
"direct": true,
"version": "v1.63.4",
"ecosystem": "go"
},
{
"name": "github.com/azure/azure-sdk-for-go/sdk/azcore",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/azure/azure-sdk-for-go/sdk/azidentity",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/azure/azure-sdk-for-go/sdk/resourcemanager/trafficmanager/armtrafficmanager",
"direct": true,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": true,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": true,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/goombaio/namegenerator",
"direct": true,
"version": "v0.0.0-20181006234301-989e774b106e",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-multierror",
"direct": true,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/martinlindhe/base36",
"direct": true,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/onsi/ginkgo/v2",
"direct": true,
"version": "v2.22.0",
"ecosystem": "go"
},
{
"name": "github.com/onsi/gomega",
"direct": true,
"version": "v1.36.1",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": true,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": true,
"version": "v1.22.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": true,
"version": "v1.23.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.9.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap",
"direct": true,
"version": "v1.27.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": true,
"version": "v0.0.0-20240719175910-8a7402abbf56",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": true,
"version": "v0.55.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": true,
"version": "v0.56.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": true,
"version": "v0.34.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": true,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/api",
"direct": true,
"version": "v0.162.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": true,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": true,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "k8s.io/api",
"direct": true,
"version": "v0.33.3",
"ecosystem": "go"
},
{
"name": "k8s.io/api",
"direct": true,
"version": "v0.35.4",
"ecosystem": "go"
},
{
"name": "k8s.io/apiextensions-apiserver",
"direct": true,
"version": "v0.33.0",
"ecosystem": "go"
},
{
"name": "k8s.io/apimachinery",
"direct": true,
"version": "v0.33.3",
"ecosystem": "go"
},
{
"name": "k8s.io/apimachinery",
"direct": true,
"version": "v0.35.4",
"ecosystem": "go"
},
{
"name": "k8s.io/client-go",
"direct": true,
"version": "v0.33.3",
"ecosystem": "go"
},
{
"name": "k8s.io/client-go",
"direct": true,
"version": "v0.35.4",
"ecosystem": "go"
},
{
"name": "k8s.io/klog/v2",
"direct": true,
"version": "v2.130.1",
"ecosystem": "go"
},
{
"name": "k8s.io/klog/v2",
"direct": true,
"version": "v2.140.0",
"ecosystem": "go"
},
{
"name": "k8s.io/utils",
"direct": true,
"version": "v0.0.0-20241104100929-3ea5e8cea738",
"ecosystem": "go"
},
{
"name": "k8s.io/utils",
"direct": true,
"version": "v0.0.0-20251002143259-bc988d571ff4",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/controller-runtime",
"direct": true,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/external-dns",
"direct": true,
"version": "v0.14.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/multicluster-runtime",
"direct": true,
"version": "v0.20.4-alpha.7.0.20250715171424-5a71e2a8172e",
"ecosystem": "go"
},
{
"name": "github.com/apparentlymart/go-cidr",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go",
"direct": false,
"version": "v1.44.311",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/configsources",
"direct": false,
"version": "v1.4.29",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
"direct": false,
"version": "v2.7.29",
"ecosystem": "go"
},
{
"name": "github.com/aws/smithy-go",
"direct": false,
"version": "v1.27.1",
"ecosystem": "go"
},
{
"name": "github.com/azure/azure-sdk-for-go/sdk/internal",
"direct": false,
"version": "v1.8.0",
"ecosystem": "go"
},
{
"name": "github.com/azuread/microsoft-authentication-library-for-go",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/blang/semver/v4",
"direct": false,
"version": "v4.0.0",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/coredns/caddy",
"direct": false,
"version": "v1.1.4-0.20250930002214-15135a999495",
"ecosystem": "go"
},
{
"name": "github.com/coredns/coredns",
"direct": false,
"version": "v1.14.6",
"ecosystem": "go"
},
{
"name": "github.com/coreos/go-systemd/v22",
"direct": false,
"version": "v22.7.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/dnstap/golang-dnstap",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/emicklei/go-restful/v3",
"direct": false,
"version": "v3.12.0",
"ecosystem": "go"
},
{
"name": "github.com/evanphx/json-patch",
"direct": false,
"version": "v5.7.0+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/evanphx/json-patch/v5",
"direct": false,
"version": "v5.9.11",
"ecosystem": "go"
},
{
"name": "github.com/expr-lang/expr",
"direct": false,
"version": "v1.17.8",
"ecosystem": "go"
},
{
"name": "github.com/farsightsec/golang-framestream",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/flynn/go-shlex",
"direct": false,
"version": "v0.0.0-20150515145356-3f9db97f8568",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "v1.7.0",
"ecosystem": "go"
},
{
"name": "github.com/fxamacker/cbor/v2",
"direct": false,
"version": "v2.7.0",
"ecosystem": "go"
},
{
"name": "github.com/fxamacker/cbor/v2",
"direct": false,
"version": "v2.9.0",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/zapr",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonpointer",
"direct": false,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonreference",
"direct": false,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag",
"direct": false,
"version": "v0.23.0",
"ecosystem": "go"
},
{
"name": "github.com/go-task/slim-sprig/v3",
"direct": false,
"version": "v3.0.0",
"ecosystem": "go"
},
{
"name": "github.com/gogo/protobuf",
"direct": false,
"version": "v1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"direct": false,
"version": "v5.2.2",
"ecosystem": "go"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"direct": false,
"version": "v5.3.1",
"ecosystem": "go"
},
{
"name": "github.com/golang/groupcache",
"direct": false,
"version": "v0.0.0-20210331224755-41bb18bfe9da",
"ecosystem": "go"
},
{
"name": "github.com/golang/protobuf",
"direct": false,
"version": "v1.5.4",
"ecosystem": "go"
},
{
"name": "github.com/google/btree",
"direct": false,
"version": "v1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/google/gnostic-models",
"direct": false,
"version": "v0.6.9",
"ecosystem": "go"
},
{
"name": "github.com/google/pprof",
"direct": false,
"version": "v0.0.0-20241029153458-d1b30febd7db",
"ecosystem": "go"
},
{
"name": "github.com/google/s2a-go",
"direct": false,
"version": "v0.1.7",
"ecosystem": "go"
},
{
"name": "github.com/googleapis/enterprise-certificate-proxy",
"direct": false,
"version": "v0.3.2",
"ecosystem": "go"
},
{
"name": "github.com/googleapis/gax-go/v2",
"direct": false,
"version": "v2.12.0",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/grpc-opentracing",
"direct": false,
"version": "v0.0.0-20180507213350-8e809c8a8645",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/errwrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/golang-lru/v2",
"direct": false,
"version": "v2.0.7",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/infobloxopen/go-trees",
"direct": false,
"version": "v0.0.0-20200715205103-96a057b8dfb9",
"ecosystem": "go"
},
{
"name": "github.com/jmespath/go-jmespath",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/josharian/intern",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jpillora/backoff",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/json-iterator/go",
"direct": false,
"version": "v1.1.12",
"ecosystem": "go"
},
{
"name": "github.com/kr/text",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/kuadrant/dns-operator",
"direct": false,
"version": "v0.14.0",
"ecosystem": "go"
},
{
"name": "github.com/kylelemons/godebug",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/mailru/easyjson",
"direct": false,
"version": "v0.7.7",
"ecosystem": "go"
},
{
"name": "github.com/maxmind/mmdbwriter",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/mdlayher/socket",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/mdlayher/vsock",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/miekg/dns",
"direct": false,
"version": "v1.1.72",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/concurrent",
"direct": false,
"version": "v0.0.0-20180306012644-bacd9c7ef1dd",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": false,
"version": "v1.0.3-0.20250322232337-35a7c28c31ee",
"ecosystem": "go"
},
{
"name": "github.com/munnerz/goautoneg",
"direct": false,
"version": "v0.0.0-20191010083416-a7dc8b61c822",
"ecosystem": "go"
},
{
"name": "github.com/mwitkow/go-conntrack",
"direct": false,
"version": "v0.0.0-20190716064945-2f068394615f",
"ecosystem": "go"
},
{
"name": "github.com/opentracing/opentracing-go",
"direct": false,
"version": "v1.2.1-0.20220228012449-10b1cf09e00b",
"ecosystem": "go"
},
{
"name": "github.com/oschwald/geoip2-golang/v2",
"direct": false,
"version": "v2.2.0",
"ecosystem": "go"
},
{
"name": "github.com/oschwald/maxminddb-golang",
"direct": false,
"version": "v1.13.1",
"ecosystem": "go"
},
{
"name": "github.com/oschwald/maxminddb-golang/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/pires/go-proxyproto",
"direct": false,
"version": "v0.13.0",
"ecosystem": "go"
},
{
"name": "github.com/pkg/browser",
"direct": false,
"version": "v0.0.0-20240102092130-5ac0b6a4141c",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.6.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.62.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.69.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/exporter-toolkit",
"direct": false,
"version": "v0.17.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.15.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.19.2",
"ecosystem": "go"
},
{
"name": "github.com/quic-go/qpack",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/quic-go/quic-go",
"direct": false,
"version": "v0.60.0",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.7",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/objx",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/x448/float16",
"direct": false,
"version": "v0.8.4",
"ecosystem": "go"
},
{
"name": "go.opencensus.io",
"direct": false,
"version": "v0.24.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": false,
"version": "v0.58.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.41.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.41.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.41.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/automaxprocs",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/mock",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v2",
"direct": false,
"version": "v2.4.4",
"ecosystem": "go"
},
{
"name": "go4.org/netipx",
"direct": false,
"version": "v0.0.0-20231129151722-fdeea329fbba",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.52.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.53.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.20.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.31.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.45.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.43.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.37.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.15.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.45.0",
"ecosystem": "go"
},
{
"name": "gomodules.xyz/jsonpatch/v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20251202230838-ff82c1b0f217",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260511170946-3700d4141b60",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.79.3",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.82.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.10",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "gopkg.in/evanphx/json-patch.v4",
"direct": false,
"version": "v4.12.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/inf.v0",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "k8s.io/kube-openapi",
"direct": false,
"version": "v0.0.0-20250318190949-c8a335a9a2ff",
"ecosystem": "go"
},
{
"name": "k8s.io/kube-openapi",
"direct": false,
"version": "v0.0.0-20250910181357-589584f1c912",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/json",
"direct": false,
"version": "v0.0.0-20241010143419-9aa6b5e7a4b3",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/json",
"direct": false,
"version": "v0.0.0-20250730193827-2d320260d730",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/randfill",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/structured-merge-diff/v4",
"direct": false,
"version": "v4.6.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/structured-merge-diff/v6",
"direct": false,
"version": "v6.3.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/yaml",
"direct": false,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/yaml",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 177,
"direct_count": 45,
"indirect_count": 132
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 369,
"open_issues": 107,
"closed_ratio": 0.704,
"closed_issues": 254,
"closed_unmerged_prs": 62
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "mikenairn",
"commits": 384,
"avatar_url": "https://avatars.githubusercontent.com/u/327352?v=4"
},
{
"type": "User",
"login": "maksymvavilov",
"commits": 121,
"avatar_url": "https://avatars.githubusercontent.com/u/37799801?v=4"
},
{
"type": "User",
"login": "maleck13",
"commits": 90,
"avatar_url": "https://avatars.githubusercontent.com/u/304628?v=4"
},
{
"type": "User",
"login": "philbrookes",
"commits": 88,
"avatar_url": "https://avatars.githubusercontent.com/u/1033452?v=4"
},
{
"type": "User",
"login": "Boomatang",
"commits": 51,
"avatar_url": "https://avatars.githubusercontent.com/u/10224565?v=4"
},
{
"type": "User",
"login": "didierofrivia",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/4183971?v=4"
},
{
"type": "User",
"login": "eguzki",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/881529?v=4"
},
{
"type": "User",
"login": "thomasmaas",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/54224?v=4"
},
{
"type": "User",
"login": "laurafitzgerald",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/6498727?v=4"
},
{
"type": "User",
"login": "KevFan",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/24636860?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.456
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-coredns-images.yaml",
"build-images-for-tag-release.yaml",
"build-images.yaml",
"ci-e2e-0.yaml",
"ci.yaml",
"delete-release-helm-chart.yaml",
"release-helm-chart.yaml",
"upload-cli.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yaml"
],
"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": 6,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 0,
"reason": "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": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 2,
"reason": "8 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "cda782a01149775b83062600c119971f45a657fb",
"ran_at": "2026-08-01T06:16:46Z",
"aggregate_score": 4.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-30T09:38:42Z",
"oldest_open_prs": [
{
"number": 733,
"created_at": "2026-02-17T16:49:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 788,
"created_at": "2026-06-25T10:06:14Z",
"last_comment_at": "2026-06-30T08:40:02Z",
"last_comment_author": "mikenairn"
},
{
"number": 791,
"created_at": "2026-07-10T13:00:17Z",
"last_comment_at": "2026-07-10T14:40:16Z",
"last_comment_author": "thomasmaas"
},
{
"number": 795,
"created_at": "2026-07-15T15:43:47Z",
"last_comment_at": "2026-07-15T15:44:22Z",
"last_comment_author": "coderabbitai"
},
{
"number": 800,
"created_at": "2026-07-25T02:02:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 801,
"created_at": "2026-07-25T04:40:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 806,
"created_at": "2026-07-31T10:04:00Z",
"last_comment_at": "2026-07-31T10:04:08Z",
"last_comment_author": "coderabbitai"
}
],
"last_merged_pr_at": "2026-07-30T09:10:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 42,
"created_at": "2024-03-01T14:04:27Z",
"last_comment_at": "2024-03-06T11:08:06Z",
"last_comment_author": "mikenairn"
},
{
"number": 90,
"created_at": "2024-04-22T15:20:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 118,
"created_at": "2024-05-14T10:32:25Z",
"last_comment_at": "2024-09-12T09:06:12Z",
"last_comment_author": "philbrookes"
},
{
"number": 175,
"created_at": "2024-06-28T07:27:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 181,
"created_at": "2024-07-04T10:51:17Z",
"last_comment_at": "2024-10-10T10:07:57Z",
"last_comment_author": "philbrookes"
},
{
"number": 198,
"created_at": "2024-07-25T08:56:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 199,
"created_at": "2024-07-25T08:56:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 208,
"created_at": "2024-08-09T08:37:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 256,
"created_at": "2024-09-26T09:41:58Z",
"last_comment_at": "2025-01-16T16:56:35Z",
"last_comment_author": "david-martin"
},
{
"number": 263,
"created_at": "2024-10-03T08:52:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 295,
"created_at": "2024-11-07T11:19:40Z",
"last_comment_at": "2024-11-08T10:52:24Z",
"last_comment_author": "maksymvavilov"
},
{
"number": 305,
"created_at": "2024-11-14T10:36:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 323,
"created_at": "2024-12-02T14:01:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 329,
"created_at": "2024-12-05T15:57:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 333,
"created_at": "2024-12-18T08:18:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 336,
"created_at": "2025-01-15T12:04:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 338,
"created_at": "2025-01-15T12:04:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 339,
"created_at": "2025-01-15T12:04:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 342,
"created_at": "2025-01-15T12:11:10Z",
"last_comment_at": "2025-08-28T08:40:39Z",
"last_comment_author": "maksymvavilov"
},
{
"number": 343,
"created_at": "2025-01-15T13:56:49Z",
"last_comment_at": "2025-07-01T10:57:28Z",
"last_comment_author": "maksymvavilov"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Kuadrant/dns-operator",
"host": "github.com",
"name": "dns-operator",
"owner": "Kuadrant"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": "The weighted overall 72 is calibrated to 86 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 72,
"calibrated": 86,
"calibration": "2026-08-02"
}
}
],
"value": 86,
"inputs": {
"security": 56,
"vitality": 90,
"community": 49,
"governance": 76,
"calibration": "2026-08-02",
"engineering": 80,
"ai_readiness": 82,
"weighted_overall_raw": 72
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 90,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "exceptional",
"name": "Development activity",
"note": null,
"notes": [],
"value": 95,
"inputs": {
"commits_last_year": 313,
"human_commit_share": 0.97,
"days_since_last_push": 0,
"active_weeks_last_year": 45
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "45/52 weeks with commits",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 45
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "313 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 313
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 23,
"latest_release_tag": "v0.16.3",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 67.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "23 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 23
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~67.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 67.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"forks": 22,
"stars": 12,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "12 stars",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 12
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "22 forks",
"points": 11,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 22
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 76,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 20,
"top_contributor_share": 0.456
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 46% of commits",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 46
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "20 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 20
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 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": 369,
"open_issues": 107,
"closed_issues": 254,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.704,
"closed_unmerged_prs": 62,
"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": "70% of issues closed",
"points": 29.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 70
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "369/431 decided PRs merged",
"points": 25.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 369,
"decided": 431
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 115,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Kuadrant",
"public_repos": 65,
"account_age_days": 1995
},
"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": "115 followers of Kuadrant",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 115,
"login": "Kuadrant"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "65 public repos, account ~5 yr old",
"points": 23.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 65
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/kuadrant/dns-operator"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 16
},
"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 16 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 16
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "28 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 28
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 80,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "8 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 8
}
}
],
"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.yaml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "dangerous workflow patterns detected",
"points": 0,
"status": "missed",
"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": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "8 existing vulnerabilities detected",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 177 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": 177
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 13,
"affected_packages": 10,
"assessed_packages": 177,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, unknown 8",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: golang.org/x/net v0.55.0 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/net v0.55.0 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 177,
"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": 7
},
"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": "excellent",
"name": "AI Readiness",
"value": 82,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.825,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 10403
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "80 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 80,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"coredns/plugin/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.07,
"toolchain_manifests": [
"coredns/plugin/geoip/go.mod",
"coredns/plugin/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0.03
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, coredns/plugin/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, coredns/plugin/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.yaml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 105340,
"source_files_sampled": 141,
"oversized_source_files": 4
},
"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": "4/141 source files over 60KB",
"points": 53.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 141,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples",
"samples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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, samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, samples"
}
}
],
"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)."
}
],
"metrics_version": "2.2.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-01T06:17:10.988475Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/Kuadrant/dns-operator.svg",
"full_name": "Kuadrant/dns-operator",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}