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
In 1809b9b we added logic to sanitize role names and target names before they are used as filepaths or URL paths. However, in snapshots.json we store the raw (unsanitized) names as the METAPATH, which is defined as:
: METAPATH :: A string giving the file path of the metadata on the repository relative to the metadata base URL. For snapshot.json, these are top-level targets metadata and delegated targets metadata.
It's a bit unclear whether we should be storing the raw/unsanitized names or the 'resolved' names.
The text was updated successfully, but these errors were encountered:
In 1809b9b we added logic to sanitize role names and target names before they are used as filepaths or URL paths. However, in snapshots.json we store the raw (unsanitized) names as the METAPATH, which is defined as:
It's a bit unclear whether we should be storing the raw/unsanitized names or the 'resolved' names.
The text was updated successfully, but these errors were encountered: