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

Make WireMock version configurable #22

Open
tomasbjerre opened this issue Nov 3, 2024 · 0 comments
Open

Make WireMock version configurable #22

tomasbjerre opened this issue Nov 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tomasbjerre
Copy link
Contributor

Proposal

I think that:

  • Whenever a new release is made of WireMock, that new version should be set in this plugin and this plugin should be released
  • Or, the version of WireMock in this plugin should be configurable, or even not set at all.

Current situation, with latest version of this plugin, is that user code fails in Snyk:

Upgrade org.wiremock:[email protected] to org.wiremock:[email protected] to fix
  ✗ Denial of Service (DoS) (new) [High Severity][https://security.snyk.io/vuln/SNYK-JAVA-ORGECLIPSEJETTY-8[18](https://github.com/wiremock/wiremock-spring-boot/actions/runs/11649861535/job/32437887124#step:4:19)6142] in org.eclipse.jetty:[email protected]
    introduced by org.wiremock:[email protected] > org.eclipse.jetty:[email protected] and 3 other path(s)

References

Now I do it like this in the user code:
https://github.com/wiremock/wiremock-spring-boot/blob/dd1186e495451aac468556fe37963d3f973ea323/build.gradle#L25

@tomasbjerre tomasbjerre added the enhancement New feature or request label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant