-
Updated
Aug 29, 2020 - JavaScript
static-code-analysis
Here are 365 public repositories matching this topic...
-
Updated
Aug 28, 2020 - OCaml
I think Style/IfUnlessModifier
doesn't correctly handle the case when there is a first-line comment (right after the if
keyword) AND some code right after the end
keyword. If you correct this code with rubocop -a
it would put the comment right after the end
keyword, before the code that was there previously. This basically makes the code invalid after correction.
This probably can be
-
Updated
Aug 31, 2020 - HTML
-
Updated
Aug 31, 2020 - Rust
-
Updated
Aug 31, 2020 - Java
-
Updated
Aug 30, 2020 - PHP
-
Updated
Sep 1, 2020 - Go
Affects PMD Version: 6.26.0
Description:
When an enum switch is exhaustive, there is no reason it should have the default
case.
I added this custom rule to prevent that occurence:
<rule name="Exhaustive
-
Updated
Aug 31, 2020 - Python
That is: org.springframework.beans.factory.annotation.Autowired
Writing this mostly as a reminder to self. But if anyone else wants to do it, it should be a trivial change.
Reactor support?
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
Aug 30, 2020 - Go
-
Updated
Aug 31, 2020 - Go
-
Updated
Aug 20, 2020 - TypeScript
From the docs:
If you want to count the number of results from a relationship without actually loading them you may use the withCount method, which will place a {relation}_count column on your resulting models.
We should add support for this. It should be simple check. If a property named {relation}_count
is a
-
Updated
Aug 19, 2020 - Ruby
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
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
May 25, 2020 - JavaScript
Describe the bug
When attempting to create an object in javascript inside a function call, the pattern does not parse.
To Reproduce
I would expect
https://semgrep.dev/s/vZpb/
to produce a match, but the pattern does not seem to parse.
-
Updated
May 31, 2020 - Ruby
Rubberduck version information
Version 2.5.0.5524
OS: Microsoft Windows NT 10.0.18362.0, x64
Host Product: Microsoft Office 2016 x64
Host Version: 16.0.5026.1000
Host Executable: EXCEL.EXE
Description
When pressing the tab key after preforming a search in Add/Remove references a "Null Reference" error occurs. Pressing tab in other locations will also cause this error. Also, when
-
Updated
Aug 12, 2020 - Java
-
Updated
Dec 19, 2018 - C++
-
Updated
Aug 27, 2020 - Python
-
Updated
Aug 27, 2020 - Go
-
Updated
Aug 9, 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."