Compare commits
2 Commits
v2.5.1
...
CVE-2022-4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d400425fcb | ||
|
|
54db5a513b |
@@ -1,7 +1,4 @@
|
||||
# Change Log
|
||||
## 2.5.1
|
||||
* Fix: CVE-2022-42731: related to possibility of registration replay attack thanks to 'SSE (Secure Systems Engineering)'
|
||||
|
||||
## 2.5.0
|
||||
|
||||
* Fixed: issue in the 'Authorize' button don't show on Firefox and Chrome on iOS.
|
||||
|
||||
@@ -57,7 +57,7 @@ def complete_reg(request):
|
||||
att_obj = AttestationObject((data['attestationObject']))
|
||||
server = getServer()
|
||||
auth_data = server.register_complete(
|
||||
request.session.pop['fido_state'],
|
||||
request.session.pop('fido_state'),
|
||||
client_data,
|
||||
att_obj
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user