This repository was archived by the owner on Nov 14, 2023. It is now read-only.
Use Case: Attestations of alignment to S2C2F and org overlays#18
Draft
johnandersen777 wants to merge 121 commits intoietf-scitt:mainfrom
Draft
Use Case: Attestations of alignment to S2C2F and org overlays#18johnandersen777 wants to merge 121 commits intoietf-scitt:mainfrom
johnandersen777 wants to merge 121 commits intoietf-scitt:mainfrom
Conversation
…n the Dependency Rabbit-Hole Again Engineering Log: intel/dffml#1406 (reply in thread)
This is how we can track and Open Architecture (aka Alice) upstream Related: https://github.com/intel/dffml/blob/alice/docs/tutorials/rolling_alice/0000_architecting_alice/0007_an_image.md Related: scitt-community/scitt-api-emulator#27 Related: ietf-wg-scitt/draft-ietf-scitt-architecture#62
This was referenced May 16, 2023
25 tasks
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is very much a work in progress, largely unstarted, just posting here to consolidate notes first transparently
WIP DRAFT: https://github.com/pdxjohnny/use-cases/blob/openssf_metrics/openssf_metrics.md
Related: #14
Related: https://github.com/ossf/s2c2f/blob/main/specification/framework.md#appendix-relation-to-scitt
Related: intel/dffml#1454
This use case will be mostly focused on the policy / gatekeeper component and federation components of SCITT.
This use case is a specialization of (cross between) the following use cases from the Detailed Software Supply Chain Uses Cases for SCITT doc.
2022-07-20 OpenSSF Identifying Security Threats WG Meeting Notes
when we upload reviews.
reuseof contextsictx,nctx, etc. with something predeclared, aka at runtime if yourOperationdata structure doesn't allowlist your usage of it you can pass it to a subflow for reuse. This allows us to use the format within our orchrestration and for static analysis because we can use this same format to describe the trust boundry proeprties that other domain sepcific represenatations of architecture have, for instance we could if we were doing and Open Architecture (OA) Intermediate Representation (IR) for and ELF file we might note that the input network context is not reused from the top level system context. Where as if we did an OA IR for Python code we would say that the input network is reused from the top level system context (it has access to that memory region, whereas when you launch and ELF you look access to the parents memory region, typically).