Skip to content

Commit 78783b0

Browse files
authored
Merge branch 'develop' into 1913-relax-service-component-protocol-constraint
2 parents 48f0546 + 708ffcf commit 78783b0

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

src/metaschema/oscal_implementation-common_metaschema.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,17 +279,17 @@
279279
</define-assembly>
280280
<define-assembly name="port-range">
281281
<formal-name>Port Range</formal-name>
282-
<description>Where applicable this is the IPv4 port range on which the service operates.</description>
282+
<description>Where applicable this is the transport layer protocol port range an IPv4-based or IPv6-based service uses.</description>
283283
<define-flag name="start" as-type="non-negative-integer">
284284
<formal-name>Start</formal-name>
285-
<description>Indicates the starting port number in a port range</description>
285+
<description>Indicates the starting port number in a port range for a transport layer protocol</description>
286286
<remarks>
287287
<p>Should be a number within a permitted range</p>
288288
</remarks>
289289
</define-flag>
290290
<define-flag name="end" as-type="non-negative-integer">
291291
<formal-name>End</formal-name>
292-
<description>Indicates the ending port number in a port range</description>
292+
<description>Indicates the ending port number in a port range for a transport layer protocol</description>
293293
<remarks>
294294
<p>Should be a number within a permitted range</p>
295295
</remarks>

src/metaschema/oscal_ssp_metaschema.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -633,14 +633,6 @@
633633
<key-field target="@href"/>
634634
</index-has-key>
635635

636-
<!-- References to components of @type="software" -->
637-
<index name="index-system-implementation-component-uuid-software" target="component[@type='service']">
638-
<key-field target="@uuid"/>
639-
</index>
640-
<index-has-key name="index-system-implementation-component-uuid-software" target="component[@type='service']/link[@rel='provided-by']">
641-
<key-field target="@href"/>
642-
</index-has-key>
643-
644636
<!-- TODO: check that prop names are defined -->
645637
<allowed-values target="(component | inventory-item)/prop[has-oscal-namespace('http://csrc.nist.gov/ns/oscal') and @name='allows-authenticated-scan']/@value">
646638
<enum value="yes">The component allows an authenticated scan.</enum>

0 commit comments

Comments
 (0)