From 08e84aa0bfee3daa56c04beca1d816cc7daddb35 Mon Sep 17 00:00:00 2001 From: Georgiy Komarov Date: Fri, 16 Aug 2024 23:08:38 -0400 Subject: [PATCH] feat(docs): Add a page on Misti static analyzer (#354) --- pages/ecosystem/tools/misti.mdx | 16 ++++++++++++++++ pages/ecosystem/tools/overview.mdx | 7 ++++++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 pages/ecosystem/tools/misti.mdx diff --git a/pages/ecosystem/tools/misti.mdx b/pages/ecosystem/tools/misti.mdx new file mode 100644 index 00000000..761ceeff --- /dev/null +++ b/pages/ecosystem/tools/misti.mdx @@ -0,0 +1,16 @@ +# Misti + +[Misti](https://nowarp.github.io/tools/misti/) is a static program analysis tool that supports Tact. + +## What is Misti? + +* **Static Program Analysis**: Misti analyzes code without executing it, scanning for [bugs and security flaws](https://nowarp.github.io/tools/misti/docs/detectors) by examining the structure and syntax. This approach catches issues early, preventing them from reaching production. +* **Custom Detectors**: Customize Misti to your specific needs by creating [custom detectors](https://nowarp.github.io/tools/misti/docs/hacking/custom-detector). This helps identify vulnerabilities that generic tools might miss, ensuring a thorough review of your code. +* **CI/CD Integration**: [Integrate](https://nowarp.github.io/tools/misti/docs/tutorial/ci-cd) Misti into your CI/CD pipeline to ensure continuous code quality checks, catching issues before they make it to production. + +## Resources + +* [Github](https://github.com/nowarp/misti) +* [Telegram Community](https://t.me/misti_dev) +* [Misti Documentation](https://nowarp.github.io/docs/misti/) +* [Misti API Reference](https://nowarp.github.io/docs/misti/api) diff --git a/pages/ecosystem/tools/overview.mdx b/pages/ecosystem/tools/overview.mdx index 57038105..3e386dc3 100644 --- a/pages/ecosystem/tools/overview.mdx +++ b/pages/ecosystem/tools/overview.mdx @@ -10,6 +10,11 @@ This sub-section contains a list of official and community-made tools made speci title="Typescript" href="/ecosystem/tools/typescript" /> + - \ No newline at end of file +