Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
feat(docs): Add a page on Misti static analyzer
Browse files Browse the repository at this point in the history
Closes #350
  • Loading branch information
jubnzv committed Aug 17, 2024
1 parent d6ec58e commit 4e585cb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
16 changes: 16 additions & 0 deletions pages/ecosystem/tools/misti.mdx
Original file line number Diff line number Diff line change
@@ -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)
7 changes: 6 additions & 1 deletion pages/ecosystem/tools/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ This sub-section contains a list of official and community-made tools made speci
title="Typescript"
href="/ecosystem/tools/typescript"
/>
<Cards.Card
arrow
title="Misti Static Analyzer"
href="/ecosystem/tools/misti"
/>
<Cards.Card
arrow
title="VS Code Extension"
Expand All @@ -20,4 +25,4 @@ This sub-section contains a list of official and community-made tools made speci
title="JetBrains IDEs Plugin"
href="/ecosystem/tools/jetbrains"
/>
</Cards>
</Cards>

0 comments on commit 4e585cb

Please sign in to comment.