From 2a98f107d4d830e8cdbfb30014025c0952d45eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=BDigrai?= Date: Thu, 12 Dec 2024 16:47:19 +0100 Subject: [PATCH 1/3] docs: FUP link to GitBook --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fee3052..c7c43f3 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,6 @@ If you have any ideas for improvements, feel free to [raise an issue](https://gi You can check out the project board [here](https://github.com/orgs/talsec/projects/2). # :page_facing_up: License -This project is provided as freemium software, i.e. there is a fair usage policy that imposes some limitations on the free usage. The SDK software consists of open-source and binary parts, which is the property of Talsec. The open-source part is licensed under the MIT License - see the LICENSE file for details. + +This project is provided as freemium software, i.e. there is a [fair usage policy](https://docs.talsec.app/freerasp/~/changes/24clYU3uGFnqmRr32dzL/features-and-pricing-plans#plans-comparison) that imposes some limitations on the free usage. The SDK software consists of open-source and binary parts, which is the property of Talsec. The open-source part is licensed under the MIT License - see the LICENSE file for details. + From fcf7d1c117d87326c927779cfb6cca3ff8a55f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=BDigrai?= Date: Thu, 12 Dec 2024 16:53:05 +0100 Subject: [PATCH 2/3] docs: FUP link to GitBook v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7c43f3..d68d11b 100644 --- a/README.md +++ b/README.md @@ -74,5 +74,5 @@ You can check out the project board [here](https://github.com/orgs/talsec/projec # :page_facing_up: License -This project is provided as freemium software, i.e. there is a [fair usage policy](https://docs.talsec.app/freerasp/~/changes/24clYU3uGFnqmRr32dzL/features-and-pricing-plans#plans-comparison) that imposes some limitations on the free usage. The SDK software consists of open-source and binary parts, which is the property of Talsec. The open-source part is licensed under the MIT License - see the LICENSE file for details. +This project is provided as freemium software, i.e. there is a [fair usage policy](https://docs.talsec.app/freerasp/features-and-pricing-plans#plans-comparison) that imposes some limitations on the free usage. The SDK software consists of open-source and binary parts, which is the property of Talsec. The open-source part is licensed under the MIT License - see the LICENSE file for details. From 70a1a361ef1fe7806c128b1d937ba8e960b59c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=BDigrai?= Date: Thu, 12 Dec 2024 17:56:55 +0100 Subject: [PATCH 3/3] docs: link to freeMalware repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d68d11b..673919f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Learn more about freemium freeRASP features at [GitHub main repository](https:// ## :radioactive: freeMalwareDetection **freeMalwareDetection** is a powerful feature designed to enhance the security of your Android application by quickly and efficiently scanning for malicious or suspicious applications (e.g. Android malware) based on various blacklists and security policies. It helps to detect apps with suspicious package names, hashes, or potentially dangerous permissions. -After the integration of freeRASP, make sure you visit the [freeMalwareDetection](https://docs.talsec.app/freemalwaredetection) repository to learn more about this feature! +After the integration of freeRASP, make sure you visit the [freeMalwareDetection](https://github.com/talsec/freeMalwareDetection) repository to learn more about this feature! # :book: Discover the Official freeRASP Documentation