hammockman / breather

Ventilators for the Masses
1 stars 0 forks source link

securing app #27

Open hammockman opened 4 years ago

hammockman commented 4 years ago

The current app has security/safety holes. Many, many of them.

  1. prevent breathe.py being able to be run more than once
  2. check on values in UI before sending (via MQTT broker) to app
  3. allow only one UI client to change settings
  4. prevent unauth publishing of breathe/# messages to broker
  5. etc...