mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Release 3.1.1
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
This commit is contained in:
parent
fd438c86fc
commit
b59bf13a7e
2 changed files with 11 additions and 1 deletions
|
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## v3.1.1
|
||||
|
||||
This is a security fix release to address advisory
|
||||
GHSA-77hh-43cm-v8j6. The issue does **not** affect tuf.ngclient
|
||||
users, but could affect tuf.api.metadata users.
|
||||
|
||||
### Changed
|
||||
* Added additional input validation to
|
||||
`tuf.api.metadata.Targets.get_delegated_role()`
|
||||
|
||||
## v3.1.0
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@
|
|||
"""
|
||||
|
||||
# This value is used in the requests user agent.
|
||||
__version__ = "3.1.0"
|
||||
__version__ = "3.1.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue