(cvss-v2-environmental-vector-string? s)
validate a v2 environmental vector string using a regexp
validate a v2 environmental vector string using a regexp
(cvss-v2-temporal-vector-string? s)
validate a v2 temporal vector string using a regexp
validate a v2 temporal vector string using a regexp
(cvss-v2-vector-string? s)
validate a v2 vector string using a regexp
validate a v2 vector string using a regexp
(cvss-v3-vector-string? s)
validate a v3 vector string using a regexp
validate a v3 vector string using a regexp
(formatted-cpe-23-string-regex)
Translated from NIST 7695 CPE 2.3 formatted string ABNF, at https://nvlpubs.nist.gov/nistpubs/Legacy/IR/nistir7695.pdf
Translated from NIST 7695 CPE 2.3 formatted string ABNF, at https://nvlpubs.nist.gov/nistpubs/Legacy/IR/nistir7695.pdf
(formatted-cpe-23-string? s)
Returns s
when it is a formatted CPE 2.3 string, otherwise returns nil.
Returns `s` when it is a formatted CPE 2.3 string, otherwise returns nil.
(valid-score? score)
check that a score is no less than 0 and no greater than 10
check that a score is no less than 0 and no greater than 10
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close