-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #945
- Loading branch information
Showing
1 changed file
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
--- | ||
title: Misti static analyzer | ||
title: Misti Static Analyzer | ||
description: "Static analysis of Tact contracts, custom detectors and CI/CD integration" | ||
--- | ||
|
||
[Misti](https://nowarp.github.io/tools/misti/) is a static program analysis tool that supports Tact. | ||
# Misti | ||
|
||
## 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. | ||
[Misti](https://nowarp.io/tools/misti/) is a static program analysis tool that supports Tact. | ||
|
||
* **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. | ||
## What is Misti? | ||
|
||
* **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. | ||
* **Static Program Analysis**: Misti analyzes code without executing it, scanning for [bugs and security flaws](https://nowarp.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.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.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) | ||
* [Misti Documentation](https://nowarp.io/tools/misti/) |