MLE-22656 : Provide fix for BlackDuck vulnerabilities in Node Client.#934
Merged
anu3990 merged 1 commit intomarklogic:developfrom Jun 25, 2025
Merged
MLE-22656 : Provide fix for BlackDuck vulnerabilities in Node Client.#934anu3990 merged 1 commit intomarklogic:developfrom
anu3990 merged 1 commit intomarklogic:developfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR addresses BlackDuck-reported vulnerabilities in the Node client by updating dependency versions and adding overrides for known issues.
- Upgrades
bunyanto v2.0.5 - Adds
overridesentries forbrace-expansion,glob, andtar-fs
Comments suppressed due to low confidence (2)
package.json:56
- Upgrading from bunyan v1.x to v2.x is a major version bump that may include breaking changes. Please ensure existing logging behavior is covered by tests and update any initialization calls if needed.
"bunyan": "2.0.5",
package.json:80
- The PR description mentions an
inflightmemory-leak vulnerability, but there's no override forinflight. Consider adding an override to a patched version ofinflightto fully address that issue.
"brace-expansion": "2.0.2",
| "overrides": { | ||
| "braces": "3.0.3", | ||
| "brace-expansion": "2.0.2", | ||
| "cross-spawn":"7.0.6", |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This commit includes fixes for - - Inflight Vulnerable to Denial-of-Service (DoS) via Memory Leak - 'brace-expansion' Package Vulnerable to Regular Expression Denial-of-Service (ReDoS) - GHSA-8cj5-5rvv-wf4v
stevebio
approved these changes
Jun 25, 2025
Collaborator
stevebio
left a comment
There was a problem hiding this comment.
Looks good, blackduck suggestions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit includes fixes for -