Skip to content
#

static-analysis

Here are 1,438 public repositories matching this topic...

jpsim
jpsim commented Sep 3, 2019

User @AnthonyMDev commented in #1674 about the lack of documentation around how SwiftLint merges nested configuration files. We should document the rules involved in config merging, either in our readme or a separate doc file.

This is a great possible "starter ticket" for users of SwiftLint that would like to contribute (😉 @AnthonyMDev). Looking at [Configuration+Merging.swift](https://github.c

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 Aug 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 Aug 5, 2022
  • Python
semgrep
emjin
emjin commented Aug 1, 2022

Describe the bug

Patterns:

patterns:
  - pattern-regex: hi
  - pattern: ...

Code:

# hi

a = [
    # hi
    1,
    2,
    3
]

"""
hi
"""

Expects no matches, gets two.

To Reproduce
https://semgrep.dev/playground/s/enelli:confusion-2?editorMode=advanced

Expected behavior
Expect no matches.

The first match, with the array, i

bug Something isn't working good first issue Good for newcomers user:external requested by someone outside of r2c lang:python
Scanners-Box
reviewdog
AndrolGenhald
AndrolGenhald commented Aug 3, 2022

I could have sworn there was a PHP warning for doing bitwise operations on floats, but apparently not... Do we want to add an issue for that to Psalm?

Originally posted by @AndrolGenhald in vimeo/psalm#7992 (comment)

Apparently it is a warning, but only if the float isn't exactly an integer: https://3v4l.org/kWXWH

https

enhancement easy problems Issues that can be fixed without background knowledge of Psalm Help wanted 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