Skip to content
#

static-analysis

Here are 1,387 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 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 May 13, 2022
  • Python
semgrep
greut
greut commented May 16, 2022

Describe the bug
When producing a --junit-xml output, it show the stacktrace a a list of strings rather than a big strings. Maybe, it's only a "\n".join(...) away.

To Reproduce
--junit-xml :)

Expected behavior
The list of str should one str

Screenshots
![Screenshot 2022-05-16 at 15-47-47 jenkins _ Pre-pricing_Tarantino _ test_semgrep _ #4](https://user-images.git

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