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

[security] Fix various vulnerable dependencies (Azure Kusto, JMS) #5

Merged
merged 1 commit into from
Mar 24, 2022

Conversation

nicoloboschi
Copy link
Contributor

  • Kusto
    • jakarta.el
    • oauth2-oidc-sdk
    • json-smart
  • JMS
    • classgraph

Both the connectors are still vulnerable to Jackson CVE https://nvd.nist.gov/vuln/detail/CVE-2020-36518
JMS still import commons-dbcp 1.4 (from calcite) but there is not a simple upgrade path. If we upgrade calcite to the latest we have commons-dbcp 2.6.0 which is vulnerable. I don't think it would be a good idea to force commons-dbcp 2.9.0 without having tests using calcite

@nicoloboschi nicoloboschi requested a review from dlg99 March 22, 2022 12:43
@dlg99 dlg99 merged commit d31b305 into master Mar 24, 2022
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.

2 participants