-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add TUF schema files #246
Draft
fridex
wants to merge
37
commits into
theupdateframework:master
Choose a base branch
from
fridex:tuf-in-toto-schema
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+632
−2
Draft
Add TUF schema files #246
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
dc9fe0b
Add TUF and in-toto schema files
24dc032
Remove files specific to Datadog agent integrations
885ea58
Minimum allowed version in 1 in timestamps.schema.json
767c54a
Allow versions without patch release number in timestamp.schema.json
6b6d6fb
Allow optional patch version in spec_version field
850f864
Require only targets.json in snapshot schema
40247c4
Version numbers are always 1 or above
975c34a
Neither specific targets nor delegations are expected in targets.json
4c22256
Use explicit pattern for datetime format
46281e4
Add missing version to targets.schema.json
fb56026
Loosen requirement on keyids
3a253ff
Let users specify signature scheme
84ad9f4
Add optional parts of the METAFILES section in snapshot.json
d6731dc
Field consistent_snapshot is optional in root.json
2affedf
Add optional mirror role to root.json
05fdf4b
Additionally specify targets in targets.json schema
17f3efd
Targets is a required property in targets.json
e6b6832
Specify schema of delegations in targets.json
3a59b30
Adjust targets section of targets.json
945bd6f
Fix schema for targets in targets.json
c6c6674
Minimum version number is 1
7705ca9
Provide schema for mirrors.json
a5f6a0e
Remove keyid_hash_algorithms from root.json schema
d9b0672
Remove schema for mirrors.json
5579cfa
Allow additional properties for keys to capture also keyid_hash_algor…
99843d9
Add schema for map.json file
9fb5926
Adjust schema for map.json - no need to have signed content
e17ccfb
Mention JSON schema files in TUF specification
62067e2
Relax requirement on signitures
1e6a129
Keyids can be SHA256
39d2add
SHA256/SHA512 are not required
c423ee2
Custom key is not required in targets.json schema
bcc2c17
Use JSON date-time format for expires
4efec41
Be more specific about keys allowed in targets.json delegations
a037d25
Bump date in TUF spec
dba81f9
Revert to using pattern for expires
ecc07c9
Bump version of tuf spec
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add optional parts of the METAFILES section in snapshot.json
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is defined in targets schema but not here