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

github.com/nextcloud/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-08-31 16:34:39 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-08-31 16:34:39 +0300
commit1fad30abc9f4a8abdce25a0bbeb4b09b92288fa2 (patch)
tree8d2296fd1abc6a633144f76c34529085cba7ce2a /appinfo
parent9078735669b5a930d63b51bc4772b015097da2e8 (diff)
Bump version and new features
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cab2bde..787e640 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,17 +3,18 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>ransomware_detection</id>
<name>Ransomware detection</name>
- <summary><![CDATA[This app monitors file operations to detect ransomware attacks for a guided user-controlled recovery.]]></summary>
- <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>
+ <summary><![CDATA[This app offers synchronization monitoring and a file storage scanner for a guided user-controlled one-step ransomare recovery.]]></summary>
+ <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.2.4</version>
+ <version>0.3.0</version>
<namespace>RansomwareDetection</namespace>
<category>files</category>
<category>monitoring</category>
<category>security</category>
- <screenshot>https://github.com/ilovemilk/ransomware_detection/raw/master/screenshots/goldeneye-0.2.2.png</screenshot>
- <screenshot>https://github.com/ilovemilk/ransomware_detection/raw/master/screenshots/recovery-0.2.2.png</screenshot>
+ <category>tools</category>
+ <screenshot>https://github.com/ilovemilk/ransomware_detection/raw/master/screenshots/monitoring-0.3.0.png</screenshot>
+ <screenshot>https://github.com/ilovemilk/ransomware_detection/raw/master/screenshots/scan-files-0.3.0.png</screenshot>
<bugs>https://github.com/ilovemilk/ransomware_detection/issues</bugs>
<dependencies>
<nextcloud min-version="13" max-version="13"/>