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

static-analysis

Here are 1,379 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 16, 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
aszenz
aszenz commented May 2, 2022

Related to
checkForThrowsDocblock option, it would be nice to auto add throws docblock to functions.
Use case:
Better understanding of how the function can fail for the caller, often times it is useful then to refactor the code to not catch the exception at the higher level and re throw it to provide more context

enhancement easy problems psalter Help wanted
TWiStErRob
TWiStErRob commented Apr 23, 2022

Expected Behavior of the rule

UnnecessaryAbstractClass should have a concise description like other rules

Context

I just updated Detekt 1.19.0 to 1.20.0 and got this failure:
https://github.com/TWiStErRob/net.twisterrob.cinema/security/code-scanning/227

The message is just plain weird to be this long:
![image](https://user-images.githubusercontent.com/2906988/164910306-4b4478c4-0

help wanted rules 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