module

CVSS::VectorString

Splits a vector string body (the part after any "CVSS:x.y/" prefix) into an ordered array of {key, value} tuples while validating shape.

Instance methods

split_metrics(body : String) : Array(Tuple(String, String))
Source