Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
theupdateframework
/
python-tuf
Public
Notifications
You must be signed in to change notification settings
Fork
303
Star
1.7k
Code
Issues
58
Pull requests
9
Actions
Projects
Security and quality
7
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
PoC(tap): Snapshot merkle tree
- #1113
#1113
Closed
mnm678
wants to merge 23 commits into
theupdateframework:develop
theupdateframework/python-tuf:develop
from
mnm678:snapshot-merkle-tree
mnm678/tuf:snapshot-merkle-tree
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Closed
PoC(tap): Snapshot merkle tree
#1113
mnm678
wants to merge 23 commits into
theupdateframework:develop
theupdateframework/python-tuf:develop
from
mnm678:snapshot-merkle-tree
mnm678/tuf:snapshot-merkle-tree
Copy head branch name to clipboard
Commits
Commits on Jan 29, 2021
Add merkle tree generation.
Show description for 275493e
mnm678
committed
275493e
View commit details
Copy full SHA for 275493e
Browse repository at this point
Add tests for snapshot merkle tree generation
Show description for 6b264fa
mnm678
committed
6b264fa
View commit details
Copy full SHA for 6b264fa
Browse repository at this point
Update the merkle tree creation api and add comments.
Show description for ea5a8dd
mnm678
committed
ea5a8dd
View commit details
Copy full SHA for ea5a8dd
Browse repository at this point
Add support for the snapshot merkle tree to writeall and add tests.
Show description for d91715a
mnm678
committed
d91715a
View commit details
Copy full SHA for d91715a
Browse repository at this point
This commit fixes snapshot merkle filenames and adds a dictionary for merkle paths.
Show description for faea006
mnm678
committed
faea006
View commit details
Copy full SHA for faea006
Browse repository at this point
This commit adds support for snapshot merkle trees to the client.
Show description for 4cfbf94
mnm678
committed
4cfbf94
View commit details
Copy full SHA for 4cfbf94
Browse repository at this point
Add test files for snapshot merkle trees
Show description for 273d7bc
mnm678
committed
273d7bc
View commit details
Copy full SHA for 273d7bc
Browse repository at this point
Update error messages, comments, and tests for snapshot merkle tree functionality.
Show description for 42ed21f
mnm678
committed
42ed21f
View commit details
Copy full SHA for 42ed21f
Browse repository at this point
Sort the leaves of the merkle tree for deterministic tree generation
Show description for c981fea
mnm678
committed
c981fea
View commit details
Copy full SHA for c981fea
Browse repository at this point
Update error message
Show description for ec2bf0f
mnm678
committed
ec2bf0f
View commit details
Copy full SHA for ec2bf0f
Browse repository at this point
Update repository_lib and client/updater to use the canonical json representation when hashing snapshot information.
Show description for 3fa24fb
mnm678
committed
3fa24fb
View commit details
Copy full SHA for 3fa24fb
Browse repository at this point
Update docstrings to include descriptions of snapshot merkle parameters.
Show description for f1f0cdb
mnm678
committed
f1f0cdb
View commit details
Copy full SHA for f1f0cdb
Browse repository at this point
Don't use snapshot metadata when snapshot merkle trees are used.
Show description for 7a8ef6b
mnm678
committed
7a8ef6b
View commit details
Copy full SHA for 7a8ef6b
Browse repository at this point
Fix line break error
Show description for bb04e66
mnm678
committed
bb04e66
View commit details
Copy full SHA for bb04e66
Browse repository at this point
Remove unused schema
Show description for 3635df3
mnm678
committed
3635df3
View commit details
Copy full SHA for 3635df3
Browse repository at this point
Add verification_fn to _get_metadata_file
Show description for 3ec0688
mnm678
committed
3ec0688
View commit details
Copy full SHA for 3ec0688
Browse repository at this point
Separate _update_merkle_metadata from _update_metadata
Show description for fc79645
mnm678
committed
fc79645
View commit details
Copy full SHA for fc79645
Browse repository at this point
Simplify merkle tree classes by directly accessing variables
Show description for 186fc09
mnm678
committed
186fc09
View commit details
Copy full SHA for 186fc09
Browse repository at this point
Remove snapshot merkle tree generation from generate_snapshot_metadata
Show description for c19fa4b
mnm678
committed
c19fa4b
View commit details
Copy full SHA for c19fa4b
Browse repository at this point
Remove unused nodes list
Show description for 7d42235
mnm678
committed
7d42235
View commit details
Copy full SHA for 7d42235
Browse repository at this point
Add new generate_snapshot_metadata syntax to test_repository_lib
Show description for 0498991
mnm678
committed
0498991
View commit details
Copy full SHA for 0498991
Browse repository at this point
Add consistent snapshots to all snapshot Merkle files.
Show description for d869cc4
mnm678
committed
d869cc4
View commit details
Copy full SHA for d869cc4
Browse repository at this point
Commits on Feb 1, 2021
Add auditor implementation
Show description for ec82eb8
mnm678
committed
ec82eb8
View commit details
Copy full SHA for ec82eb8
Browse repository at this point
You can’t perform that action at this time.