-
Notifications
You must be signed in to change notification settings - Fork 5
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] Upgrade dependencies to fix severity #142
Comments
Thanks - I reviewed the list above OS dependencies Dependencies that don't match what we have from Many of these are pinned by egeria BOM -- it's unclear why your scanner is reporting older versions. Perhaps it is following the minimum required level within the pom, and not resolving using gradle's dependency management (this would be incorrect):
Hadoop specific dependencies These are pulled in via hadoop. It may be possible to pin to a later version, or in some cases excluded, but this will require more testing/investigation. The hadoop libraries are old....: One option may be to observe class loading when the connector is in operation, using a java agent -- or debugging, and then remove any we don't need?
So in summary:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions. |
The text was updated successfully, but these errors were encountered: