Skip to content

Commit

Permalink
Update models to OSCAL v1.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Sep 12, 2023
1 parent 09418c0 commit b7130ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscal
Submodule oscal updated 38 files
+64 −9 .github/workflows/periodic.yml
+1 −1 .github/workflows/release.yml
+2 −2 .github/workflows/status.yml
+3 −8 CONTRIBUTING.md
+1 −1 README.md
+3 −3 README_validations.md
+2 −1 build/.gitignore
+51 −7 build/Makefile
+131 −6 build/README.md
+1 −1 build/metaschema-xslt
+34 −135 build/package-lock.json
+1 −1 build/package.json
+65 −0 build/pom.xml
+60 −0 build/resolve-entities.xsl
+38 −0 build/xslt-runner.sh
+1 −1 decisions/0005-repository-reorganization.md
+32 −0 decisions/0006-source-metaschema-xxes.md
+1 −1 src/metaschema/oscal_assessment-common_metaschema.xml
+1 −1 src/metaschema/oscal_assessment-plan_metaschema.xml
+3 −3 src/metaschema/oscal_assessment-results_metaschema.xml
+2 −2 src/metaschema/oscal_catalog_metaschema.xml
+2 −2 src/metaschema/oscal_complete_metaschema.xml
+3 −3 src/metaschema/oscal_component_metaschema.xml
+1 −1 src/metaschema/oscal_control-common_metaschema.xml
+3 −3 src/metaschema/oscal_implementation-common_metaschema.xml
+2 −18 src/metaschema/oscal_metadata_metaschema.xml
+3 −3 src/metaschema/oscal_poam_metaschema.xml
+2 −2 src/metaschema/oscal_profile_metaschema.xml
+3 −3 src/metaschema/oscal_ssp_metaschema.xml
+3 −7 src/release/content-upgrade/README.md
+3 −3 src/release/release-readme.txt
+1 −1 src/specifications/profile-resolution/profile-resolution-specml-requirements.xspec
+1 −1 src/specifications/profile-resolution/profile-resolution-specml-working.xml
+1 −1 src/specifications/profile-resolution/profile-resolution-specml.xml
+1 −1 src/specifications/profile-resolution/resolution-testing.xml
+1 −1 src/utils/resolver-pipeline/Makefile
+1 −1 src/utils/resolver-pipeline/oscal-profile-resolve.sh
+4 −2 versioning-and-branching.md

0 comments on commit b7130ab

Please sign in to comment.