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

static-analysis

Here are 1,354 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 Mar 23, 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 Mar 24, 2022
  • Python
semgrep
reviewdog
ollieread
ollieread commented Mar 23, 2022

I've only created examples for the ones that I encountered, but if my understanding is correct, and stubs/Reflection.phpstub is how Psalm understands reflection classes, there is a lot missing.

ReflectionProperty::hasDefaultValue() https://psalm.dev/r/7de1ce446b
ReflectionProperty::isPromoted() https://psalm.dev/r/0b4cc46fd2
ReflectionParameter::isPromoted() https://psalm.dev/r/62322a

bug easy problems internal stubs/callmap Help wanted
BraisGabin
BraisGabin commented Mar 7, 2022

Expected Behavior

When an exception is thrown while running a Rule we should provide information about the file and the Rule.

Current Behavior

We only provide information about the file.

Context

We had some issues lately where the users report exceptions on a Rule but we need to ask for the full stacktrace to know what's going on (an example: #4612). And the issue is also "de

help wanted feature core 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