-
Notifications
You must be signed in to change notification settings - Fork 291
Description
Hi Node-Java Team,
I am currently using the Node-Java library in my Node.js application. During a deployment scan using Sysdig, a vulnerability was flagged due to the version of apache.commons:commons-lang3 included as a dependency.
To comply with Sysdig security standards, I need to ensure that apache.commons:commons-lang3 is upgraded to version 3.18.0, as the currently bundled version contains known vulnerabilities (refer to the attached screenshot).
If anyone has previously encountered this issue and found a workaround or method to manually override or patch the dependency, I would greatly appreciate it if you could share the details.
Otherwise, I kindly request the following actions:
Upgrade the apache.commons:commons-lang3 dependency to version 3.18.0
Publish a new version of the Node-Java library that includes this update
This upgrade is critical for proceeding with my secure deployment pipeline. Please let me know if you need any additional details from my end or if there is an alternative approach I can follow to resolve this issue.
Thank you for your support.