mirror of
https://github.com/esphome/esphome.git
synced 2026-03-02 18:58:20 -07:00
f2e1c2c6509a6a68799c340a82f0ad839694cc2a
- Use auth.value().size() instead of strlen() to avoid rescanning attacker-controlled header content. - Iterate over digest_len (expected length) instead of max_len so a long Authorization header cannot force extra work. The full-width length XOR already rejects any length mismatch.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
255 MiB
Languages
C++
64.1%
Python
35.5%
C
0.3%
