Martin Vrachev
Martin Vrachev
**Describe the bug** I am scanning many repositories with a single command ``` bandit -v -ii -lll -r ./ ``` and I get this result:  Same happens with this...
Related to issue https://github.com/theupdateframework/python-tuf/issues/1909 **Description of the changes being introduced by the pull request**: Add a basic example script showing all features of the succinct hash bin delegations and the...
**Description of issue or feature request**: Currently, I am working to support succinct hash bin delegation as described in [TAP 15](https://github.com/theupdateframework/taps/blob/master/tap15.md) in [Repository Editor for TUF](https://github.com/vmware-labs/repository-editor-for-tuf). `Repository Editor for Tuf`...
**Description of issue or feature request**: [TAP 15](https://github.com/theupdateframework/taps/blob/master/tap15.md) was created on June 23-rd 2020 and was last modified in July 6-th 2020. Since then the TAP has been put to...
**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...
**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...
**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...
**Description of issue or feature request**: I run 1coverage` locally to find out at how many places do we miss unit test coverage. We are pretty good right now with...
**Description of issue or feature request**: Inside `tox.ini` we have defined a test case where we test against latest changes in securesystemslib master: https://github.com/theupdateframework/python-tuf/blob/fc9b42fa5d4e887821189055b9f44fa0f04f0885/tox.ini#L31 I wanted to try it out,...
**Description of issue or feature request**: After we merged #1815 I noticed multiple lines inside function docstrings are over 80 characters. Then I run a local scan with `black` (version...