aprs.me/lib/aprsme_web/live/map_live
Graham McIntire 288b9fbbb2
fix: address security vulnerabilities and concurrency issues
- Fix SQL injection in partition_manager, db_optimizer, and release.ex
- Fix XSS vulnerabilities with proper HTML escaping in LiveViews
- Add proper error handling for email delivery functions
- Fix race conditions with advisory locks and atomic operations
- Replace unsupervised spawn/Task.start with supervised alternatives
- Convert ETS operations to GenServer serialization for thread safety
- Change ETS tables from :public to :protected access
- Add client limits to prevent unbounded memory growth
- Add PubSub cleanup in GenServer terminate callbacks
- Fix device upsert to use atomic Repo.insert_all
2026-03-23 16:59:09 -05:00
..
components.ex vendor heroicons SVGs, remove GitHub dependency 2026-03-03 13:34:23 -06:00
data_builder.ex fix: address security vulnerabilities and concurrency issues 2026-03-23 16:59:09 -05:00
display_manager.ex refactor: reduce map live complexity 2026-03-22 17:20:47 -05:00
historical_loader.ex Fix dialyzer type errors in coordinate validation 2026-02-20 18:17:59 -06:00
index.ex refactor: reduce map live complexity 2026-03-22 17:20:47 -05:00
navigation.ex Add logging to map location determination for debugging 2026-03-22 16:27:43 -05:00
packet_batcher.ex updates with parser updates 2025-08-03 09:19:31 -05:00
packet_processor.ex Batch RF path queries, batch marker removals, and JS callsign index 2026-02-20 09:04:22 -06:00
packet_utils.ex Remove dead PostGIS code, deduplicate utilities, and simplify module hierarchy 2026-02-20 13:39:07 -06:00
popup_component.ex integrate /:call to main page 2025-07-13 10:36:58 -05:00
rf_path.ex Batch push_events, RF path queries, and ETS tuning for hot paths 2026-02-20 08:30:54 -06:00
url_params.ex fix: Resolve majority of dialyzer type errors 2025-07-30 13:30:21 -05:00