fix(ota): Add legacy option for devices using MD5 authentication #11861
+51
−18
GitHub Advanced Security / CodeQL
failed
Sep 18, 2025 in 2s
1 configuration not found
Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/master
was not found:
Actions workflow (codeql.yml
)
- ❓
/language:cpp
New alerts in code changed by this pull request
Security Alerts:
- 2 high
See annotations below for details.
Annotations
Check failure on line 147 in tools/espota.py
Code scanning / CodeQL
Use of a broken or weak cryptographic hashing algorithm on sensitive data High
is used in a hashing algorithm (MD5) that is insecure for password hashing, since it is not a computationally expensive hash function.
Check failure on line 159 in tools/espota.py
Code scanning / CodeQL
Use of a broken or weak cryptographic hashing algorithm on sensitive data High
is used in a hashing algorithm (SHA256) that is insecure for password hashing, since it is not a computationally expensive hash function.
Loading