Skip to content

fix/SOC2-908 - Dependabot vulnerabilities fix - #632

Merged
robert-goheen-cko merged 1 commit into
masterfrom
fix/dependabot-security-2026-08
Aug 4, 2026
Merged

fix/SOC2-908 - Dependabot vulnerabilities fix#632
robert-goheen-cko merged 1 commit into
masterfrom
fix/dependabot-security-2026-08

Conversation

@david-ruiz-cko

@david-ruiz-cko david-ruiz-cko commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the sonarcube and log4j dependencies and modifies the .github/dependabot.yml configuration to improve dependency management by grouping related dependencies and adding support for GitHub Actions. The main changes are:

Dependency updates:

  • sonarcube to 7.3.1.8318
  • log4j to log4j:log4j-api:2.25.5, log4j-core:2.25.5, log4j-slf4j2-impl:2.25.5

Dependency grouping:

  • Added a test-deps group to combine updates for testing-related dependencies (org.junit*, org.mockito*, org.apache.logging.log4j*, org.hamcrest*) into single pull requests, reducing noise and making test dependency updates easier to manage.

Dependabot configuration enhancements:

  • Increased the open-pull-requests-limit to 10 for the main package ecosystem, allowing more concurrent dependency update PRs.
  • Added a new configuration for the github-actions ecosystem with a weekly update schedule, enabling automated updates for GitHub Actions workflows.

@david-ruiz-cko
david-ruiz-cko requested a review from a team August 4, 2026 10:16
@agent-wall-e

agent-wall-e Bot commented Aug 4, 2026

Copy link
Copy Markdown

🟡 Risk Classification: MINOR

Approval route: AI Review + Human Approval
Rollback controls: Staged rollout + rollback

Classification reasons

  • no_low_class_matched
  • prod_source_modified

Operational gates

  • ✅ jira_ticket (SOC2-908)
  • ✅ independent_review

Files analysed: 2


wall-e 2026.06.19-02 · policy 376219bc71e6…

@agent-wall-e

agent-wall-e Bot commented Aug 4, 2026

Copy link
Copy Markdown
🔬 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.

Reason code Kind Clause Meaning
no_low_class_matched informational §2.2 (fall-through) None of the deterministic Low classes (§2.2.3, §2.2.4, §2.2.7, docs-only) applied; classifier fell through to LLM evaluation.
prod_source_modified informational §2.1 M7 (informational) At least one file is non-doc, non-test, non-IaC — i.e. application source code was modified.

Kinds:

  • classifying — this rule contributed to the chosen tier.
  • informational — context only; did not by itself decide the tier.

See issue #3 for the proposal to formalise this map as Appendix A of the standards doc.

wall-e 2026.06.19-02 · debug

@sonarqubecloud

sonarqubecloud Bot commented Aug 4, 2026

Copy link
Copy Markdown

@robert-goheen-cko
robert-goheen-cko merged commit 774b8e7 into master Aug 4, 2026
6 checks passed
@robert-goheen-cko
robert-goheen-cko deleted the fix/dependabot-security-2026-08 branch August 4, 2026 11:28
david-ruiz-cko added a commit that referenced this pull request Aug 6, 2026
Release 7.15.0 bundles the 3DS challenge indicator alignment plus a broader refresh of the Sessions model (#631), and a dependency/security update (#632).

### 3DS Challenge Indicator Modeling

* Introduced a new `SessionChallengeIndicator` enum in `sessions` to represent all nine possible challenge indicator values for session endpoints, including exemption requests, with detailed documentation for each value. (`src/main/java/com/checkout/sessions/SessionChallengeIndicator.java`)
* Updated `ChallengeIndicator` in `common` to clarify its use for payment-related endpoints and to deprecate exemption values, which are now only valid for sessions. Improved documentation for each enum value and marked exemptions as deprecated. (`src/main/java/com/checkout/common/ChallengeIndicator.java`)
* Changed the type of the `challengeIndicator` field in both `CreateSessionAcceptedResponse` and `GetSessionResponse` from `ChallengeIndicator` to `SessionChallengeIndicator`, ensuring correct deserialization and alignment with API behaviour.
* Removed the now unnecessary imports of `ChallengeIndicator` from `CreateSessionAcceptedResponse`, `GetSessionResponse` and `SessionRequest`.

### Sessions Model Additions

* Added Google SPA support with four new classes: `GoogleSpa`, `GoogleSpaInfo`, `GoogleSpaIframe` and `GoogleSpaToken`. (`src/main/java/com/checkout/sessions/GoogleSpa*.java`)
* Added the preferred experiences model: `SessionPreferredExperiences`, `Experience`, `ExperienceStatus` and `ExperienceOutcome`.
* Added `ThreeDSInfo` and `ThreeDSErrorDetails` to model the 3DS information and error detail objects returned by the session endpoints.
* Added the `SessionScheme` enum with the full set of spec values, replacing loosely typed scheme fields.
* Extended `SessionRequest` with the new fields (Google SPA, preferred experiences, device information) and fixed the `priorTransactionReference` handling.
* Updated `TransactionType` and `SessionsCardMetadataResponse` to match the current spec.

### Documentation

* Added comprehensive Javadoc for every field in `CreateSessionAcceptedResponse`, `GetSessionResponse` and `SessionRequest`, clarifying requirements, formats, patterns and default values.

### Test Coverage

* New serialization suites: `CreateSessionAcceptedResponseSerializationTest`, `GetSessionResponseSerializationTest`, `SessionRequestSerializationTest`.
* New enum conformance suites: `ChallengeIndicatorTest`, `SessionChallengeIndicatorTest`, `SessionSchemeTest`, `TransactionTypeTest`.
* Updated the sessions integration tests (`AbstractSessionsTestIT`, `RequestAndGetSessionsTestIT`) for the new indicator type.

### Security and Dependency Update

Dependency updates:
- sonarqube to 7.3.1.8318
- log4j to `log4j-api:2.25.5`, `log4j-core:2.25.5`, `log4j-slf4j2-impl:2.25.5`

Dependabot configuration:

* Added a `test-deps` group to combine updates for testing-related dependencies (`org.junit*`, `org.mockito*`, `org.apache.logging.log4j*`, `org.hamcrest*`) into single pull requests.
* Increased `open-pull-requests-limit` to 10 for the main package ecosystem.
* Added a `github-actions` ecosystem entry with a weekly update schedule.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants