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

static-analysis

Here are 1,392 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 May 30, 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 May 13, 2022
  • Python
semgrep
reviewdog
rzvc
rzvc commented May 12, 2022

Unsure if this is by design or a bug. If it is by design, it needs a better description - maybe something mentioning that the property is not necessary.

class Foo
{
	private string $str;
	
	public function __construct(string $str)
	{
		$this->str = $str;
		print_r($this->str);
	}
}

$foo = new Foo('asdf');
error_log(gettype($foo));

https://psalm.dev/r/26d7f24809

easy problems documentation 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