Fix error in validate_signature_fields which prevented signature expiration from being properly evaluated (LP: #2068937)

This commit is contained in:
Scott Kitterman
2024-06-23 16:34:37 -04:00
parent ab569cc77c
commit ed5931c0c9
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
UNRELEASED Version 1.1.7
- Fix error in validate_signature_fields which prevented signature
expiration from being properly evaluated (LP: #2068937)
2024-04-14 Version 1.1.6
- Use raw byte string for regex; fixes SyntaxWarning in Python 3.12 due to
invalid escape sequence (LP: #2049518) - Thanks to Simon Chopin for the