Skip to content

Commit

Permalink
hotfix invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wandmagic committed Nov 21, 2024
1 parent 75abea8 commit 981662d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/metaschema/oscal_assessment-common_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@
<enum value="ar">Environmental: Availability Requirements</enum>
<enum value="e">Threat: Exploit Maturity</enum>
</allowed-values>
<allowed-values id="oscal-cvss-v4.0-av-values" target=".[@system='https://www.first.org/cvss/v4-0') and @name='av']/@value">
<allowed-values id="oscal-cvss-v4.0-av-values" target=".[@system='https://www.first.org/cvss/v4-0' and @name='av']/@value">
<formal-name>Attack Vector Values</formal-name>
<enum value="n">Network</enum>
<enum value="a">Adjacent</enum>
Expand Down Expand Up @@ -1701,7 +1701,7 @@
<enum value="amber">Amber</enum>
<enum value="red">Red</enum>
</allowed-values>
<allowed-values id="oscal-cvss-v4.0-mav-values" target=".[@system='https://www.first.org/cvss/v4-0') and @name='mav']/@value">
<allowed-values id="oscal-cvss-v4.0-mav-values" target=".[@system='https://www.first.org/cvss/v4-0' and @name='mav']/@value">
<formal-name>Modified Attack Vector Values</formal-name>
<enum value="x">Not Defined</enum>
<enum value="n">Network</enum>
Expand Down

0 comments on commit 981662d

Please sign in to comment.