Release 8.2.1 - Oauth scopes review - #668
Conversation
🟢 Risk Classification: LOWApproval route: AI Auto-Approval Classification reasons
Operational gates
Files analysed: 1 wall-e 2026.06.19-02 · policy |
🔬 Debug — why this classification?Each reason code emitted by the classifier, its source clause in the AI in SDLC Control Framework, and what it means.
Kinds:
See issue #3 for the proposal to formalise this map as Appendix A of the standards doc. wall-e 2026.06.19-02 · debug |
🟢 Risk Classification: LOWApproval route: AI Auto-Approval Classification reasons
Operational gates
Files analysed: 2 wall-e 2026.06.19-02 · policy |
🔬 Debug — why this classification?Each reason code emitted by the classifier, its source clause in the AI in SDLC Control Framework, and what it means.
Kinds:
See issue #3 for the proposal to formalise this map as Appendix A of the standards doc. wall-e 2026.06.19-02 · debug |
|
There was a problem hiding this comment.
✅ Auto-approved — this PR meets all Low-risk criteria.
All checks passed, no unresolved comments, and the change classification is:
no_low_class_matchedprod_source_modified2.2.6_logical_extension:The PR only updates an enum's string constants and version number, adds/removes enum values, and updates tests—no new endpoints, persisted data, auth changes, external integrations, or new abstractions are introduced.
wall-e 2026.06.19-02 · policy 376219bc71e6…



This release updates the
OAuthScopeenum to synchronize it with the latest Checkout.com API specification, ensuring all documented OAuth 2.0 scopes are present and correctly named. It adds missing scopes, removes deprecated ones, and improves test coverage to catch future discrepancies. Additionally, integration tests are updated to use the correct, current scopes.OAuthScope enum synchronization and improvements:
DISPUTES_SCHEME_FILES,FLOW_REFLOW,ISSUING_DISPUTES,VAULT_CUSTOMERS,VAULT_GPAYME_ENROLLMENT,VAULT_TOKENS_METADATA, compliance-related scopes, etc.) and removed deprecated/retired ones (e.g.,MARKETPLACE,ISSUING_CARD_MGMT,ISSUING_CLIENT,FORWARD,FORWARD_SECRETS) to match the API spec. [1] [2] [3]PAYMENT_CONTEXTandGATEWAY_PAYMENT_CONTEXTSscopes, correcting previous naming and value mismatches.Test enhancements:
Integration test updates:
ACCOUNTSinstead ofMARKETPLACE, and the new issuing scopes instead ofISSUING_CARD_MGMT/ISSUING_CLIENT). [1] [2]