ASolarers-Rodriguez opened a new pull request, #41631:
URL: https://github.com/apache/superset/pull/41631

   ### SUMMARY
   
   `fast-uri` versions prior to `3.1.3` fail to canonicalize Unicode (IDN) 
hostnames for HTTP-family URLs, which can lead to host confusion 
(CVE-2026-13676). It is currently pulled in transitively (via 
`@fastify/ajv-compiler` → `ajv`) and resolves to `3.1.2` in the lockfile.
   
   This adds an `overrides` entry forcing `fast-uri` to `^3.1.3`, staying on 
the `3.x` line (note `4.0.0` is also listed as affected by the advisory). Only 
the `fast-uri` resolution changes in `package-lock.json`.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   N/A — dependency-only change.
   
   ### TESTING INSTRUCTIONS
   
   - `cd superset-frontend && npm ci` resolves cleanly.
   - `npm ls fast-uri` shows `3.1.3`.
   - Frontend build and unit tests pass.
   
   ### ADDITIONAL INFORMATION
   
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to