Skip to content

Commit b59bf13

Browse files
committed
Release 3.1.1
Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent fd438c8 commit b59bf13

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## v3.1.0
414

515
### Added

tuf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# This value is used in the requests user agent.
8-
__version__ = "3.1.0"
8+
__version__ = "3.1.1"

0 commit comments

Comments
 (0)