-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docsy] Add metadata examples, and other copyedits (#82)
- Loading branch information
Showing
9 changed files
with
1,355 additions
and
5 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,7 @@ | |
} | ||
} | ||
} | ||
|
||
.td-breadcrumbs__single { | ||
display: none; | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Metadata examples | ||
aliases: [/metadata-examples] | ||
weight: 80 | ||
--- | ||
|
||
- [Debian](debian/) — This demo metadata shows how the Debian project could use | ||
in-toto to secure their version of the grep package. | ||
- [Seattle](seattle/) — Seattle is a fog computing platform that already ships | ||
in-toto metadata with their releases. Here, you can see a pretty-printed | ||
version of the seattle metadata. | ||
- [PPH](polypasswordhasher/) — [PolyPasswordHasher](https://pph.io/) is a | ||
password hashing scheme that prevents an attacker from cracking passwords | ||
individually and efficiently. | ||
|
||
Don't forget to check out our [demos](https://github.com/in-toto/demo) too. |
Oops, something went wrong.