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

Override a number of libraries to ensure we clear vulnerablities #365

Merged
merged 6 commits into from Oct 17, 2021

Conversation

hazendaz
Copy link
Member

No description provided.

…tbugs

While spotbugs uses semantic versioning, us doing the same does not allow for any patches.  Using this style with one extra position allows us to patch.  It will most often be .0 but in this first case, I need to release a patch to patch vulnerable library usage.
This most likely actually requires even newer, but still stating 3.2.5 which is extremely old is not ideal.  No one really should use less than 3.8.1 due to vulnerabilities anyways.  So this is not exactly what we want yet but is moving it forwards to block attempted old usage we don't even test for.
@hazendaz hazendaz self-assigned this Oct 17, 2021
@hazendaz hazendaz merged commit ea259b0 into spotbugs:spotbugs Oct 17, 2021
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.

None yet

1 participant