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

feat: add transformation from OSCAL SSP to OSCAL Assessment Plan #45

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jpower432
Copy link
Member

Description

Add a transformation for SSP to Assessment Plan using existing generation for Component Definitions

  • Adding generic implementations for ControlImplementation, ImplementationRequirements, and Statements to create ImplementationsSettings setting
  • Add a Component implementation for SSP System Component
  • Add top level SSP to Assessment Plan

Fixes #33
Blocked by #43

How has this been tested?

  • Unit tests added

Types of changes

  • Hot fix (emergency fix and release)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation (change which affects the documentation site)
  • Breaking change (fix or feature that would cause existing functionality to change)

Quality assurance (all should be covered).

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes
  • All commits are signed-off.

To reuse existing Implementation parsing logic implemented for Component Definitions,
generic implementation of ControlImplementation, ImplementedRequirement, and
Statements are added.

Signed-off-by: Jennifer Power <[email protected]>
Assessment Platform is a required field under Assessment Assests
but component are not. This updated that field to ensure there are
no empty component lists.

Signed-off-by: Jennifer Power <[email protected]>
Creates a NilOrEmpty function to ensure any optional and
empty slices are not set.

Signed-off-by: Jennifer Power <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OSCAL SSP to Assessment Plan
1 participant