-
Updated
Mar 23, 2022 - Nunjucks
static-analyzer
Here are 113 public repositories matching this topic...
-
Updated
Apr 23, 2020 - C++
-
Updated
Mar 23, 2022 - PHP
The CodeChecker cmd subcommand communicates with the server via Thrift, and on a Jenkins docker image, I have tried to use it to get run information from a local CodeChecker server. The output of the CodeChecker cmd runs command was just the help message. I have found out that using a proxy is not supported right now, and the issue was solved by disabling proxy via unsetting the environmental
-
Updated
Feb 27, 2021 - Java
-
Updated
Mar 8, 2022 - Java
Is your feature request related to a problem? Please describe.
Since PR e-m-b-a/emba#213 EMBA supports reporting templates. These templates can be easily created for the different modules.
The better the templates are, the more useful is this feature.
Describe the solution you'd like
Include templates for every module. These templates should be generic an
-
Updated
Mar 23, 2022 - Java
-
Updated
Mar 23, 2022 - TypeScript
-
Updated
Mar 7, 2022 - PHP
I noticed you have a plugin for Ghidra, but it is not the only one FOSS tool available.
Rizin is a highly-portable cross-platform reverse engineering framework and a toolkit without dependencies. It has support for analyzing binaries, disassembling code, debugging programs, attaching to remote GDB/LLDB, WinDbg servers, rich plugin system (see rz-pm), and in
-
Updated
Mar 23, 2022 - C#
-
Updated
Oct 23, 2021 - Go
-
Updated
Mar 21, 2022 - Haskell
-
Updated
Mar 9, 2022 - PHP
-
Updated
Jun 28, 2021 - Go
-
Updated
Mar 9, 2022 - C++
-
Updated
Jun 7, 2021 - Python
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Mar 22, 2022 - C++
-
Updated
Nov 24, 2021 - Scala
-
Updated
Feb 15, 2022 - Java
-
Updated
Jul 18, 2020 - Java
-
Updated
Apr 8, 2017 - Python
-
Updated
Mar 21, 2022 - Python
-
Updated
Jun 8, 2021 - Python
-
Updated
Mar 7, 2022 - PHP
-
Updated
Feb 26, 2022 - Python
Improve this page
Add a description, image, and links to the static-analyzer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the static-analyzer topic, visit your repo's landing page and select "manage topics."


Current Behavior
I'm trying to use exclude-pattern in a ruleset, but the same path doesn't work in windows/linux at the same time.
Usually I use a path like
<exclude-pattern>application/folder</exclude-pattern>But, this only works for linux