11---
22title : Getting started
3- weight : 2
3+ weight : 20
4+ # EDITORIAL NOTE: the content below was copied from the main in-toto repository
5+ # For details, see:
6+ # https://github.com/in-toto/in-toto.io/issues/75
47---
58
69in-toto provides a framework to protect the integrity of the software supply
@@ -20,8 +23,6 @@ The layout, signed by the project owners, together with the links, signed by the
2023designated functionaries, are released as part of the final product, and can be
2124validated manually or via automated tooling in, e.g. a package manager.
2225
23- ## Getting Started
24-
2526### Installation
2627
2728in-toto is available on [ PyPI] ( https://pypi.org/project/in-toto/ ) and can be
@@ -178,41 +179,7 @@ For a detailed list of all command line arguments and their usage, run
178179` in-toto-sign --help ` or look at the
179180[ online documentation] ( https://in-toto.readthedocs.io/en/latest/command-line-tools/in-toto-sign.html ) .
180181
181- ## in-toto demo
182-
183- You can try in-toto by running the
184- [ demo application] ( https://github.com/in-toto/demo ) . The demo basically outlines
185- three users viz., Alice (project owner), Bob (functionary) and Carl
186- (functionary) and how in-toto helps to specify a project layout and verify that
187- the layout has been followed in a correct manner.
188-
189- ## Specification
190-
191- You can read more about how in-toto works by taking a look at the
192- [ specification] ( https://github.com/in-toto/docs/blob/master/in-toto-spec.md ) .
193-
194- ## Security Issues and Bugs
195-
196- See [ SECURITY.md] ( https://github.com/in-toto/in-toto/blob/develop/SECURITY.md ) .
197-
198- ## Governance and Contributing
199-
200- For information about in-toto's governance and contributing guidelines, see
201- [ GOVERNANCE.md] ( https://github.com/in-toto/in-toto/blob/develop/GOVERNANCE.md )
202- and
203- [ CONTRIBUTING.md] ( https://github.com/in-toto/in-toto/blob/develop/doc/source/CONTRIBUTING.md ) .
204-
205- ## Acknowledgments
206-
207- This project is managed by Prof. Santiago Torres-Arias at Purdue University. It
208- is worked on by many folks in academia and industry, including members of the
209- [ Secure Systems Lab] ( https://ssl.engineering.nyu.edu/ ) at NYU and the
210- [ NJIT Cybersecurity Research Center] ( https://centers.njit.edu/cybersecurity ) .
182+ ## What next?
211183
212- This research was supported by the Defense Advanced Research Projects Agency
213- (DARPA), the Air Force Research Laboratory (AFRL), and the US National Science
214- Foundation (NSF). Any opinions, findings, and conclusions or recommendations
215- expressed in this material are those of the authors and do not necessarily
216- reflect the views of DARPA, AFRL, and NSF. The United States Government is
217- authorized to reproduce and distribute reprints notwithstanding any copyright
218- notice herein.
184+ - Try the [ demo] ( ../demo ) .
185+ - Consult the [ specifications] ( ../specs ) .
0 commit comments