Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in static-analysis

How to analyze a Maven pom.xml for mistakes (a pom linter for redundant or ignored properties?)

java maven static-analysis

Sharing linter configurations between projects

python static-analysis

Determining missing dependencies statically when using dependency injection container

SonarQube and Java plugin installed, no rules under Quality Profiles

Is there any static checking tool to check buggy code like this

c++ static-analysis

gcc: quickly check for all errors but not compile C?

Is there a static analysis tool for identifying sql injection for php/mysql

static analysis to find out all the referenced class from a root in java

Is there a way to specify a post condition using resharper attributes?

Can ASM method-visitors be used with interfaces?

C syntax parser [closed]

Is there a way to find "hidden" unused variables in Rust?

Find unused functions in a C project by static analysis

How to disable radon high cyclomatic complexity check?

When using a SAST tool, why do we have to use a "build wrapper" for compiled languages (e.g. C/C++)?