Add: danmar/cppcheck

This commit is contained in:
pe3zx 2020-09-21 00:24:19 +07:00
parent 3daf6d1504
commit c86f6c850a

View File

@ -189,6 +189,10 @@ This repository is created as an online bookmark for useful links, resources and
<td><a href="https://github.com/BishopFox/h2csmuggler">BishopFox/h2csmuggler</a></td>
<td>HTTP Request Smuggling over HTTP/2 Cleartext (h2c)</td>
</tr>
<tr>
<td><a href="https://github.com/danmar/cppcheck">danmar/cppcheck</a></td>
<td>static analysis of C/C++ code</td>
</tr>
<tr>
<td><a href="https://github.com/facebook/pyre-check/">facebook/pyre-check/</a></td>
<td>Performant type-checking for python.</td>