Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in static-analysis

Why does the dependence graph of this scanf()-using program by Frama-C look like this?

c static-analysis frama-c

SQL injection finders [closed]

making c++ variables const

Are there any tools to perform a security analysis against .net desktop assemblies and excutables? [closed]

How can I search a java code base for interfaces that have a single method?

How well does static code analysis work with Spring and other abstractions?

Tool for model checking large, distributed C++ projects such as KDE?

Find uncaught exceptions in C# code

How to find and avoid uninitialised primitive members in C++?

c++ gcc static-analysis

Why are static analyzer issues not failing my CI build?

Dangerous magic number N used

Finding "fallthroughs" in C code

Specifying a string value in the type definition for the Elixir typespecs

Static Analysis erroneously reports out of bounds access

static-analysis frama-c

Adding missing NULL checks after malloc with coccinelle

Using Sparse to check C code

Any way to fail build in TeamCity by result of cppcheck analysis

When is it necessary to declare return function type in TypeScript?

Is it possible to decouple the code indexing capabilities of Eclipse?

Java for each loop being flagged as UR anomaly by PMD