mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-03-28 17:42:56 +01:00
- Fix XSS vulnerability by using data attributes instead of inline onclick handlers in node_tags.html template - Fix URL injection by using urlencode for all redirect URL parameters - Add validation to reject moves where source and destination nodes are the same (returns 400 Bad Request) - Add error handling for response.json() calls that may fail - Add missing test coverage for update endpoint error scenarios