We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ceef24 commit eb5a7e6Copy full SHA for eb5a7e6
pkg/threatintel/utils.go
@@ -32,7 +32,7 @@ func SecretRulesURL(version string) string {
32
33
// VulnerabilityRulesURL returns the URL for downloading vulnerability db for the given version
34
func VulnerabilityRulesURL(version string) string {
35
- return fmt.Sprintf("https://threat-intel.threatmapper.org/threat-intel/vulnerability/vulnerability_%s.tar.gz", version)
+ return fmt.Sprintf("https://threat-intel.threatmapper.org/threat-intel/vulnerability/v6/vulnerability_%s.tar.gz", version)
36
}
37
38
func ExportYaraRules(outFile string, rules []DeepfenceRule, extra []string) error {
0 commit comments