You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For delegations, some examples seem to use a directory structure where foo/ means foo/bar/, foo/baz, and recursively everything under them. Other examples use what appears to be Unix style globbing like /foo/*.bar which would match foo/baz.bar and so on.
The spec should not actually specify either but say that a TUF implementation could use:
A directory structure
Regex
Unix globbing
Anything so long as it is well define and the server/client can agree on the method of representing delegated paths