Skip to content

Commit eb5a7e6

Browse files
committed
Update feed URL
1 parent 4ceef24 commit eb5a7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/threatintel/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func SecretRulesURL(version string) string {
3232

3333
// VulnerabilityRulesURL returns the URL for downloading vulnerability db for the given version
3434
func VulnerabilityRulesURL(version string) string {
35-
return fmt.Sprintf("https://threat-intel.threatmapper.org/threat-intel/vulnerability/vulnerability_%s.tar.gz", version)
35+
return fmt.Sprintf("https://threat-intel.threatmapper.org/threat-intel/vulnerability/v6/vulnerability_%s.tar.gz", version)
3636
}
3737

3838
func ExportYaraRules(outFile string, rules []DeepfenceRule, extra []string) error {

0 commit comments

Comments
 (0)