Validate that a string is base64-encoded before trying to base64 decode it. (PRs #648 and #649)
This commit is contained in:
Sean Whalen
2026-01-08 13:29:20 -05:00
parent 343b53ef18
commit 0e3a4b0f06
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 9.0.9
### Fixes
- Validate that a string is base64-encoded before trying to base64 decode it. (PRs #648 and #649)
## 9.0.8
### Fixes

View File

@@ -1,3 +1,3 @@
__version__ = "9.0.8"
__version__ = "9.0.9"
USER_AGENT = f"parsedmarc/{__version__}"