Skip to content
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

in-toto-spec.md: Missing product in 5.3.2 example #8

Closed
CameronLonsdale opened this issue Apr 6, 2018 · 1 comment
Closed

in-toto-spec.md: Missing product in 5.3.2 example #8

CameronLonsdale opened this issue Apr 6, 2018 · 1 comment

Comments

@CameronLonsdale
Copy link

In section 5.3.2 it states that Alice writes test.py however in the root layout it is missing the specification that Alice creates test.py.

The step:

       {"_name": "write-code",
        "threshold": 1,
        "expected_materials": [ ],
        "expected_products": [
          ["CREATE", "foo.py"]
        ],
        "pubkeys": [
          "<ALICES_KEYID>"
        ],
        "expected_command": "vi"
       },

should be

       {"_name": "write-code",
        "threshold": 1,
        "expected_materials": [ ],
        "expected_products": [
          ["CREATE", "foo.py"],
          ["CREATE", "test.py"]
        ],
        "pubkeys": [
          "<ALICES_KEYID>"
        ],
        "expected_command": "vi"
       },

Unless I have a misunderstanding, this is my first time reading through the document.

@adityasaky
Copy link
Member

Addressed in 72d8ad2. Thanks @CameronLonsdale!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants