# Changelog

> **This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings — which rule fired, in which file, on which line, and how to fix it — are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.**

## Score

- CAI 71 → 50 (-20.5)
- Rubric changed (rubric-2026.08.18 → rubric-2026.08.15) — scores are not directly comparable.

## Lenses

- Code Health 98 → 100 (+1.8)
- Architecture 99 → 96 (-3.4)
- Maturity 64 → 59 (-4.4)
- Readiness 65 → 30 (-34.6)
- Security 78 → 62 (-16.6)

## Resolved (6)

- Change coupling: code_request.rb ↔ token_request.rb (lib/doorkeeper/oauth/code_request.rb)
- Coverage not included — suite not readable by the collector
- Dependency hygiene not measured — dependency manifest found but not parsed for hygiene
- Off-boarding risk: anonymized user #1
- RedirectUriValidator.validate_each (cognitive 19) (lib/doorkeeper/orm/active_record/redirect_uri_validator.rb)
- TooManyMethods: Config (lib/doorkeeper/config.rb)

## New (6)

- Coverage not measured — test suite did not build
- Dimension evaluation failed
- Disclosure policy has no reporting contact
- High: security finding (details withheld)
- Low IaC: DS-0026 (Dockerfile)
- No tests found

## Changes since last survey

- 37 commits — 29 feature/other, 8 fixes

## By area

- (root) — 17 commits
- lib/doorkeeper — 11 commits
- lib/generators — 3 commits
- spec/requests — 3 commits
- .claude/CLAUDE.md — 1 commit
- spec/controllers — 1 commit
- spec/lib — 1 commit

## Notable commits

- fix: Merge pull request #1874 from 55728/fix/force-pkce-only-code-response-types
- fix: Merge pull request #1881 from 55728/fix/api-only-applications-controller-flash
- fix: Merge pull request #1884 from 55728/fix/token-type-hint-fallback
- fix: Merge pull request #1885 from 55728/fix/grant-access-token-id-index
- fix: Merge pull request #1891 from 55728/fix/uri-checker-nil-client-url
- fix: Merge pull request #1898 from 55728/fix/client-credentials-resource-indicator-reuse
- fix: Merge pull request #1902 from 55728/fix/unify-default-scope-calculation
- fix: Merge pull request #1903 from 55728/fix/client-credentials-cross-audience-revocation
- change: Add Resource Indicators for OAuth 2.0
- change: Add built-in private_key_jwt client authentication (RFC 7523)
- change: Add cautionary doc comment for allow_blank_redirect_uri
- change: Add spec coverage to pin answered issue behaviors
- change: Answer invalid_redirect_uri instead of 500 when the client registered no redirect URI
- change: Assert scope equality instead of object identity in pre_auth spec
- change: Clarify comment scope: redirection-based OAuth flows
- change: Clarify the NameID -> User#name mapping in the custom grant flow spec
- change: Document custom grant flow registration in the README [#764]
- change: Document the client authentication methods registry in the README
- change: Guard blank client_url explicitly in valid_for_authorization?
- change: Index oauth_access_grants.access_token_id, which #1879 filters by
- …and 17 more
