From 09431944607c241a45a4a0fec4b8c171aab31c35 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Wed, 10 Jul 2019 18:55:01 -0400 Subject: [PATCH] Reword the description of cwe_checker for clarity and style conformance. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5b6029..1e121ec 100644 --- a/README.md +++ b/README.md @@ -655,7 +655,7 @@ See also [awesome-reversing](https://github.com/tylerha97/awesome-reversing). * [bandit](https://pypi.python.org/pypi/bandit/) - Security oriented static analyser for Python code. * [cppcheck](http://cppcheck.sourceforge.net/) - Extensible C/C++ static analyzer focused on finding bugs. * [sobelow](https://github.com/nccgroup/sobelow) - Security-focused static analysis for the Phoenix Framework. -* [cwe_checker](https://github.com/fkie-cad/cwe_checker) - cwe_checker finds vulnerable patterns in binary executables. +* [cwe_checker](https://github.com/fkie-cad/cwe_checker) - Suite of tools built atop the Binary Analysis Platform (BAP) to heuristically detect CWEs in compiled binaries and firmware. ## Vulnerability Databases