From 68193c6ef2820cabe24360816cf7eb6c42bb3824 Mon Sep 17 00:00:00 2001 From: Alexander Kuechler Date: Wed, 8 May 2024 10:52:55 +0200 Subject: [PATCH] Reframe documentation --- 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.