Skip to main content

Module values

Module values 

Source
Expand description

CVE enumeration values: SCI controls, dissem controls, country trigraphs, etc.

Enums§

DeclassExemption
Declassification exemption codes from CVEnumISM25X.xml.
DissemControl
Dissemination controls from CVEnumISMDissem.xml.
ExemptFrom
Exempt-from rule sets from CVEnumISMExemptFrom.xml.
SarIdentifier
Special Access Required identifiers. Empty in ISM-v2022-DEC public CVE.
SciControl
SCI control markings from CVEnumISMSCIControls.xml.

Constants§

SCHEMA_VERSION
ISM schema version this crate was compiled against.

Statics§

ALL_CVE_TOKENS
All known CVE tokens, sorted ascending and deduplicated. Sorted order enables binary-search canonicalization in token_set.rs.
TRIGRAPHS
All valid country/entity trigraphs from CVEnumISMCATRelTo.xsd, sorted ascending and deduplicated. is_trigraph uses binary_search. 340 entries total.