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

Handle UUIDs #17

Open
brian-ruf opened this issue Jun 2, 2020 · 0 comments
Open

Handle UUIDs #17

brian-ruf opened this issue Jun 2, 2020 · 0 comments

Comments

@brian-ruf
Copy link
Owner

Is your feature request related to a problem? Please describe.
The OSCAL GUI must be setup to handle UUIDs, which NIST is moving to in OSCAL starting with Milestone Release 3.

Describe the solution you'd like
Every field that has a UUID flag is required to be assigned an RFC-4122 v4 compliant UUID. The tool should handle this automatically.

Also, many ID reference fields must now be converted from ID to UUID.

Finally, the mechanism that changes the ID field at the root element must be updated to always assign a UUID. On this last point, it already generated the ID, but the field was NCname, so the value had to be prefixed with "uuid-". Now the "uuid-" must not be present.

Describe alternatives you've considered
There is no option for the requirement. This functionality must exist for proper OSCAL processing. There may be alternatives for achieving the requirement, which will be addressed as the issue is worked.

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

No branches or pull requests

1 participant