Skip to content
#

static-analysis

Here are 1,381 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 4, 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 7, 2022
  • Python
semgrep
DrewDennison
DrewDennison commented May 6, 2022

Currently if you want to scan a folder for terraform code (for example) it only works with .tf files. To support .hcl files, it requires making a patch upstream to semgrep and waiting for a new release. Could we make this overridable without having to edit code?

enhancement good first issue
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