Skip to content

Commit

Permalink
Auto-transform rules [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jpower432 authored and trestle-bot[bot] committed Sep 16, 2024
1 parent 12a7606 commit 759e3dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
16 changes: 6 additions & 10 deletions component-definitions/example/component-definition.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"component-definition": {
"uuid": "4bc731f1-03bf-4f56-a76a-d8ea62dfd788",
"uuid": "4a90c766-e3a0-400f-be24-0c21b22e1614",
"metadata": {
"title": "Component definition for example",
"last-modified": "2024-09-16T11:30:05.944576+00:00",
"last-modified": "2024-09-16T11:30:11+00:00",
"version": "1.0",
"oscal-version": "1.0.4"
"oscal-version": "1.1.2"
},
"components": [
{
"uuid": "b8c06a65-a8f5-424b-89de-d81fb36b1902",
"uuid": "8ed9b4ac-e318-431a-873c-b227380227e3",
"type": "service",
"title": "Example",
"description": "Example Application",
Expand Down Expand Up @@ -47,7 +47,7 @@
],
"control-implementations": [
{
"uuid": "8f6f79aa-101e-4cd3-a7bb-5d6a4a80fa1f",
"uuid": "062242ea-5f31-4ef5-a9a5-70228f1d0c8a",
"source": "profiles/fedramp_rev5_high/profile.json",
"description": "FedRAMP REV5 High Baseline",
"set-parameters": [
Expand All @@ -60,18 +60,14 @@
],
"implemented-requirements": [
{
"uuid": "54158878-afd7-49bb-ad08-8a6004adb5e2",
"uuid": "78bccedb-19d7-448b-b8e2-0c6147f65383",
"control-id": "ac-1",
"description": "",
"props": [
{
"name": "Rule_Id",
"ns": "https://oscal-compass.github.io/compliance-trestle/schemas/oscal",
"value": "Test-rule_001"
},
{
"name": "implementation-status",
"value": "planned"
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions example.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Component_Title,Component_Description,Component_Type,Rule_Id,Rule_Description,Profile_Source,Profile_Description,Control_Id_List,Namespace,Check_Id,Check_Description,Original_Risk_Rating,Adjusted_Risk_Rating,Risk_Adjustment,Parameter_Id,Parameter_Description,Parameter_Value_Alternatives,Parameter_Value_Default
example component,example description,service,example rule,example description,example href,example profile,example,https://oscal-compass.github.io/compliance-trestle/schemas/oscal,,,,,,,,,
Example,Example Application,service,Test-rule_001,Ensure all of the services are running these tests,profiles/fedramp_rev5_high/profile.json,FedRAMP REV5 High Baseline,ac-1,https://oscal-compass.github.io/compliance-trestle/schemas/oscal,,,,,,prm_1,prm_1 description,"{""default"": ""5%"", ""5pc"": ""5%"", ""10pc"": ""10%"", ""15pc"": ""15%"", ""20pc"": ""20%""}",5%

0 comments on commit 759e3dc

Please sign in to comment.