We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The TUF spec says delegation pathpatterns support unix shell-style pattern matching, but that's not supported in rust-tuf yet.
The text was updated successfully, but these errors were encountered:
Allow paths to contain *
*
358395b
From theupdateframework#377, the [TUF spec] allows for paths to contain `*`. According to @lukesteensen, this is routinely used in delegations. Note though this does not attempt to implement delegation path globs. That will be implemented in theupdateframework#388. [TUF spec]: https://theupdateframework.github.io/specification/latest/#targetpath
fd0deb9
3c77917
From #377, the [TUF spec] allows for paths to contain `*`. According to @lukesteensen, this is routinely used in delegations. Note though this does not attempt to implement delegation path globs. That will be implemented in #388. [TUF spec]: https://theupdateframework.github.io/specification/latest/#targetpath
No branches or pull requests
The TUF spec says delegation pathpatterns support unix shell-style pattern matching, but that's not supported in rust-tuf yet.
The text was updated successfully, but these errors were encountered: