From eabc7a228e9c48f6f0efdfaf05b61feb60676b2e Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Tue, 12 Nov 2024 20:16:24 -0500 Subject: [PATCH] Clarify protocol port-range docs for #2065 --- src/metaschema/oscal_implementation-common_metaschema.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/metaschema/oscal_implementation-common_metaschema.xml b/src/metaschema/oscal_implementation-common_metaschema.xml index 60138cbf4b..8a4030bc50 100644 --- a/src/metaschema/oscal_implementation-common_metaschema.xml +++ b/src/metaschema/oscal_implementation-common_metaschema.xml @@ -279,17 +279,17 @@ Port Range - Where applicable this is the IPv4 port range on which the service operates. + Where applicable this is the transport layer protocol port range an IPv4-based or IPv6-based service uses. Start - Indicates the starting port number in a port range + Indicates the starting port number in a port range for a transport layer protocol

Should be a number within a permitted range

End - Indicates the ending port number in a port range + Indicates the ending port number in a port range for a transport layer protocol

Should be a number within a permitted range