diff options
-rw-r--r-- | internal/cpematch/cpematch.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/cpematch/cpematch.go b/internal/cpematch/cpematch.go index 9f879c6..0bae622 100644 --- a/internal/cpematch/cpematch.go +++ b/internal/cpematch/cpematch.go @@ -1,4 +1,10 @@ // CPE match feed 1.0 parser. +// +// Latest CPE match feed available from here: +// https://nvd.nist.gov/vuln/data-feeds#cpeMatch +// +// JSON schema available here: +// https://csrc.nist.gov/schema/cpematch/feed/1.0/nvd_cpematch_feed_json_1.0.schema package cpematch // CPE name |