* fix(cpescan): CpeVendorProductMatch not set when Redis Backend * fix(integration): deprecated CPE URI * fix(integration-test): add a test case for CpeVendorProductMatch * fix review * update deps go-cve-dict v0.6.2
65 lines
1.2 KiB
TOML
Executable File
65 lines
1.2 KiB
TOML
Executable File
[cveDict]
|
|
Type = "redis"
|
|
Url = "redis://127.0.0.1/3"
|
|
|
|
[ovalDict]
|
|
Type = "redis"
|
|
Url = "redis://127.0.0.1/1"
|
|
|
|
[gost]
|
|
Type = "redis"
|
|
Url = "redis://127.0.0.1/2"
|
|
|
|
[exploit]
|
|
Type = "redis"
|
|
Url = "redis://127.0.0.1/4"
|
|
|
|
[metasploit]
|
|
Type = "redis"
|
|
Url = "redis://127.0.0.1/5"
|
|
|
|
[default]
|
|
|
|
[servers]
|
|
|
|
[servers.rails]
|
|
type = "pseudo"
|
|
cpeNames = [ "cpe:/a:rubyonrails:rails:3.0.1" ]
|
|
|
|
[servers.cpe_vendor_product_match]
|
|
type = "pseudo"
|
|
cpeNames = ["cpe:/a:hitachi_abb_power_grids:afs660"]
|
|
|
|
[servers.gemfile]
|
|
type = "pseudo"
|
|
lockfiles = ["./integration/data/lockfile/Gemfile.lock"]
|
|
|
|
[servers.pipfile]
|
|
type = "pseudo"
|
|
lockfiles = ["./integration/data/lockfile/Pipfile.lock"]
|
|
|
|
[servers.poetry]
|
|
type = "pseudo"
|
|
lockfiles = ["./integration/data/lockfile/poetry.lock"]
|
|
|
|
[servers.composer]
|
|
type = "pseudo"
|
|
lockfiles = ["./integration/data/lockfile/composer.lock"]
|
|
|
|
[servers.packagelock]
|
|
type = "pseudo"
|
|
lockfiles = ["./integration/data/lockfile/package-lock.json"]
|
|
|
|
[servers.yarn]
|
|
type = "pseudo"
|
|
lockfiles = ["./integration/data/lockfile/yarn.lock"]
|
|
|
|
[servers.cargo]
|
|
type = "pseudo"
|
|
lockfiles = ["./integration/data/lockfile/Cargo.lock"]
|
|
|
|
[servers.gomod]
|
|
type = "pseudo"
|
|
lockfiles = ["./integration/data/lockfile/go.sum"]
|
|
|