You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
This mozilla/PyHawk repository is no longer maintained so this Security Vulnerability will not be addressed.
Use the mohawk repository if you are looking for a python implementation of Hawk Authentication.
Alternatively hawkauthlib may have merged my PR which addresses this vulnerability by the time you have read this.
The text was updated successfully, but these errors were encountered:
The incoming (client supplied) hash of the payload is being trusted by the server and not verified before the signature is calculated.
See:
PyHawk/hawk/hcrypto.py
Line 65 in 142d6cb
This vulnerability has persisted to
hawkauthlib
and reported, but is not present inmohawk
as it has added robust payload verificationThis
mozilla/PyHawk
repository is no longer maintained so this Security Vulnerability will not be addressed.Use the
mohawk
repository if you are looking for a python implementation of Hawk Authentication.Alternatively
hawkauthlib
may have merged my PR which addresses this vulnerability by the time you have read this.The text was updated successfully, but these errors were encountered: