The Wayback Machine - https://web.archive.org/web/20220709072745/https://github.com/topics/static-analysis
Skip to content
#

static-analysis

Here are 1,415 public repositories matching this topic...

Mobile-Security-Framework-MobSF

Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.

  • Updated Jul 5, 2022
  • JavaScript

The Mobile Security Testing Guide (MSTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).

  • Updated Jul 9, 2022
  • Python
semgrep
invidian
invidian commented Jun 27, 2022

Describe the bug
Unhandled exception:

$ semgrep

Scanning across multiple languages:
    <multilang> | 3 rules × 549 files
             go | 4 rules ×  45 files

  100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
bug good first issue priority:low feature:cli-ux
Scanners-Box
reviewdog
sapphirecat
sapphirecat commented Jun 29, 2022

I recently updated to 5.0.0-beta1 for a PHP 8.1-based project, and now I'm getting an error reported with array_splice().

https://psalm.dev/r/367fd63316

I'm having PHP take a chunk of items off an array in C code, so it takes fewer interpreter steps to get the work done. But Psalm doesn't seem to realize that the return value from splice matches the input type (including preserving string

enhancement easy problems Help wanted good first issue

Improve this page

Add a description, image, and links to the static-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the static-analysis topic, visit your repo's landing page and select "manage topics."

Learn more