diff --git a/independent-publisher-connectors/NIST National Vulnerability Database/readme.md b/independent-publisher-connectors/NIST National Vulnerability Database/readme.md index b19d746353..00be82f536 100644 --- a/independent-publisher-connectors/NIST National Vulnerability Database/readme.md +++ b/independent-publisher-connectors/NIST National Vulnerability Database/readme.md @@ -25,7 +25,7 @@ https://nvd.nist.gov/developers ## Known Issues and Limitations * When filtering by date, please note the format. As it is unlikely you need to filter based on time, I suggest you specify 000 for sub-seconds and use hh:mm for UTC offset. Eg. For Power Automate flows, this is an example of correctly specifying a date with no UTC offset. formatDateTime(utcNow(), 'yyyy-MM-ddTHH:mm:ss:000 UTC+00:00') -* There are a large number of vulnerabilities stored in a highly granular way. You will need to filter your results and learn the schema to apply filters. E.g Filtering by CPE Match string or CVE match string is documented (here)[http://cpe.mitre.org/specification/index.html] +* There are a large number of vulnerabilities stored in a highly granular way. You will need to filter your results and learn the schema to apply filters. E.g Filtering by CPE Match string or CVE match string is documented [here](http://cpe.mitre.org/specification/index.html) * Each API Key is associated with a single email address. If an email address is used to request an additional API key, clicking the single-use hyperlink will invalidate the key previously associated with that email address. The key will not be invalidated if the email is used to request another key, but the link is not opened. There is no process for retrieving a forgotten key.