-
Notifications
You must be signed in to change notification settings - Fork 183
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
[WIP] Add approval assembly to encode a role, party, and approval date. #1038
Conversation
- Addressed issue usnistgov#854 creating a tutorial based on component definition content from PR usnistgov#935. - Linked the tutorial in the learn and concepts sections of the website. - Adjusting deployment workflows. - Adding new website GitHub actions workflow. - Adjusting workflows to decompose specific activities. Co-authored-by: Rene Tshiteya <[email protected]> Co-authored-by: Rene2mt <[email protected]>
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.5 to 1.12.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.11.5...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Improvements to readme docs for both XML-to-JSON and JSON-to-XML XSLT conversion pathways
@david-waltermire-nist, as part of this pull request, would you like to add examples to the examples in the oscal-content repo or will that not be a hard and fast requirement re "Have you included examples of how to use your new feature(s)?" item on the checklist? |
Also, re the failing test in one of the testing workflows in GitHub Actions, not sure what this is about: /home/runner/work/OSCAL/OSCAL/git-content/oscal/src/metaschema/oscal_profile_metaschema.xml:263: element is-unique: Schemas validity error : Element '{http://csrc.nist.gov/ns/oscal/metaschema/1.0}is-unique': Duplicate key-sequence ['unique-profile-modify-set-parameter'] in unique identity-constraint '{http://csrc.nist.gov/ns/oscal/metaschema/1.0}unique-constraint-ids'. Is this unrelated to the schema validation issue and Metaschema updates we discussed during pairing? |
Please repoint this to use |
Done, have to fix a simple merge conflict. But will take care of that soon enough! |
It would appear I did not actually update the notes from last week in the meeting around recommended updates to this PR. Bullets below.
|
@david-waltermire-nist per conversation yesterday, I think this can be closed in favor of #1052. (NOTE: I think I have limited read/write access to the project still, so I cannot close PRs/issues that not authored by me directly.) |
Closed in favor of #1052. |
Committer Notes
A follow-up to #1033, a recommended implementation for an
approvals
assembly to allow developers using OSCAL to encode approval data for given staff certainrole
s for aresponsible-party
at a certain date and time.All Submissions:
Changes to Core Features:
Have you written new tests for your core changes, as applicable?