|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v0.19.0 |
| 4 | + |
| 5 | +For users of legacy client (tuf.client module) this is purely a security fix |
| 6 | +release with no API or functionality changes. For ngclient (tuf.ngclient) and |
| 7 | +Metadata API (tuf.api.metadata), some API changes are included. |
| 8 | + |
| 9 | +**All users are advised to upgrade**. |
| 10 | + |
| 11 | +Note that python-tuf has required python>=3.5 since release 0.18.0. |
| 12 | + |
| 13 | +### Fixed |
| 14 | +* GHSA-wjw6-2cqr-j4qr: Fix client side issue in both legacy client (tuf.client) |
| 15 | + and ngclient (tuf.ngclient) where a malicious repository could trick client |
| 16 | + to overwrite files outside the client metadata store during a metadata |
| 17 | + update. The fix includes percent-encoding the metadata rolename before using |
| 18 | + it as part of a filename |
| 19 | + https://github.com/theupdateframework/python-tuf/security/advisories/GHSA-wjw6-2cqr-j4qr |
| 20 | +* ngclient: Do not use urljoin to form metadata URL (included in |
| 21 | + GHSA-wjw6-2cqr-j4qr) |
| 22 | +* ngclient: Persist metadata safely (#1574) |
| 23 | +* ngclient: Handle timeout on session.get() (#1588) |
| 24 | + |
| 25 | +### Added |
| 26 | +* build: Dependabot now monitors GitHub Actions (#1572) |
| 27 | +* tests: ngclient test improvements (#1564, #1569, #1587) |
| 28 | +* Metadata API: Add TargetFile.from_file() (#1521) |
| 29 | + |
| 30 | +### Changed |
| 31 | +* build: Bump dependency charset-normalizer (#1581, #1586) |
| 32 | +* build: Bump dependency urllib3 (#1589) |
| 33 | +* build: Bump dependency cryptography (#1596) |
| 34 | +* Metadata API: Documentation improvements (#1533, #1590) |
| 35 | +* Metadata API: change Timestamp meta API (#1446) |
| 36 | +* Metadata API: change Delegations roles API (#1537) |
| 37 | +* ngclient: Remove unnecessary sleep() (#1608) |
| 38 | +* ngclient: Fix consistent targets URL resolution (#1591) |
| 39 | +* ngclient: Don't use target path as local path (#1592) |
| 40 | + |
3 | 41 | ## v0.18.1
|
4 | 42 |
|
5 | 43 | ### Changed
|
|
0 commit comments