Skip to content

override versions of groovy and netty to solve security issues#1955

Merged
robfrank merged 1 commit into
mainfrom
fix/upgrade-versions-to-fix-security
Feb 10, 2025
Merged

override versions of groovy and netty to solve security issues#1955
robfrank merged 1 commit into
mainfrom
fix/upgrade-versions-to-fix-security

Conversation

@robfrank
Copy link
Copy Markdown
Collaborator

What does this PR do?

Overrides the provided versions of groovy, commons-config and netty to solve security issues

Motivation

to resolve security issues highlighted by Meterian

Checklist

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios

@codacy-production
Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.03%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (f8d4f74) 68462 43983 64.24%
Head commit (02843ac) 68462 (+0) 44006 (+23) 64.28% (+0.03%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1955) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@robfrank robfrank merged commit eb852ab into main Feb 10, 2025
@robfrank robfrank deleted the fix/upgrade-versions-to-fix-security branch June 20, 2025 07:43
mergify Bot added a commit that referenced this pull request May 24, 2026
….Final [skip ci]

Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.4.0.Final to 2.4.1.Final.
Release notes

*Sourced from [io.undertow:undertow-core's releases](https://github.com/undertow-io/undertow/releases).*

> v.2.4.1.Final
> -------------
>
> Release [2.4.1.Final](https://redhat.atlassian.net/projects/UNDERTOW/versions/83343)
> Full list of Jiras: [view in Jira](https://redhat.atlassian.net/issues/?jql=fixVersion%20%3D%2083343%20ORDER%20BY%20created%20ASC)
>
> ```
>     # Release notes - Undertow - 2.4.1.Final
> ```
>
> ### Bug
>
> [UNDERTOW-2763](https://redhat.atlassian.net/browse/UNDERTOW-2763) As per RFC9112 reason-phrase is optional in HTTP 1.1 responses
>
> ### Enhancement
>
> [UNDERTOW-2759](https://redhat.atlassian.net/browse/UNDERTOW-2759) Enable testing in JDK25
>
> [UNDERTOW-2767](https://redhat.atlassian.net/browse/UNDERTOW-2767) [2.4.x] UndertowMessages at core uses the wrong message id for fixes in new parser


Commits

* [`3e2cfbc`](undertow-io/undertow@3e2cfbc) Prepare 2.4.1.Final
* [`6bea2c2`](undertow-io/undertow@6bea2c2) Merge pull request [#1966](https://redirect.github.com/undertow-io/undertow/issues/1966) from fl4via/UNDERTOW-2767
* [`4dbcdca`](undertow-io/undertow@4dbcdca) Merge pull request [#1952](https://redirect.github.com/undertow-io/undertow/issues/1952) from ropalka/UNDERTOW-2763
* [`366af17`](undertow-io/undertow@366af17) [UNDERTOW-2767] Move UndertowMessages.tooManyPathParameters from message id 2...
* [`12a2445`](undertow-io/undertow@12a2445) Merge pull request [#1955](https://redirect.github.com/undertow-io/undertow/issues/1955) from fl4via/UNDERTOW-2611\_2.4.x
* [`8334977`](undertow-io/undertow@8334977) [UNDERTOW-2611] Ensure max-request-size of a Multipart servlet can override a...
* [`a8bfac2`](undertow-io/undertow@a8bfac2) [UNDERTOW-2763] As per RFC 9112 reason phrase is optional in HTTP responses
* [`2ab6e54`](undertow-io/undertow@2ab6e54) Next is 2.4.1.Final
* See full diff in [compare view](undertow-io/undertow@2.4.0.Final...2.4.1.Final)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=io.undertow:undertow-core&package-manager=maven&previous-version=2.4.0.Final&new-version=2.4.1.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant