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

Spiral: Determine approach for unmapped items in a mapping. #29

Open
Compton-US opened this issue Jun 21, 2023 · 2 comments
Open

Spiral: Determine approach for unmapped items in a mapping. #29

Compton-US opened this issue Jun 21, 2023 · 2 comments
Labels
Help Wanted This issue is soliciting help from the community for assistance and/or feedback. Holding This issue is holding for action. Priority: MODERATE Spiral This issue is tracking a spiral. Progress, Concurrence and Feedback.

Comments

@Compton-US
Copy link
Contributor

Problem Statement

Belongs to #18

@Compton-US Compton-US added Step 1 - Initiation This research effort issue requires review and consideration. Spiral This issue is tracking a spiral. Progress, Concurrence and Feedback. Holding This issue is holding for action. and removed Step 1 - Initiation This research effort issue requires review and consideration. labels Jun 21, 2023
@Compton-US Compton-US changed the title Spiral 3: Determine approach for unmapped items in a mapping. Spiral 4: Determine approach for unmapped items in a mapping. Jun 21, 2023
@Compton-US Compton-US added Priority: MODERATE Help Wanted This issue is soliciting help from the community for assistance and/or feedback. labels Jun 21, 2023
@Compton-US Compton-US changed the title Spiral 4: Determine approach for unmapped items in a mapping. Spiral: Determine approach for unmapped items in a mapping. Jun 21, 2023
@Compton-US
Copy link
Contributor Author

From https://github.com/usnistgov/OSCAL-DEFINE/pull/26/files#r1232653928:

Clarification: the overall gaps analysis could be as simple as a 'source-gap' and 'target-gap' which could point to an external OSCAL profile with the unmapped controls, OR an embedded profile-like list for each, source and destination respectively (when applicable).

@iMichaela
Copy link
Collaborator

iMichaela commented Aug 7, 2023

NOTE: information also captured in the Spiral 2 document: 2023-08-07.003.md

Create: mapping-collection > gap with the following proposed outline:

gap [0 or 1] :
{
    subject [1]: string,
    A choice of:
        include-controls [1] : { 
            with-child-controls [0 or 1]: token,
            with-ids [0 or 1]: [ … ],
            matching [0 or 1]: [ … ],
        },
        link [1]: {
            href [1]: uri-reference,
            rel [0 or 1]: token,
            media-type [0 or 1]: string,
            resource-fragment [0 or 1]: string,
            text [0 or 1]: markup-line,
        },
    props [0 or 1]: [
        An array of prop objects [1 to ∞] {
            name [1]: token,
            uuid [0 or 1]: uuid,
            ns [0 or 1]: uri,
            value [1]: string,
            class [0 or 1]: token,
            group [0 or 1]: token,
            remarks [0 or 1]: markup-multiline,
        },
    remarks [0 or 1]: markup-multiline,
}
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted This issue is soliciting help from the community for assistance and/or feedback. Holding This issue is holding for action. Priority: MODERATE Spiral This issue is tracking a spiral. Progress, Concurrence and Feedback.
Projects
None yet
Development

No branches or pull requests

2 participants