scout: fix npm casing

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-10-16 15:05:41 +02:00
parent 3ccd1e7a57
commit 639731d604
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ cpe:<cpe_version>:<part>:<vendor>:<product>:<version>:<update>:<edition>:<langua
``` ```
For example `cpe:*:*:*:calendar:*:*:*:*:*:*:*` returns a match on anything with For example `cpe:*:*:*:calendar:*:*:*:*:*:*:*` returns a match on anything with
the product name “calendar”. If there is a vulnerability present in an NPM the product name “calendar”. If there is a vulnerability present in an npm
package, this CPE match would also return packages and modules for all other package, this CPE match would also return packages and modules for all other
languages too. languages too.