From 36e3bb86b5a9cedf2d1f302b6bfaecc7834328b5 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/metaschema/oscal_implementation-common_metaschema.xml b/src/metaschema/oscal_implementation-common_metaschema.xml index 0ca2aec2f0..fd5d097127 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