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

Implement Profile model #8

Open
ronaldtse opened this issue Mar 21, 2023 · 1 comment
Open

Implement Profile model #8

ronaldtse opened this issue Mar 21, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ronaldtse
Copy link
Contributor

No description provided.

@ronaldtse
Copy link
Contributor Author

ronaldtse commented Mar 29, 2023

@kwkwan the next step is to use the Catalogue with the Profile model together. i.e. the Profile class can link with a Catalogue, and can output a tailored array of controls.

It should be able to generate a "resolved profile catalog".

The "resolved profile catalog" is this:

  • Catalog: sources/oscal-content/nist.gov/SP800-53/rev5/yaml/NIST_SP-800-53_rev5_catalog.yaml
  • Profile: sources/oscal-content/nist.gov/SP800-53/rev5/yaml/NIST_SP-800-53_rev5_HIGH-baseline_profile.yaml
  • Resolved profile catalog: sources/oscal-content/nist.gov/SP800-53/rev5/yaml/NIST_SP-800-53_rev5_HIGH-baseline-resolved-profile_catalog.yaml under

Specifically, the profile contains:

  imports:
    - href: NIST_SP-800-53_rev5_catalog.yaml
      include-controls:
        - with-ids:
            - ac-1
            - ac-2
# ...

which indicates the location of the catalog, and what controls to import.

The profile also contains:

  merge:
    as-is: true

Which seems to indicate the behavior of merging multiple profiles together? (you're more familiar...)

@ronaldtse ronaldtse added the enhancement New feature or request label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants