python-tuf icon indicating copy to clipboard operation
python-tuf copied to clipboard

Python reference implementation of The Update Framework (TUF)

Results 135 python-tuf issues
Sort by recently updated
recently updated
newest added

**Description of issue or feature request**: https://github.com/theupdateframework/python-tuf/pull/1946 adds a CD workflow to release build artifacts on PyPI and GH upon successful completion of the CI workflow for a pushed release...

low-prio

**Description of issue or feature request**: https://github.com/theupdateframework/python-tuf/pull/1946 adds a CD workflow to release build artifacts on PyPI and GH upon successful completion of the CI workflow for a pushed release...

low-prio

**Description of issue or feature request**: #1242 added a GitHub Actions based CI workflow, which configures basic pip caching. **Current behavior**: Basic pip caching in CI workflow **Expected behavior**: Explore...

good first issue
github_actions

**Description of issue or feature request**: #1242 added a GitHub Actions based CI workflow, which runs all configured builds in parallel, ignoring each others build results. However, GitHub Actions provides...

good first issue
github_actions

#1915 adds metadata generation (with stored expected results). We should expand the collection in two directions: * The current metadata is basically all with default values: Add More variation on...

testing
backlog

**Description of issue or feature request**: With the release of `python-tuf` 1.0.0 and the soon integration of `python-tuf` inside `Warehouse` we should decide and document what will our depreciation strategy...

documentation
discussion

The example client has two conflicting goals: * provide "production-like" error messages: don't dump a 300 line stack trace if the network is down * be a useful debugging tool...

good first issue
backlog

Spec defines ecdsa public keys as PEM strings: python-tuf implements them as PEM strings (with the "BEGIN PUBLIC KEY" preamble). go-tuf implements ecdsa public keys as hex encoded bytes. Here...

**Description of issue or feature request**: We have generated a new set of metadata files with #1915. Now we have two folders containing metadata files: - [tests/repository_data](https://github.com/theupdateframework/python-tuf/tree/develop/tests/repository_data) - [tests/generated_data](https://github.com/theupdateframework/python-tuf/tree/develop/tests/generated_data) It...

testing
backlog

**Current behavior**: Currently, in `tuf/api/metadata.py` we are using multiple ways to document our custom TUF exceptions. There are two main ways of how we handle exceptions: - there are places...

documentation
backlog