Skip to content
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

[APP-13637] fix JSON formatting in v4/fedramp-high #160

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion templates/standards/fedramp/v4/fedramp-high.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
"mappedControls": [
"cp-access-privileged",
"cp-access-rbac"
]
},
{
"ref": "AC-6 (5)",
Expand Down Expand Up @@ -3345,7 +3346,7 @@
{
"ref": "SC-7 (5)",
"title": "Boundary Protection | Deny By Default / Allow By Exception",
"summary": "The information system at managed interfaces denies network communications traffic by default and allows network communications traffic by exception (i.e., deny all, permit by exception).",,
"summary": "The information system at managed interfaces denies network communications traffic by default and allows network communications traffic by exception (i.e., deny all, permit by exception).",
"mappedControls": [
"cp-threat-firewall",
"cp-ccm-network",
Expand Down Expand Up @@ -3938,6 +3939,7 @@
"mappedControls": [
"cp-data-protection-integrity",
"cp-data-protection"
]
}
]
}
Expand Down
Loading