From 7aa79f7d3fa44af725f1f78f222f85fe3c1971da Mon Sep 17 00:00:00 2001
From: KuechA <31155350+KuechA@users.noreply.github.com>
Date: Wed, 8 May 2024 15:56:34 +0200
Subject: [PATCH] Reframe documentation (#861)
---
docs/Codyze/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Codyze/index.md b/docs/Codyze/index.md
index 658e36acc..3be351eb5 100755
--- a/docs/Codyze/index.md
+++ b/docs/Codyze/index.md
@@ -13,7 +13,7 @@ description: >
!!! info
Codyze is currently being redesigned.
- For the documentation for the legacy version of Codyze, please look [here ](https://github.com/Fraunhofer-AISEC/codyze/tree/v2.3.0/docs){target=_blank}.
+ For the documentation for the last stable version of Codyze using the MARK specification language, please look [here ](https://github.com/Fraunhofer-AISEC/codyze/tree/v2.3.0/docs){target=_blank}.
Security is hard and implementing it correctly is even harder. Luckily, there are well-established and battle-proven libraries available that do the heavy lifting of security functions such as authentication, logging or encryption. But even when using these libraries in application code, developers run the risk of making subtle errors which may undermine the security of their application. This is where Codyze helps. By integrating it into an IDE or CI pipeline, developers can analyze their source code while programming and check if they are using libraries in a correct or in an insecure way.