-
Updated
Sep 6, 2020 - JavaScript
static-code-analysis
Here are 366 public repositories matching this topic...
-
Updated
Sep 11, 2020 - OCaml
Interpolated string literals will no longer be frozen in Ruby 3.0: https://bugs.ruby-lang.org/issues/17104#note-16
The cop Style/RedundantFreeze will need to exclude those.
-
Updated
Sep 11, 2020 - HTML
-
Updated
Sep 11, 2020 - Rust
-
Updated
Sep 12, 2020 - Java
-
Updated
Sep 12, 2020 - PHP
-
Updated
Sep 3, 2020 - Go
Affects PMD Version:
6.17
Rule:
All rulesets.
Description:
PMD output does not inform the user as to the number of rules contravened while running the tool. The user has to look at the output file.
Code Sample demonstrating the issue:
Sep 01, 2019 9:42:45 AM net.sourceforge.pmd.cache.FileAnalysisCache loadFromFile
INFO: Analysis cache loaded
Sep 01, 2019 9:
-
Updated
Sep 12, 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
Sep 12, 2020 - Go
-
Updated
Sep 11, 2020 - Go
-
Updated
Sep 11, 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
Sep 11, 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
Parser error output does not report full path to file with parse error:
ine@imbp4 ~/D/r/t/highcharts (master) [2]> semgrep -e '$X==$X' --lang python --lang javascript
warn: parse error
--> callback.js:1
...
But there is no callback.js at root.
find . -name "callback.js"
./exporting-server/java/highcharts-export/highcharts-export-web/target/highcharts-export-web/WEB-I
-
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
Sep 8, 2020 - Java
-
Updated
Dec 19, 2018 - C++
-
Updated
Sep 2, 2020 - Python
-
Updated
Sep 11, 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."