Skip to content
Cosmopediaby Unity Nodes
DiscussionsCosmos-SDKSecurity Static Code AnalysisForum ↗

Security Static Code Analysis

Cosmos-SDK2 posts877 viewsLast activity Aug 2019
NO
NorrinOP
Aug 2019

Hi, did you take into consideration using available static code security analysis tools to automatically discover vulnerabilities in code? Most of them are free and integrated with Github, so they can even create tasks/issues to fix open gaps in code.

Examples

List of others

GitHub

mre/awesome-static-analysis

Static analysis tools for all programming languages - mre/awesome-static-analysis

DR
drzow
Aug 2019

If you are asking about a security analysis of Tendermint and the Cosmos-SDK, multiple third party assessments have been done of those code bases – I would assume that those third parties were using either these tools or ones like them to catch the low-hanging fruit. Of course, each of those assessments was a point-in-time event, so your point still has merit from a continuous integration / assessment perspective. Having chatted a good deal with the security team at Tendermint (AIB), I would expect that they are doing something to this end.

Cheers,
Terry

← Back to Discussions