staticanalysis
There are 62 repositories under staticanalysis topic.
ajinabraham/njsscan
njsscan is a semantic aware SAST tool that can find insecure code patterns in your Node.js applications.
policeman-tools/forbidden-apis
Policeman's Forbidden API Checker
owenrumney/lazytrivy
Vulnerability scanning just got lazier
gostaticanalysis/skeleton
Tool: skeleton is create skeleton codes for golang.org/x/tools/go/analysis.
krizzsk/HackersCave4StaticAndroidSec
A comprehensive resource for Android static analysis and vulnerability assessment. Tutorials, tools, and resources for identifying and mitigating security vulnerabilities in Android applications.
ajinabraham/libsast
Generic SAST Library
gcpug/zagane
zagane is a static analysis tool which can find bugs in spanner's code
gostaticanalysis/nilerr
Analyzer: nilerr checks returning nil when err is not nil
sanposhiho/wastedassign
Go Linter: finds wasted assignment statements 🗑
secure-software-engineering/TypeEvalPy
A Micro-benchmarking Framework for Python Type Inference Tools
tenntenn/gosa
move to https://github.com/gostaticanalysis
gostaticanalysis/analysisutil
Library: Utilities for x/tools/go/analysis package
ajinabraham/njsscan-action
nodejsscan Github Action
gostaticanalysis/called
Analyzer: called is a analyzer which can find function calling
DasariJayanth/Malware-Detection-in-PE-files-using-Machine-Learning
Detecting Malware in PE files
Gusto/committer
A CLI for managing linter executions in git hooks
k1LoW/gostyle
gostyle is a set of analyzers for coding styles.
openscanhub/openscanhub
OpenScanHub is a service for static and dynamic analysis.
ucr-riple/NullAwayAnnotator
A tool to help adapting code bases to NullAway type system.
gostaticanalysis/comment
Analyzer: CommentMap utilities for static analysis in Go
umair9747/Staticot
A BASH script to automate simple tasks related to static malware analysis
gostaticanalysis/typednil
Analyzer: typednil finds a comparison between typed nil and untyped nil
gostaticanalysis/vetgen
Tool: vetgen is generator of vettools
dibsy/StaticAnalyzer
StaticAnalyzer is a burp plugin that can be used to perform static analysis of the response information from server during run time. It will search for specific words in the response that is mentioned in the vectors.txt
gostaticanalysis/wraperrfmt
Analyzer: wraperrfmt checks invalid arguments of xerrors.Errorf
gostaticanalysis/readonly
Analyzer: check for possible assigning package variables
media-code/workspace
Extendible workspace configurator for Laravel to effortlessly keep linters, fixers, static analysis, CI workflows, editor integrations and more in sync across all your teams & projects
rtfeng/FlowdroidCG
A build well Android APK call graph generator
gostaticanalysis/notest
Analyzer: notest checks either the package has test files
Wolff09/seal
Verification tool for lock-free data structures with safe memory reclamation.
CristianoRC/DeadSharp
DeadSharp is a static analysis tool that detects unused (dead) code in C# projects to improve quality and maintainability.
DrakkLord/gradle-android-metric-plugin
Plugin for Android Studio that can collect and show code metric infromation from Gradle plugins, such as PMD, Checkstyle
gostaticanalysis/emptycase
Analyzer: emptycase finds case statements with no body
gostaticanalysis/testhelper
Analyzer: testhelper finds a package function which is not a test function and receives a value of *testing.T as a parameter but it does not call (*testing.T).Helper
kevin-valerio/gogotrace
Reverse call-graph that traces all callers of a function by signature
wala/MiniJar
MiniJar is a tool for jar reduction that uses WALA for static analysis of Java bytecode. See README.