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

Allow paths to contain * #389

Merged
merged 1 commit into from
Sep 27, 2022
Merged

Allow paths to contain * #389

merged 1 commit into from
Sep 27, 2022

Conversation

erickt
Copy link
Collaborator

@erickt erickt commented Sep 23, 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/src/metadata.rs Outdated Show resolved Hide resolved
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 erickt merged commit 3c77917 into theupdateframework:develop Sep 27, 2022
@erickt erickt deleted the glob branch September 27, 2022 17:43
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

Successfully merging this pull request may close these issues.

2 participants