Skip to content

JavaScript implementation of The Update Framework (TUF)

License

Notifications You must be signed in to change notification settings

theupdateframework/tuf-js

Folders and files

NameName
Last commit message
Last commit date
Jan 15, 2025
Feb 24, 2025
Aug 20, 2024
Jan 15, 2025
Dec 9, 2022
Dec 31, 2024
Mar 1, 2023
Aug 26, 2022
Nov 9, 2023
Nov 23, 2022
Mar 2, 2023
Oct 14, 2024
Nov 23, 2022
Nov 28, 2022
Jan 2, 2025
Mar 2, 2023
Mar 2, 2023
Feb 24, 2025
Feb 24, 2025
Dec 31, 2024
Dec 31, 2024

Repository files navigation

TUF A Framework for Securing Software Update Systems

npm version CI Status Smoke test Conformance


The Update Framework (TUF) is a framework for secure content delivery and updates. It protects against various types of supply chain attacks and provides resilience to compromise. This repository is written in Typescript. It is intended to conform to version 1.0 of the TUF specification.

About The Update Framework

The Update Framework (TUF) design helps developers maintain the security of a software update system, even against attackers that compromise the repository or signing keys. TUF provides a flexible specification defining functionality that developers can use in any software update system or re-implement to fit their needs.

TUF is hosted by the Linux Foundation as part of the Cloud Native Computing Foundation (CNCF) and its design is used in production by various tech companies and open source organizations. A variant of TUF called Uptane is used to secure over-the-air updates in automobiles.

Please see TUF's website for more information about TUF!

Documentation

Requirements

  • node: >= 18.17.0

License

This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Maintainers

tuf-js is maintained by @ejahnGithub and @bdehamer on the Package Security team at GitHub.