This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1acf5f7
commit f72a082
Showing
1 changed file
with
8 additions
and
0 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 |
---|---|---|
|
@@ -3,6 +3,14 @@ MIRAI is an abstract interpreter for the [Rust](https://www.rust-lang.org/) comp | |
representation](https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md) (MIR). | ||
It is intended to become a widely used static analysis tool for Rust. | ||
|
||
## Request for Proposals | ||
|
||
The Web3 Foundation has an | ||
[RFP](https://github.com/w3f/Grants-Program/blob/master/docs/RFPs/Open/Static-Analysis-for-Runtime-Pallets.md) | ||
for extending MIRAI. If you are interested in making a proposal, feel free to do so and expect to count on support | ||
with design reviews, coding and merging your contributions. Contact [email protected] if you want to discuss this | ||
further. | ||
|
||
## Who should use MIRAI | ||
|
||
MIRAI can be used as a linter that finds panics that may be unintentional or are not the best way to terminate a | ||
|