This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Use Case: Attestations of alignment to S2C2F and org overlays #18
Draft
johnandersen777
wants to merge
121
commits into
ietf-scitt:main
Choose a base branch
from
johnandersen777:openssf_metrics
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Use Case: Attestations of alignment to S2C2F and org overlays #18
johnandersen777
wants to merge
121
commits into
ietf-scitt:main
from
johnandersen777:openssf_metrics
Conversation
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
…n the Dependency Rabbit-Hole Again Engineering Log: intel/dffml#1406 (reply in thread)
SteveLasker
requested review from
henkbirkholz,
OR13,
roywill and
yogeshbdeshpande
October 20, 2022 16:41
johnandersen777
changed the title
Use Case: Attestations of alignment to S2C2F
Use Case: Attestations of alignment to S2C2F and org specific overlays
Apr 1, 2023
johnandersen777
changed the title
Use Case: Attestations of alignment to S2C2F and org specific overlays
Use Case: Attestations of alignment to S2C2F and Org Overlays
Apr 1, 2023
johnandersen777
changed the title
Use Case: Attestations of alignment to S2C2F and Org Overlays
Use Case: Attestations of alignment to S2C2F and org overlays
Apr 1, 2023
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
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.
reuse
of contextsictx
,nctx
, etc. with something predeclared, aka at runtime if yourOperation
data 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).