Skip to content

Commit

Permalink
Add Kani to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
bartMarinissen authored Oct 16, 2023
1 parent 9efac3e commit 9e20be3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions data/tools/kani.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: kani
categories:
- wasd
tags:
- rust
- Security/SAST
license: 'MIT & Apache 2.0'
source: 'https://github.com/model-checking/kani'
homepage: 'https://github.com/model-checking/kani'
description: >-
The Kani Rust Verifier is a bit-precise model checker for Rust.
Kani is particularly useful for verifying unsafe code blocks in Rust,
where the "unsafe superpowers" are unchecked by the compiler.
Kani verifies:
* Memory safety (e.g., null pointer dereferences)
* User-specified assertions (i.e., assert!(...))
* The absence of panics (e.g., unwrap() on None values)
* The absence of some types of unexpected behavior (e.g., arithmetic overflows)

0 comments on commit 9e20be3

Please sign in to comment.