Added cwe_checker

cwe_checker finds vulnerable patterns in binary executables
This commit is contained in:
Thomas Barabosch 2019-07-04 08:47:37 +02:00 committed by GitHub
parent a65a9a07d3
commit 49f8be6734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -655,6 +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.
## Vulnerability Databases