From d0dc03e96f676f9029423909906c6ae3806195aa Mon Sep 17 00:00:00 2001 From: linus <49990732+lepLinus@users.noreply.github.com> Date: Sun, 14 Jun 2026 20:53:47 +0300 Subject: [PATCH] Add Canton Security 101 to tools.json Add Canton Security 101 Signed-off-by: linus <49990732+lepLinus@users.noreply.github.com> --- Github Page/tools.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Github Page/tools.json b/Github Page/tools.json index 21922b2..738f59a 100644 --- a/Github Page/tools.json +++ b/Github Page/tools.json @@ -72,6 +72,18 @@ "daml_sdk_version": "3.4", "maintained_by": "OpenZeppelin" }, + { + "name": "Canton Security 101", + "maker": "SC Audit Studio", + "type": "partner", + "category": "Smart Contract Dev", + "desc": "A Canton-focused cybersecurity guide covering DAML development, web applications, and operational security. Learn about secure dapp development.", + "links": [ + { "label": "Security 101", "url": "https://scauditstudio.com/tools/canton-security101" } + ], + "daml_sdk_version": null, + "maintained_by": "SC Audit Studio OY" + }, { "name": "Catalyx Package Manager", "maker": "IntellectEU",