-
Updated
Jan 18, 2021 - JavaScript
static-code-analysis
Here are 381 public repositories matching this topic...
-
Updated
Jan 22, 2021 - OCaml
The cop Style/EvalWithLocation
could autocorrect:
example.class_eval <<~RUBY
etc...
RUBY
# to
example.class_eval <<~RUBY, __FILE__, __LINE__ + 1
etc...
RUBY
-
Updated
Jan 23, 2021 - PHP
-
Updated
Jan 22, 2021 - Rust
-
Updated
Jan 24, 2021 - Java
-
Updated
Jan 22, 2021 - PHP
-
Updated
Jan 22, 2021 - Go
Affects PMD Version: 6.30.0-SNAPSHOT
Rule:UseTryWithResources
Description:
Code Sample demonstrating the issue:
https://chunk.io/pmd/fc7db65b2c6a46eca4c9a0c3012482e2/diff/checkstyle/index.html#A360
import j
-
Updated
Jan 23, 2021 - Python
PEP: https://www.python.org/dev/peps/pep-0593/
This looks like it entails adding an Annotated type that returns its first parameter and throws away the second.
This would be a good first issue for someone interested in learning how to support new typing features in pytype, since it requires going through all the steps described here f
Describe the bug
In the docs found here:
https://bandit.readthedocs.io/en/latest/plugins/index.html#complete-test-plugin-listing
B109 and B111 show a description instead of a plugin name. This looks inconsistent since all the other plugin names are listed. I believe this is a result of a recent change to remove these deprecated plugins.
To Reproduce
- Navigate to https://bandit
-
Updated
Jan 23, 2021 - Go
This file is enormous. Also, breaking it up will make running tests faster since Gradle can run separate test classes in parallel.
Related to @underyx issue about supporting -c for config returntocorp/semgrep#2112 , I just spent a full minute trying to remember the name for our "default" rule pack. Let's make that easier to find on the CLI, by suggest a config like --config=p/r2c-ci if no config provided, in --help, or if the current config is empty
-
Updated
Jan 22, 2021 - Go
- Larastan Version: 0.6.1
--level
used: 5
Description
In a project that follows DDD, there are usually multiple directories where migration files exist:
database/migrations/*
domains/<domain>/Database/Migrations/*
In these cases it is not possible to configure larastan to scan all the migrations, since the databaseMigrationsPath only accepts a string.
Is there any way to
-
Updated
Jan 6, 2021 - TypeScript
How can i run findsecbugs rules in spotbugs?
Am i right?
./spotbugs -textui -pluginList /Users/xxx/Downloads/findsecbugs-plugin-1.11.0-SNAPSHOT.jar -home . -low -output ./aaa -progress -train ./bbb -sourcepath ~/Downloads/codez/test/My-Blog/ -debug -noClassOk -progress -auxclasspath ~/Downloads/codez/test/My-Blog/target/ -choosePlugins edu.umd.cs.findbugs.plugins.core
-
Updated
Jan 22, 2021 - Ruby
-
Updated
Nov 18, 2020 - JavaScript
I wrote some of the code to do this in a branch https://github.com/python-security/pyt/compare/class_based_views, but since I'm working on other things and this feature seems cool and important I'm making this issue
Let me know if you would like any help in implementing.
-
Updated
Dec 22, 2020 - Ruby
Rubberduck version information
Version 2.5.1.5557
OS: Microsoft Windows NT 10.0.14393.0, x64
Host Product: Microsoft Outlook x86
Host Version: 16.0.4266.1001
Host Executable: OUTLOOK.EXE
Description
The event procedures _Itemadd on some collections are marked as "Procedure not used"
To Reproduce
declare
Private WithEvents colCeka As Items
Private WithEvents colDraft
-
Updated
Jan 15, 2021 - Java
-
Updated
Dec 19, 2018 - C++
-
Updated
Jan 23, 2021 - Go
-
Updated
Jan 7, 2021 - Python
-
Updated
Oct 27, 2020 - JavaScript
Improve this page
Add a description, image, and links to the static-code-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the static-code-analysis topic, visit your repo's landing page and select "manage topics."