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 fd438c8 commit b59bf13Copy full SHA for b59bf13
docs/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v3.1.1
4
+
5
+This is a security fix release to address advisory
6
+GHSA-77hh-43cm-v8j6. The issue does **not** affect tuf.ngclient
7
+users, but could affect tuf.api.metadata users.
8
9
+### Changed
10
+* Added additional input validation to
11
+ `tuf.api.metadata.Targets.get_delegated_role()`
12
13
## v3.1.0
14
15
### Added
tuf/__init__.py
@@ -5,4 +5,4 @@
"""
# This value is used in the requests user agent.
-__version__ = "3.1.0"
+__version__ = "3.1.1"
0 commit comments