├── .gitmodules ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── diagrams ├── diagram.drawio └── diagram.png ├── imports ├── cccs-control-catalog │ └── cccs-control-catalog.json └── cccs-mods-profile │ ├── cccs-mods-profile.json │ ├── cccs-mods-resolved.csv │ └── cccs-mods-resolved.json ├── notebooks └── compare-profiles.ipynb ├── profiles ├── cccs-cloud-medium-profile │ ├── cccs-cloud-medium-profile.json │ ├── cccs-cloud-medium-resolved.csv │ └── cccs-cloud-medium-resolved.json ├── cccs-itsp.10.033-01-profile │ ├── cccs-itsp.10.033-01-profile.json │ ├── cccs-itsp.10.033-01-resolved.csv │ └── cccs-itsp.10.033-01-resolved.json ├── cccs-itsp.10.171-profile │ ├── cccs-itsp.10.171-profile.json │ ├── cccs-itsp.10.171-resolved.csv │ └── cccs-itsp.10.171-resolved.json ├── cccs-medium+pbhva-profile │ ├── cccs-medium+pbhva-profile.json │ ├── cccs-medium+pbhva-resolved.csv │ └── cccs-medium+pbhva-resolved.json ├── cccs-pbhva-overlay-profile │ ├── cccs-pbhva-overlay-profile.json │ ├── cccs-pbhva-overlay-resolved.csv │ └── cccs-pbhva-overlay-resolved.json └── cccs-saas-fedramp-profile │ ├── cccs-saas-fedramp-profile.json │ ├── cccs-saas-fedramp-resolved.csv │ └── cccs-saas-fedramp-resolved.json └── scripts ├── catalog-to-csv.py └── resolve.sh /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/.gitmodules -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/README.md -------------------------------------------------------------------------------- /diagrams/diagram.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/diagrams/diagram.drawio -------------------------------------------------------------------------------- /diagrams/diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/diagrams/diagram.png -------------------------------------------------------------------------------- /imports/cccs-control-catalog/cccs-control-catalog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/imports/cccs-control-catalog/cccs-control-catalog.json -------------------------------------------------------------------------------- /imports/cccs-mods-profile/cccs-mods-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/imports/cccs-mods-profile/cccs-mods-profile.json -------------------------------------------------------------------------------- /imports/cccs-mods-profile/cccs-mods-resolved.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/imports/cccs-mods-profile/cccs-mods-resolved.csv -------------------------------------------------------------------------------- /imports/cccs-mods-profile/cccs-mods-resolved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/imports/cccs-mods-profile/cccs-mods-resolved.json -------------------------------------------------------------------------------- /notebooks/compare-profiles.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/notebooks/compare-profiles.ipynb -------------------------------------------------------------------------------- /profiles/cccs-cloud-medium-profile/cccs-cloud-medium-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-cloud-medium-profile/cccs-cloud-medium-profile.json -------------------------------------------------------------------------------- /profiles/cccs-cloud-medium-profile/cccs-cloud-medium-resolved.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-cloud-medium-profile/cccs-cloud-medium-resolved.csv -------------------------------------------------------------------------------- /profiles/cccs-cloud-medium-profile/cccs-cloud-medium-resolved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-cloud-medium-profile/cccs-cloud-medium-resolved.json -------------------------------------------------------------------------------- /profiles/cccs-itsp.10.033-01-profile/cccs-itsp.10.033-01-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-itsp.10.033-01-profile/cccs-itsp.10.033-01-profile.json -------------------------------------------------------------------------------- /profiles/cccs-itsp.10.033-01-profile/cccs-itsp.10.033-01-resolved.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-itsp.10.033-01-profile/cccs-itsp.10.033-01-resolved.csv -------------------------------------------------------------------------------- /profiles/cccs-itsp.10.033-01-profile/cccs-itsp.10.033-01-resolved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-itsp.10.033-01-profile/cccs-itsp.10.033-01-resolved.json -------------------------------------------------------------------------------- /profiles/cccs-itsp.10.171-profile/cccs-itsp.10.171-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-itsp.10.171-profile/cccs-itsp.10.171-profile.json -------------------------------------------------------------------------------- /profiles/cccs-itsp.10.171-profile/cccs-itsp.10.171-resolved.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-itsp.10.171-profile/cccs-itsp.10.171-resolved.csv -------------------------------------------------------------------------------- /profiles/cccs-itsp.10.171-profile/cccs-itsp.10.171-resolved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-itsp.10.171-profile/cccs-itsp.10.171-resolved.json -------------------------------------------------------------------------------- /profiles/cccs-medium+pbhva-profile/cccs-medium+pbhva-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-medium+pbhva-profile/cccs-medium+pbhva-profile.json -------------------------------------------------------------------------------- /profiles/cccs-medium+pbhva-profile/cccs-medium+pbhva-resolved.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-medium+pbhva-profile/cccs-medium+pbhva-resolved.csv -------------------------------------------------------------------------------- /profiles/cccs-medium+pbhva-profile/cccs-medium+pbhva-resolved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-medium+pbhva-profile/cccs-medium+pbhva-resolved.json -------------------------------------------------------------------------------- /profiles/cccs-pbhva-overlay-profile/cccs-pbhva-overlay-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-pbhva-overlay-profile/cccs-pbhva-overlay-profile.json -------------------------------------------------------------------------------- /profiles/cccs-pbhva-overlay-profile/cccs-pbhva-overlay-resolved.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-pbhva-overlay-profile/cccs-pbhva-overlay-resolved.csv -------------------------------------------------------------------------------- /profiles/cccs-pbhva-overlay-profile/cccs-pbhva-overlay-resolved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-pbhva-overlay-profile/cccs-pbhva-overlay-resolved.json -------------------------------------------------------------------------------- /profiles/cccs-saas-fedramp-profile/cccs-saas-fedramp-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-saas-fedramp-profile/cccs-saas-fedramp-profile.json -------------------------------------------------------------------------------- /profiles/cccs-saas-fedramp-profile/cccs-saas-fedramp-resolved.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-saas-fedramp-profile/cccs-saas-fedramp-resolved.csv -------------------------------------------------------------------------------- /profiles/cccs-saas-fedramp-profile/cccs-saas-fedramp-resolved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/profiles/cccs-saas-fedramp-profile/cccs-saas-fedramp-resolved.json -------------------------------------------------------------------------------- /scripts/catalog-to-csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/scripts/catalog-to-csv.py -------------------------------------------------------------------------------- /scripts/resolve.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/cccs-oscal-samples/HEAD/scripts/resolve.sh --------------------------------------------------------------------------------