Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in static-analysis

gosec linter: G101: Potential hardcoded credentials

go static-analysis gosec

How to disable a CodeSonar warning in C++

c++ static-analysis

Matching private class members using clang AST Matcher

Java - find methods used only in test (unused in source code)

Suppress never-used warnings for auto-bound event handlers in Cppcheck

PHPStan doesn't use custom entity repository

Psalm possibly null value provided with request->get()

How can I get clang-tidy to not complain about passing kind-of-lightweight types by value?

alias analysis vs. pointer analysis vs. points-to analysis

Intellisense for returned python object's methods

Expression 'i < 0' is always false

C# Compiler's null state static analysis when validating objects

Frama-c WP and preconditions

static-analysis frama-c

How is VSCode finding this Go linting Problem and how do I ignore it?

Get the array index variable and its value in value analysis (Frama-C)

G110: Potential DoS vulnerability via decompression bomb (gosec)

go static-analysis golint

Property of mutable type 'NSMutableDictionary' has 'copy' attribute; an immutable object will be stored instead

How to properly use C++ union on embedded software

c++ static-analysis

How to identify unused code & files in QML