Top "Static-code-analysis" questions

Static code analysis is the analysis of computer software that is performed without actually executing it.

How do I download and install lint?

Does anyone know how to obtain lint for Mac, Windows, and Linux? sudo port install lint can't find it.

c debugging lint static-code-analysis
Heap Inspection Security Vulnerability

I have run my java app against the checkmarx tool for security vulnerability and it is constantly giving an issue …

java security heap static-code-analysis checkmarx
Descriptive flake8 errors in PyCharm

PyCharm does not have a built-in support for flake8 at the moment. But, flake8 can be configured to run as …

python pycharm static-code-analysis flake8
How to sanitize and validate user input to pass a Checkmarx scan

I have an endpoint that receives a String from the client as seen below: @GET @Path("/{x}") public Response doSomething(@…

java security code-analysis static-code-analysis checkmarx
RunCodeAnalysis=true not working in command prompt (MSBuild)

I'm trying to get msbuild to output code analysis info like it does in VS. I have a configuration for …

configuration msbuild code-analysis static-code-analysis
Disable Code Analysis for Some Projects using MSBuild

I have inherited a solution file that uses a MSBuild script to compile multiple solutions. The majority of projects are …

visual-studio-2010 static-code-analysis
Lint-like program for Perl?

I'm looking for a lint for Perl, something that would catch dead code and other potential problems. Any suggestions? I …

perl lint static-code-analysis
Code Metrics Analysis for Unmanaged C++ Code

Does anyone know of a free tool, similar to what is built into Visual Studio 2010 for managed code, that can …

c++ mfc code-analysis static-code-analysis
How to use CppCheck tool to review your c / cpp code in ubuntu?

I am trying to use the CppCheck tool in Ubuntu. I ran the following command cppcheck --enable=all --check-config --suppress=…

static-code-analysis cppcheck
Rulesets for cppcheck

Cppcheck allows you to create your own rules files, but I don't know how much of cppcheck's functionality is exposed. …

c++ testing static-code-analysis cppcheck safety-critical