From 8f2bbb0d3010f546557549a175be2e9cbcef9b98 Mon Sep 17 00:00:00 2001 From: Sunil Date: Tue, 31 Mar 2020 18:46:26 +0530 Subject: [PATCH] Fixed cve_rules folder name according to latest Yara-Rule repo structure --- rules/rule_sources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/rule_sources.json b/rules/rule_sources.json index d367ee3..a5f3b9a 100644 --- a/rules/rule_sources.json +++ b/rules/rule_sources.json @@ -9,7 +9,7 @@ { "url": "https://github.com/YARA-Rules/rules.git", "include": [ - "CVE_Rules/*" + "cve_rules/*" ] } ]