Skip to content

Conversation

@aarsilv
Copy link
Contributor

@aarsilv aarsilv commented Jan 6, 2026

Eppo Internal:
🎟️ Ticket: FFL-1680 - Address dependabot vulnerabilities

Motivation and Context

Address:

  • qs < 6.14.1/CVE-2025-15284 - qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion
    & js-yaml < 3.14.2/CVE-2025-64718 - js-yaml has prototype pollution in merge (<<)

Description

Update dev dependencies

How has this been documented?

N/A

How has this been tested?

Existing automated tests

@aarsilv aarsilv marked this pull request as ready for review January 6, 2026 18:08
@greghuels greghuels assigned aarsilv and unassigned greghuels Jan 6, 2026
"typings": "dist/node-server-sdk.d.ts",
"scripts": {
"lint": "eslint '**/*.{ts,tsx}' '**/*.d.{ts,tsx}' --cache",
"lint": "eslint '**/*.{ts,tsx}' --cache",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No .d.ts files in this project which was causing issues using linter in some situations

"devDependencies": {
"@google-cloud/storage": "^7.18.0",
"@microsoft/api-documenter": "^7.23.9",
"@microsoft/api-documenter": "^7.28.2",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that all fixes are in devDependencies

assignmentLogger: mockLogger,
});

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean up unrelated leftover linting issues

@aarsilv aarsilv merged commit 434fb69 into main Jan 6, 2026
8 checks passed
@aarsilv aarsilv deleted the aarsilv/ffl-1680/address-vulnerabilities branch January 6, 2026 23:18
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.

3 participants