Files
LEDMatrix/web_interface/blueprints
Chuck 7f95c76c18 fix(security): fix plugin update logging and config validation leak
- update_plugin: change logger.exception to logger.error in non-except
  branch (logger.exception outside an except block logs useless
  "NoneType: None" traceback)
- update_plugin: remove duplicate logger.exception call in except block
  (was logging the same failure twice)
- save_plugin_config validation: stop logging full plugin_config dict
  (can contain API keys, passwords, tokens) and raw form_data values;
  log only keys and validation errors instead

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 13:39:20 -04:00
..
2025-12-27 14:15:49 -05:00