We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3342747 commit ec79b98Copy full SHA for ec79b98
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
+## 1.2.2
4
+
5
+- Sanitize the username part of the LNURLP URL to avoid XSS attacks.
6
7
## 1.2.1
8
9
- Bug fix: Verify UMA invoice signature won't mutate the invoice object.
10
11
## 1.2.0
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = uma-sdk
-version = 1.2.1
+version = 1.2.2
description = Python SDK for UMA (universal money address)
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments