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

static-analysis

Here are 849 public repositories matching this topic...

Yivan
Yivan commented Feb 13, 2020

Feature request

Hello,

I known we must go one level per level on existing project, but for new project there is the question "Which level I want to enforce without being too hard and assuring minimum clean code".

I think level 2 is great for minmum clean code, level 5 is more great and > 5 needs typehint, from what i gather on searching on internet.

It would be nice that in the docum

simivar
simivar commented Feb 26, 2020

One thing that's super useful for new users is code examples. Right now, the biggest problem for someone to start using PHP_CodeSniffer is lack of a list of available Sniffers with their options and examples. From what I know to get a list of all sniffs right now, you have to go through source code in src/Standards, and it's exhausting. Something like [mlocati/phpPHP-cs-fixer-configurator](htt

brakeman
chrisarcand
chrisarcand commented Sep 1, 2016

I have an SQL injection warning detected since updated to the latest Brakeman:

# 'from' is passed in to this method
hdws = Hardware.where("#{from}_id" => targets).select(select)
  1. Should this be a warning at all? It was pointed out to me that ActiveRecord will automatically quote the column name passed in like this.

  2. On the other hand, I can see why Brakeman might still consider thi

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 Mar 24, 2020
  • Python
sushi2k
sushi2k commented Aug 11, 2019

Describe the issue
Needle doesn't seem to be maintained anymore. The last update was > 1 year and no issues have been answered this year. It also doesnt' seem to work on iOS JB devices with Chimera. FSecureLABS/needle#273

We should review where we use Needle and if other tools are a better alternative (e.g. objection, passionfruit).

checkstyle
jokowncode
jokowncode commented Mar 20, 2020

If you locale is not English, then you may face some errors when maven verify ,the checkstyle validation cannot pass, like #7644 error.

[checkstyle] [ERROR] ……\src\test\java\com\puppycrawl\tools\checkstyle\internal\
powermock\AuditEventDefaultFormatterPowerTest.java:23:1: 
not allowed import: org.mockito.Mocki
troessner
troessner commented Jul 10, 2018

Since we are explicitly putting version numbers in our documentation links our releases have become very noisy as you can see in #1391.
Ideally, there would be one cucumber feature that ensures that our links change as well with new versions and that would then cause a one line change per new version release.

allanlewis
allanlewis commented Feb 20, 2020

The pylint docs are currently hosted at pylint.pycqa.org. This doesn't support HTTPS as the certificate used is for *.readthedocs.io:

➜ curl -LIsv https://pylint.pycqa.org/                              
*   Trying 104.208.221.96:443...
* TCP_NODELAY set
* Connected to pylint.pycqa.org (104.208.221.96) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certif

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

You can’t perform that action at this time.