Skip to content

Commit

Permalink
Updating content converters.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jun 10, 2021
1 parent 790300f commit 4cab363
Show file tree
Hide file tree
Showing 18 changed files with 5,466 additions and 58,533 deletions.
2 changes: 1 addition & 1 deletion build/ci-cd/validate-content-conversion-round-trips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ process_paths() {

case $source_format in
xml)
result=$(python ${OSCALDIR}/build/ci-cd/python/xmlComparison.py "$roundtrip_file" "$source_file" 2>&1)
result=$(python3 ${OSCALDIR}/build/ci-cd/python/xmlComparison.py "$roundtrip_file" "$source_file" 2>&1)
;;
json)
result=$(json-diff "$source_file" "$roundtrip_file" 2>&1)
Expand Down
2 changes: 1 addition & 1 deletion build/metaschema
2,622 changes: 204 additions & 2,418 deletions json/convert/oscal_assessment-plan_xml-to-json-converter.xsl

Large diffs are not rendered by default.

4,726 changes: 386 additions & 4,340 deletions json/convert/oscal_assessment-results_xml-to-json-converter.xsl

Large diffs are not rendered by default.

1,503 changes: 125 additions & 1,378 deletions json/convert/oscal_catalog_xml-to-json-converter.xsl

Large diffs are not rendered by default.

14,045 changes: 1,262 additions & 12,783 deletions json/convert/oscal_complete_xml-to-json-converter.xsl

Large diffs are not rendered by default.

1,483 changes: 110 additions & 1,373 deletions json/convert/oscal_component_xml-to-json-converter.xsl

Large diffs are not rendered by default.

3,021 changes: 236 additions & 2,785 deletions json/convert/oscal_poam_xml-to-json-converter.xsl

Large diffs are not rendered by default.

1,850 changes: 141 additions & 1,709 deletions json/convert/oscal_profile_xml-to-json-converter.xsl

Large diffs are not rendered by default.

2,696 changes: 223 additions & 2,473 deletions json/convert/oscal_ssp_xml-to-json-converter.xsl

Large diffs are not rendered by default.

2,616 changes: 208 additions & 2,408 deletions xml/convert/oscal_assessment-plan_json-to-xml-converter.xsl

Large diffs are not rendered by default.

4,720 changes: 390 additions & 4,330 deletions xml/convert/oscal_assessment-results_json-to-xml-converter.xsl

Large diffs are not rendered by default.

1,527 changes: 144 additions & 1,383 deletions xml/convert/oscal_catalog_json-to-xml-converter.xsl

Large diffs are not rendered by default.

14,112 changes: 1,306 additions & 12,806 deletions xml/convert/oscal_complete_json-to-xml-converter.xsl

Large diffs are not rendered by default.

1,487 changes: 112 additions & 1,375 deletions xml/convert/oscal_component_json-to-xml-converter.xsl

Large diffs are not rendered by default.

3,025 changes: 238 additions & 2,787 deletions xml/convert/oscal_poam_json-to-xml-converter.xsl

Large diffs are not rendered by default.

1,862 changes: 154 additions & 1,708 deletions xml/convert/oscal_profile_json-to-xml-converter.xsl

Large diffs are not rendered by default.

2,700 changes: 225 additions & 2,475 deletions xml/convert/oscal_ssp_json-to-xml-converter.xsl

Large diffs are not rendered by default.

0 comments on commit 4cab363

Please sign in to comment.