Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Mend: high confidence minor and patch dependency updates #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mend-for-github.aaakk.us.kg[bot]
Copy link

@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot commented Jan 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.xmlunit:xmlunit-matchers (source) 2.9.0 -> 2.10.0 age adoption passing confidence
org.xmlunit:xmlunit-core (source) 2.9.0 -> 2.10.0 age adoption passing confidence
com.github.tomakehurst:wiremock-jre8 (source) 2.32.0 -> 2.35.2 age adoption passing confidence
commons-io:commons-io (source) 2.11.0 -> 2.12.0 age adoption passing confidence
org.projectlombok:lombok (source) 1.18.22 -> 1.18.36 age adoption passing confidence
org.apache.maven.plugins:maven-site-plugin 3.10.0 -> 3.21.0 age adoption passing confidence
org.apache.maven.plugins:maven-resources-plugin 3.2.0 -> 3.3.1 age adoption passing confidence
org.apache.maven.plugins:maven-jar-plugin 3.2.2 -> 3.4.2 age adoption passing confidence
org.apache.maven.plugins:maven-install-plugin 3.0.0-M1 -> 3.1.3 age adoption passing confidence
org.apache.maven.plugins:maven-deploy-plugin 3.0.0-M1 -> 3.1.3 age adoption passing confidence
org.apache.maven.plugins:maven-clean-plugin 3.1.0 -> 3.4.0 age adoption passing confidence
org.sonatype.plugins:nexus-staging-maven-plugin (source) 1.6.8 -> 1.7.0 age adoption passing confidence
org.apache.maven.plugins:maven-javadoc-plugin 3.3.1 -> 3.11.2 age adoption passing confidence
org.apache.maven.plugins:maven-source-plugin 3.2.1 -> 3.3.1 age adoption passing confidence
org.apache.maven.plugins:maven-gpg-plugin 3.0.1 -> 3.2.7 age adoption passing confidence
com.github.spotbugs:spotbugs-maven-plugin (source) 4.5.3.0 -> 4.8.6.6 age adoption passing confidence
org.apache.maven.plugins:maven-compiler-plugin 3.9.0 -> 3.13.0 age adoption passing confidence
org.apache.maven.plugins:maven-enforcer-plugin 3.0.0 -> 3.5.0 age adoption passing confidence
org.slf4j:slf4j-simple (source, changelog) 1.7.35 -> 1.7.36 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) 1.7.35 -> 1.7.36 age adoption passing confidence
org.codehaus.mojo:license-maven-plugin (source) 2.0.0 -> 2.5.0 age adoption passing confidence

By merging this PR, the issue #31 will be automatically resolved and closed:

Severity CVSS Score CVE Reachability
Medium Medium 4.3 CVE-2024-47554

Release Notes

xmlunit/xmlunit (org.xmlunit:xmlunit-matchers)

v2.10.0

Compare Source

  • add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can
    be compared.
    Inspired by Issue #​259

  • By default the TransformerFactorys created will now try to disable extension functions. If you need extension
    functions for your transformations you may want to pass in your own instance of TransformerFactory and
    TransformerFactoryConfigurer may help with that.
    Inspired by Issue #​264
    This is tracked as CVE-2024-31573.

  • JAXPXPathEngine will now try to disable the execution of extension functions by default but uses
    XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an
    XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer may help with that.

v2.9.1

Compare Source

  • fixed some AssertJ tests that didn't work on Windows.
    Issue #​252 and PR
    #​253 by
    @​Boiarshinov

  • added overloads to ElementSelectors.byXPath that accept a XPathEngine
    argument.
    Issue #​255

  • added Cyclone DX SBOMs to release artifacts

wiremock/wiremock (com.github.tomakehurst:wiremock-jre8)

v2.35.2

Compare Source

v2.35.1: - Security Release

Compare Source

🔒 This is a security release that addresses the following issues

NOTE: WireMock Studio, a proprietary distribution discontinued in 2022, is also affected by those issues and also affected by CVE-2023-39967 - Overall CVSS Score 8.6 - “Controlled and full-read SSRF through URL parameter when testing a request, webhooks and proxy mode”. The fixes will not be provided. The vendor recommends migrating to WireMock Cloud which is available as SaaS and private beta for on-premises deployments

Credits: @​W0rty, @​numacanedo, @​Mahoney, @​tomakehurst, @​oleg-nenashev

v2.35.0

Compare Source

Enhancements

  • Add a negative contains matcher - thanks Damian Orzepowski
  • Expose a Java API method for removing stubs by ID - thanks Patryk Fraczek
  • Document the import API in the OpenAPI doc - thanks to user i-whammy
  • Added the ability to restrict the addresses WireMock can proxy/record to, as a security measure.

Fixes

  • Strip Maven directories from the standalone JAR as some were appearing that weren't related to dependencies actually present, confusing scanning tools - thanks to user krageon
  • Dropped back to slf4j 1.7.36 and relocate it in the standalone JAR (ensuring 2.x users won't experience conflicts).

v2.34.0

Compare Source

This will be the final 2.x.x release and also the last to support Java 8.

Fixes

  • Fixed #​1689 - incorrect HTTP version header - thanks to user Poojitha
  • Fixed #​1882 - bug preventing matching of date/time query params/headers with custom format - thanks Klaas Dellschaft
  • #​1930 - Fixed a partial path traversal vulnerability in the file source code - thanks Jonathan Leitschuh
  • Fixed #​1783 - proxyUrlPrefixToRemove ignored when using a response definition transformer - thanks to user Ross-H-Projects
  • Fixed #​1872 - create a request entity for POST, PUT etc. proxied requests when a content-length header is present, regardless of whether the size is 0.
  • Fixed #​1946 - maths helper now supports epoch dates as inputs.

Enhancements

  • Added a public, non-static getScenarios() method allowing access to all scenarios.

All dependencies brought up to date including Jetty to 9.4.48.v20220622.

v2.33.2

Compare Source

WireMock 2.33.1 was accidentally released using Java 11 rather than 8, resulting in class incompatibilities in places.

This release is functionally identical but built using Java 8.

v2.33.1

Compare Source

Fixes
  • Put name field back on scenario API object having accidentally removed it.
  • Improved validation of scenario set and reset so that reasonable errors are returned when attempting to use non-existent scenario names or states.

v2.33.0

Compare Source

This is primarily a maintenance release that brings all dependency versions up to date including a version of Jackson containing the fix for CVE-2020-36518.

Enhancements
  • Added the ability to set and reset a single scenario's state
  • Proxy will now send a request body for any request method.
  • CORS response headers are now passed back from proxy responses when stub CORS is disabled.
Performance
  • Improved performance of Request.getHeaders() - thanks Doug Roper.
  • Improved performance of response body JSON parsing - thanks also Doug Roper.
projectlombok/lombok (org.projectlombok:lombok)

v1.18.36

Compare Source

v1.18.34

Compare Source

v1.18.32

Compare Source

v1.18.30

Compare Source

v1.18.28

Compare Source

v1.18.26

Compare Source

v1.18.24

Compare Source

sonatype/nexus-maven-plugins (org.sonatype.plugins:nexus-staging-maven-plugin)

v1.7.0

Compare Source

v1.6.14

Compare Source

v1.6.13

Compare Source

v1.6.12

Compare Source

v1.6.11

Compare Source

v1.6.10

Compare Source

mojohaus/license-maven-plugin (org.codehaus.mojo:license-maven-plugin)

v2.5.0

Compare Source

❗ NOTICE

Due to Doxia 2.x stack maven-site-plugin 3.20+ is required.
https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack

🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
🔧 Build

v2.4.0

Compare Source

🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
🔧 Build

v2.3.0

Compare Source

🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance

v2.2.0

Compare Source

🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance

v2.1.0

Compare Source

🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
🔧 Build

v2.0.1

What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot added the security fix Security fix generated by Mend label Jan 26, 2024
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from 546ac57 to 4a22d36 Compare January 29, 2024 07:03
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 4 times, most recently from cfc5e56 to d3ef00a Compare February 9, 2024 06:20
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 6 times, most recently from 0101c45 to 90c305c Compare February 20, 2024 06:27
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 4 times, most recently from ffa91d4 to 22cc09c Compare February 25, 2024 06:10
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 2 times, most recently from e274bc8 to 20a73f3 Compare March 13, 2024 05:56
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 6 times, most recently from f4a652e to d4acfa5 Compare March 24, 2024 05:46
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 5 times, most recently from dfb0fb6 to abb4bd6 Compare March 31, 2024 05:48
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 4 times, most recently from 29e53a6 to 485bdeb Compare October 12, 2024 06:17
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 4 times, most recently from 522f508 to 108964b Compare October 22, 2024 06:20
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 4 times, most recently from 961d4cb to 2e578a4 Compare October 29, 2024 10:25
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 3 times, most recently from 856d826 to fd66c8e Compare November 5, 2024 10:05
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 6 times, most recently from 3cacb8c to 9f14e21 Compare November 19, 2024 16:02
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 4 times, most recently from 21a1acc to e444cba Compare December 4, 2024 18:27
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 3 times, most recently from cabe1d8 to eca7814 Compare December 14, 2024 08:15
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from eca7814 to eec21e5 Compare December 15, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants