codyze
codyze copied to clipboard
Codyze is a static analyzer for Java, C, C++ based on code property graphs
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jsonschema2dataclass | `4.3.0` -> `4.3.1` | [](https://docs.renovatebot.com/merge-confidence/)...
We're having some problems with Gradle plugin updates, where their dependencies on Maven are not yet available. We delay updates by 1 day. Vulnerabilities requiring immediate actions should still be...
Work on a new specification language similar to MARK.
Add minify plugin to mkdocs-material-plugins.txt to fix Build & publish docs workflow
With the transition to v3 we're envisioning to provide multiple executors. Each could have it's own specific analysis focus. Thus, it's no longer sufficient to say "Codyze found issues". We...
Extend Gradle to support publishing Maven artefacts for other projects to consume v3 libraries.
We should add source and docs to our library artifacts when doing Maven publish.
Executors for specification languages should be able to register passes with the CPG. For example, the executor for MARK requires two additional passes (IdentiferPass and EdgeCasePass). These need to be...
Use current version of MARK and reimplement in Kotlin thereby fixing current implementation problems. Required for Codyze v3 3.0.0 initial release.