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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jsonschema2dataclass | `4.3.0` -> `4.3.1` | [![age](https://badges.renovateapi.com/packages/maven/org.jsonschema2dataclass/4.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

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

- change path to distribution - change binary for v2

bug

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...

enhancement
v3

Extend Gradle to support publishing Maven artefacts for other projects to consume v3 libraries.

enhancement
CI
v3

We should add source and docs to our library artifacts when doing Maven publish.

enhancement

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...

enhancement
v3

Use current version of MARK and reimplement in Kotlin thereby fixing current implementation problems. Required for Codyze v3 3.0.0 initial release.

enhancement
mark