Skip to content

Implement id check when following PolicyRefs #17

@puerco

Description

@puerco

PolicyRefs include an identity to verify the source:

message PolicyRef {
string id = 1;
int64 version = 2;
Identity identity = 3;
in_toto_attestation.v1.ResourceDescriptor location = 4;
}

Right now, the compiler does not take them into account, this is blocked atm as we are not checking identities at all but once we implement it, references should be checked when the compiler assembles sets and policies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions