fix(utils): use hmac.compare_digest for secure WebApp signature validation

This commit is contained in:
iSlavok 2025-07-16 02:02:10 +05:00
parent 7a517f1eba
commit f2b8e607ee
2 changed files with 2 additions and 1 deletions

1
CHANGES/1709.bugfix.rst Normal file
View file

@ -0,0 +1 @@
Use `hmac.compare_digest` for validating WebApp data to prevent timing attacks.