The Wayback Machine - https://web.archive.org/web/20211107225205/https://github.com/topics/software
Skip to content
#

software

Here are 1,859 public repositories matching this topic...

lukpueh
lukpueh commented Oct 28, 2021

Description of issue or feature request:

Top-level role names - "root", "timestamp", "snapshot" and "targets" - are hardcoded throughout the code base. Good coding practice suggests to create constants for these and use them instead.

See

grep -rE  [\"\']\(root\|targets\|snapshot\|timestamp\)[\"\'] tuf/api/ tuf/ngclient/

Current behavior:

  • Top-level role names are

Improve this page

Add a description, image, and links to the software topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the software topic, visit your repo's landing page and select "manage topics."

Learn more