Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit bf6285f

Browse files
committed
add drweb antivirus
1 parent 1adfd6a commit bf6285f

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

.release/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.22
1+
v0.3.23

config/bindata.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#######################################################################
77

88
title = "Malice Runtime Configuration"
9-
version = "v0.3.22"
9+
version = "v0.3.23"
1010

1111
[author]
1212
name = "blacktop"

plugins/bindata.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/plugins.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,16 @@ title = "Malice Plugin Configurations"
155155
build = false
156156
mime = "*"
157157

158+
[[plugin]]
159+
enabled = true
160+
name = "drweb"
161+
description = "Dr.Web AntiVirus"
162+
category = "av"
163+
image = "malice/drweb"
164+
repository = "https://github.com/malice-plugins/drweb.git"
165+
build = false
166+
mime = "*"
167+
158168
[[plugin]]
159169
enabled = true
160170
name = "escan"

0 commit comments

Comments
 (0)