Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2018-07-19 23:42:40 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-07-19 23:42:40 +0300
commitfea0a00fcd59e6dd4c7d7e7fecd0739beea8de69 (patch)
treeebdb9dca1dc4535321be1fe6aa46538929b27c21 /appinfo
parentf692b9165842244978181707cb421b34f805967d (diff)
Fix code check errors
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index f7f27f4..8f2b9b4 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -5,7 +5,7 @@
<overwrite>false</overwrite>
<charset>utf8</charset>
<table>
- <name>*dbprefix*ransomware_detection_file_operation</name>
+ <name>*dbprefix*ransomware_detection_file</name>
<declaration>
<field>
<name>id</name>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0b073b3..cab2bde 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<description><![CDATA[This app monitors file operations to detect ransomware attacks by using generic indicators for a guided user-controlled recovery utilizing the integrated file versioning methods.]]></description>
<licence>agpl</licence>
<author mail="matthias.held@uni-konstanz.de">Matthias Held</author>
- <version>0.2.3</version>
+ <version>0.2.4</version>
<namespace>RansomwareDetection</namespace>
<category>files</category>
<category>monitoring</category>