-
Notifications
You must be signed in to change notification settings - Fork 23
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(generate)!: initial generate ssp command #812
Conversation
…nerate-ssp-command
…nerate-ssp-command
…nerate-ssp-command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't necessarily feel qualified to approve this (the oscal concepts are still so new to me), but I also don't have any objections and it all looks reasonable to me :) I left some comments but nothing that requires changes; feel free to dismiss 'em ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few minor comments thus far - have a little more tracing to do - otherwise looking great.
(few conflicts to resolve when you have a minute) |
Update
Note - the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
besides a typo I feel like this looks great and really sets us up well for AP generation.
Co-authored-by: Brandt Keller <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
* generate(ssp): initial generate ssp command * feat(ssp): updated lib to handle variadic compdefn * feat(profile): resolve all controls in profile * fix: network fcn * feat(profile): update tests * feat: profile-catalog links * feat: updated profile resolve to map the source * feat: ssp generation updates, tests * fix: update generate * fix: add control logic broke too soon * fix: minor cleanups * test: addl unit and e2e * docs: cli cmds, test cleanup * docs: updated ssp doc * fix: merging existing models, test, update docs * docs: updated docs, msgs * Update src/cmd/generate/system-security-plan.go Co-authored-by: Brandt Keller <[email protected]> --------- Co-authored-by: Brandt Keller <[email protected]> Co-authored-by: Andy Mills <[email protected]>
Description
Initial generate ssp command
lula generate system-security-plan
with required profile and optional component path(s)docs/oscal/system-security-plan.md
to reflect logic followed in the generate ssp commandFollow-on issues include:
Related Issue
Fixes #803
Type of change
Checklist before merging