20 static std::optional<std::string_view>
getCVENumber(std::string_view sv) noexcept;
Helper class for CVE numbers.
Definition: CVE.h:13
static std::optional< std::string_view > getCVENumber(std::string_view sv) noexcept
Try to parse sv as a CVE number and return it.