-
Updated
Jan 7, 2022 - Nunjucks
static-analyzer
Here are 110 public repositories matching this topic...
-
Updated
Apr 23, 2020 - C++
-
Updated
Dec 2, 2021 - 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
Dec 25, 2021 - Java
We have started to include license details in our version identifier configuration here: https://github.com/e-m-b-a/emba/blob/master/config/bin_version_strings.cfg
This is in a very early stage and need your help. If you know the license of some of the software components please include it directly in the configuration and bring up a pull request or comment to this issue with the license and th
-
Updated
Jan 7, 2022 - Java
-
Updated
Jan 3, 2022 - TypeScript
-
Updated
Jan 6, 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
Jan 7, 2022 - C#
-
Updated
Oct 23, 2021 - Go
-
Updated
Jan 5, 2022 - Haskell
-
Updated
Jan 6, 2022 - PHP
-
Updated
Jun 28, 2021 - Go
-
Updated
Jan 6, 2022 - C++
-
Updated
Jun 7, 2021 - Python
-
Updated
Oct 28, 2021 - JavaScript
-
Updated
Nov 24, 2021 - Scala
-
Updated
Dec 22, 2021 - C++
-
Updated
Dec 2, 2021 - Java
-
Updated
Jul 18, 2020 - Java
-
Updated
Apr 8, 2017 - Python
-
Updated
Jan 3, 2022 - Python
-
Updated
Jun 8, 2021 - Python
-
Updated
Feb 7, 2021 - Go
-
Updated
Jan 6, 2022 - PHP
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