Skip to content

Commit

Permalink
Document connection-security prop for #931
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-gsa committed Nov 29, 2024
1 parent 9fb856e commit 6bc3c7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/documentation/ssp/4-ssp-template-to-oscal-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -1481,6 +1481,8 @@ Replace XPath predicate "[1]" with "[2]", "[3]", etc.

Entries in the ports, protocols, and services table are represented as component assemblies, with the component-type flag set to "service". Use a protocol assembly for each protocol associated with the service. For a single port, set the port-range start flag and end flag to the same value.

For components that describe [external systems and services that are not FedRAMP authorized and not part of a leveraged authorization](#ports-protocols-and-services), the component must identify the kind of connection security in use to protect data in transit (e.g. IPSec VPN).

{{< figure src="/img/ssp-figure-20.png" title="FedRAMP SSP template ports, protocols, and services." alt="Screenshot of the ports, protocols, and services information in the FedRAMP SSP template." >}}

#### OSCAL Representation
Expand All @@ -1491,6 +1493,7 @@ Entries in the ports, protocols, and services table are represented as component
<title>[SAMPLE]Service Name</title>
<description><p>Describe the service</p></description>
<purpose>Describe the purpose for which the service is needed.</purpose>
<prop ns="http://fedramp.gov/ns/oscal" name="connection-security" value="ipsec" />
<link href="uuid-of-component-used-by" rel="used-by" />
<link href="uuid-of-component-provided-by" rel="provided-by" />
<status state="operational" />
Expand Down

0 comments on commit 6bc3c7f

Please sign in to comment.