Florian Wendland

Results 26 issues of Florian Wendland

I have the following C code: ```c #include struct s { int a; }; typedef struct s S; S* new() { return malloc(sizeof(S)); } void fun() { S *sptr =...

bug
cxx

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

- 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

# Feature request Java SE 17 (LTS) has been released some time ago. We should consider moving up from Java SE 11. To ensure everything keeps on working, we should...

enhancement
CI

We generate a couple of artifacts for Codyze v2 and v3. We should populate the Manifest files for built JAR files.

enhancement