Skip to content
#

static-analysis

Here are 1,401 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 Jun 15, 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 Jun 15, 2022
  • Python
semgrep
Strunevskiy
Strunevskiy commented Jun 13, 2022

Describe the bug
A clear and concise description of what the bug is.
Metavariables do not work for object reference in Scala

To Reproduce
Steps to reproduce the behavior, ideally a link to https://semgrep.dev:
The link is attached https://semgrep.dev/s/zojz

Expected behavior
A clear and concise description of what you expected to happen.
Based on the link, there should be t

bug good first issue priority:medium user:external
reviewdog
AndrolGenhald
AndrolGenhald commented Jun 6, 2022

Oh, I thought I already added negative-int but I guess not. It should be easy to do if someone wants to add that

Originally posted by @orklah in vimeo/psalm#8060 (comment)

Should be trivial to add in Atomic::create (see how positive-int is handled there).

We'll probably want

  • non-negative-int
  • negative-int
  • non-positive-int

just

enhancement easy problems Help wanted good first issue
TWiStErRob
TWiStErRob commented Jun 5, 2022

Context

BooleanPropertyNaming considers naming of properties, while technically these const vals are properties, they also have a different naming convention and I have a feeling they rarely start with IS_ prefix.

Expected Behavior of the rule

I propose to exclude const from this check fully.

object WidgetPreferences { // Detekt: or a companion object

	/**
	 * Us
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