yubikey_utils module should be moved from tests folder since this folder is excluded during wheel creation.
Use random generator suitable for security/cryptographic purposes (bandit).
Remove taf_yubikey_utils entry point from setup.py
In git.py module: sort url list to guarantee deterministic order of elements.
Code review checklist (for code reviewer to complete)
[ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
[ ] Title summarizes what is changing
[ ] Commit messages are meaningful (see this for details)
[ ] Tests have been included and/or updated, as appropriate
[ ] Docstrings have been included and/or updated, as appropriate
[ ] Changelog has been updated, as needed (see CHANGELOG.md)
Description (e.g. "Related to ...", etc.)
yubikey_utils
module should be moved from tests folder since this folder is excluded during wheel creation. Use random generator suitable for security/cryptographic purposes (bandit). Removetaf_yubikey_utils
entry point fromsetup.py
Ingit.py
module: sort url list to guarantee deterministic order of elements.Code review checklist (for code reviewer to complete)