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-10 01:51:46 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-10 01:51:46 +0300
commit5a7a9b215e0b96c6196c0633b8cedcc4ca8a8e48 (patch)
treeedc2404539166add29b869dee0a48e55331f5686
parent6384566633981ebb20220a0e4a6e9659a673349c (diff)
Fix schema
-rw-r--r--appinfo/info.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 64037ee..20fbd42 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,17 +5,17 @@
<name>Ransomware detection</name>
<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>
+ <version>0.3.2</version>
<licence>agpl</licence>
<author mail="matthias.held@uni-konstanz.de">Matthias Held</author>
- <version>0.3.2</version>
<namespace>RansomwareDetection</namespace>
<category>files</category>
<category>monitoring</category>
<category>security</category>
<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>
+ <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>
<dependencies>
<nextcloud min-version="13" max-version="14"/>
</dependencies>