From 751e2d7b581d11930e69109629966538ebc73472 Mon Sep 17 00:00:00 2001 From: Michaela Iorga Date: Mon, 17 Jun 2024 13:29:22 -0400 Subject: [PATCH] Port range constraints re-written to eliminate the error docuemnted in issue #290. --- .../oscal_implementation-common_metaschema.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/metaschema/oscal_implementation-common_metaschema.xml b/src/metaschema/oscal_implementation-common_metaschema.xml index 60138cbf4b..c9eaebbfd9 100644 --- a/src/metaschema/oscal_implementation-common_metaschema.xml +++ b/src/metaschema/oscal_implementation-common_metaschema.xml @@ -305,7 +305,7 @@ - + + + + A port range should have a start port given. + + + A port range should have an end port given. To define a single port, the start and end should be the same value. + + + The port range start should not be after its end. +

To be validated as a natural number (integer >= 1). A single port uses the same value for start and end. Use multiple 'port-range' entries for non-contiguous ranges.