codyze icon indicating copy to clipboard operation
codyze copied to clipboard

Codyze is a static analyzer for Java, C, C++ based on code property graphs

Results 66 codyze issues
Sort by recently updated
recently updated
newest added

codyze vision: 1.4.1 scanning folder: [install dir]\bin\codyze.bat -c -s [folder] -m [install dir]\mark scanning file: [install dir]\bin\codyze.bat -c -s [folder\RSAPadding.java] -m [install dir]\mark In the folder, there are many java...

help wanted
question

Would be nice, since both have a greater "market share" than eclipse.

enhancement

See https://github.com/Fraunhofer-AISEC/codyze/tree/mk/wpdscstyle for a test case. This branch just takes the Botan cpp testcases and mimics the behavior for an imaginary C - API. The results should not differ, but...

bug

I built Codyze project from the main branch and I use it in Eclipse to detect misuses. But now the error and verify markers appear the same and the errors...

bug

When using the LSP interface with Eclipse the `findingDescription.json` isn't fully loaded and parsed, before it's used. Here is an excerpt from a log file: > 19:16:20,710 INFO AnalysisServer Registering...

bug

Recently, I've seen the following exception pertaining to slf4j ``` Sep 16, 2021 9:33:06 AM org.junit.platform.launcher.core.EngineDiscoveryOrchestrator lambda$logTestDescriptorExclusionReasons$7 INFO: 0 containers and 7 tests were Method or class mismatch Unexpected problem...

I tried to make new MARK rules for JCA. I created an entity file and a rule file for each class and I write rules like this: ``` ... rule...

Running a type state analysis using the whole program analysis method, runs for a very long time. I haven't checked whether it terminates eventually. However, I'm assuming there is an...

bug

In the mark folder of this repository, there are some files as RulesTR_*.mark or RulesTR_*.txt, which there is no explanation for them on the Codyze documentation page. I think they...

documentation
enhancement

MARK supports lists that can also act as sets. There are cases, where one wants to test, whether something is an element in the list/set or whether to lists contain...

enhancement
mark