From 2796abaa08d4f8173b9e083275d59392a496c023 Mon Sep 17 00:00:00 2001 From: Tom Hudson Date: Wed, 19 Apr 2023 14:25:24 +0100 Subject: [PATCH] Fixes varnich_cache -> varnish_cache typo in v.json technology file --- src/technologies/v.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index c4d6bc302..558b46573 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -239,7 +239,7 @@ "cats": [ 23 ], - "cpe": "cpe:2.3:a:varnish-software:varnich_cache:*:*:*:*:*:*:*:*", + "cpe": "cpe:2.3:a:varnish-software:varnish_cache:*:*:*:*:*:*:*:*", "description": "Varnish is a reverse caching proxy.", "headers": { "Via": "varnish(?: \\(Varnish/([\\d.]+)\\))?\\;version:\\1", @@ -1322,4 +1322,4 @@ "requires": "Vue.js", "website": "https://vxetable.cn" } -} \ No newline at end of file +}