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

Commit 212a94b

Browse files
committed
add kaspersky av
1 parent 5f9397e commit 212a94b

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.release/VERSION

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

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.26"
9+
version = "v0.3.27"
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
@@ -195,6 +195,16 @@ title = "Malice Plugin Configurations"
195195
build = false
196196
mime = "*"
197197

198+
[[plugin]]
199+
enabled = true
200+
name = "kaspersky"
201+
description = "Kaspersky AntiVirus"
202+
category = "av"
203+
image = "malice/kaspersky"
204+
repository = "https://github.com/malice-plugins/kaspersky.git"
205+
build = false
206+
mime = "*"
207+
198208
[[plugin]]
199209
enabled = true
200210
name = "mcafee"

0 commit comments

Comments
 (0)