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: adds fedramp-transform command implementation #39

Merged
merged 24 commits into from
Sep 19, 2024

Conversation

jpower432
Copy link
Member

@jpower432 jpower432 commented Apr 25, 2024

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • All commits are signed-off.

Summary

Adds fedramp-transform command to populate information in the SSP Appendix A template

Smaller diffs can be found:
#27
#29
#32
#34

Blocked by #46 This should not be merged to develop until 0.3.0 is released

Key links:

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Initial population is control origination in the
control summary table

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
FedRampDocx is a single class to handle as template population and
ControlImplementationDescriptions handle control responses for
each control and parts

BREAKING CHANGE: Adds a breaking API to ControlSummaries class

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
…rigination

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
…test.py

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Trestle already have filtering capabilites for components. This plugin
should not duplicate that logic.

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
The error message did not include the control id which makes it
difficult for the user to identify which implemented requirement to fix

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Implementation has been designed around how compliance-trestle
currently processes SSP parameters and the assumption is that the plugin would
be used in conjunction with Agile Authoring to acheieve the resulting
SSP.

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Per the FedRAMP OSCAL SSP guidance each parameter should be set
at least at the implemented requirements level. FedRAMP baselines
only provide constraints.

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
@jpower432 jpower432 changed the base branch from feat/fedramp-transform-parameters to develop April 25, 2024 19:23
@jpower432 jpower432 marked this pull request as draft April 25, 2024 19:26
@jpower432 jpower432 added this to the 0.4.0 milestone Apr 26, 2024
@jpower432 jpower432 closed this May 9, 2024
@jpower432 jpower432 reopened this May 9, 2024
Copy link

@gvauter gvauter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One suggestion on not instantiating a class instance just to avoid potential unwanted init behavior down the road.

trestle_fedramp/core/ssp_reader.py Outdated Show resolved Hide resolved
trestle_fedramp/core/ssp_reader.py Outdated Show resolved Hide resolved
@jpower432 jpower432 changed the title feat: adds responsible role to fedramp transform feat: adds fedramp-transform command implementation Jul 29, 2024
@jpower432 jpower432 requested a review from gvauter July 29, 2024 13:58
Copy link

@gvauter gvauter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jpower432 jpower432 marked this pull request as ready for review July 29, 2024 16:08
Copy link
Collaborator

@vikas-agarwal76 vikas-agarwal76 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jpower432
Copy link
Member Author

Merging this now that 0.3.0 has been released.

@jpower432 jpower432 merged commit 2136659 into develop Sep 19, 2024
12 checks passed
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.

Add a feature to use content from an OSCAL SSP to populate the FedRAMP SSP Appendix A template
3 participants