This commit is contained in:
parent
eaf2a61714
commit
542fd7c417
2
main.go
2
main.go
@ -251,7 +251,7 @@ func loadRules(c *yara.Compiler) {
|
||||
// Load rules from http(s)
|
||||
// TODO: Support archive files alongside standard yar files
|
||||
func loadRulesFromHttp(pkg packageurl.PackageURL, c *yara.Compiler) error {
|
||||
res, err := client.Get(pkg.Name)
|
||||
res, err := client.Get(pkg.Type + "://" + pkg.Name)
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user