Skip to content
New issue

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

rust-tuf doesn't support delegation glob pathpatterns #388

Open
erickt opened this issue Sep 23, 2022 · 0 comments
Open

rust-tuf doesn't support delegation glob pathpatterns #388

erickt opened this issue Sep 23, 2022 · 0 comments

Comments

@erickt
Copy link
Collaborator

erickt commented Sep 23, 2022

The TUF spec says delegation pathpatterns support unix shell-style pattern matching, but that's not supported in rust-tuf yet.

erickt added a commit to erickt/rust-tuf that referenced this issue Sep 23, 2022
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
erickt added a commit to erickt/rust-tuf that referenced this issue Sep 27, 2022
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
erickt added a commit that referenced this issue Sep 27, 2022
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant