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-09-07 16:23:51 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-07 16:23:51 +0300
commit93742886cabc7514b93e654c482893a0dec309ce (patch)
treeee68722875f4446ec8187d75a8fc75c59abba8d9 /appinfo
parent260e8d25409c35755e80d50732a38b220bc38360 (diff)
Fix database and bump version
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml7
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 7 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 8735bc7..261e631 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -90,18 +90,13 @@
<notnull>false</notnull>
</field>
<field>
- <name>file_name_entropy</name>
- <type>float</type>
- <notnull>false</notnull>
- </field>
- <field>
<name>file_class</name>
<type>text</type>
<notnull>false</notnull>
<length>64</length>
</field>
<field>
- <name>file_name_class</name>
+ <name>file_extension_class</name>
<type>text</type>
<notnull>false</notnull>
<length>64</length>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6b7ffdd..b766167 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<description><![CDATA[This app monitors file operations during the synchronization to detect ransomware attacks and also offers a post infection file storage scanner, which works even if it happend that you didn't have this app installed during an attack. This is done by using generic indicators for a guided user-controlled one-step recovery utilizing the integrated file versioning methods.]]></description>
<licence>agpl</licence>
<author mail="matthias.held@uni-konstanz.de">Matthias Held</author>
- <version>0.3.1</version>
+ <version>0.3.2</version>
<namespace>RansomwareDetection</namespace>
<category>files</category>
<category>monitoring</category>