Skip to content

Conversation

@Redennison
Copy link
Contributor

@Redennison Redennison commented Sep 23, 2025

Description

Applied targeted resolution to pin store2 to 2.14.4 for avalanche package. This addresses GHSA-w5hq-hm5m-4548, a low-severity XSS vulnerability.

The ticket requested updating avalanche to a version with store2 2.14.4+, however the latest avalanche version (3.16.0) only includes store2 2.14.2. Used resolution to force avalanche@3.15.3 to use store2@2.14.4 instead of vulnerable 2.13.2.

Direct store2 usage audit: No direct store2.get() operations found in codebase

  • Searched for store2.get and store.get

localStorage XSS vectors review: No vulnerable patterns found

  • All localStorage usage is safe (documentation examples only)

Input validation: N/A (No user-controlled data used in store operations)

Issue Number

Ticket: DX-1562

How Has This Been Tested?

  • yarn audit - GHSA-w5hq-hm5m-4548 resolved, no store2 vulnerabilities
  • yarn unit-test - All tests successful

@Redennison Redennison force-pushed the DX-1562-address-store2-vulnerability branch from 0fcdb58 to 8dd30d9 Compare September 23, 2025 14:57
@Redennison Redennison marked this pull request as ready for review September 23, 2025 20:35
@Redennison Redennison requested a review from a team as a code owner September 23, 2025 20:35
@Redennison Redennison merged commit f5dd019 into master Sep 25, 2025
12 checks passed
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.

4 participants