rusackas opened a new pull request, #40558: URL: https://github.com/apache/superset/pull/40558
### SUMMARY Two small code-quality hardening tweaks surfaced by static analysis. No behavior change for normal inputs. - **`legacy-plugin-chart-calendar` vendored `cal-heatmap` helper** — `mergeRecursive` now skips `__proto__`, `constructor`, and `prototype` keys when copying properties from the source object, so a merge source can't reach the destination object's prototype. - **`superset-mcp.js` dev launcher** — the "is Superset importable" check now uses `execFileSync(python, ['-c', 'import superset'])` instead of assembling a shell command string. This matches how the server process is already launched (`spawn(python, args)`), so no shell parsing is involved. ### TESTING INSTRUCTIONS - [x] Reviewed both call sites; argument shape unchanged for normal inputs - [ ] CI green ### ADDITIONAL INFORMATION - [ ] Has associated issue: n/a - [ ] Required feature flags: n/a - [ ] Changes UI: No - [ ] Includes DB Migration: No - [ ] Introduces new feature or API: No - [ ] Removes existing feature or API: No 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
