Jan-Niclas Strüwer

Results 15 comments of Jan-Niclas Strüwer

@jusito we should also update our GitHub workflows to work with the new build system right? If you do this in the GitHub actions I guess I can reproduce what...

@fabianbs96 I just changed the Taint Analysis' handling of the Store instruction to reuse our workaround from the LCA. This kinda helps with the exception handling, however I'm not 100%...

I extended this PR with fixes to finally support PhASAR on Macs with the new Apple Silicon. I also addressed the issue regarding the rebuilding of the swift tests @fabianbs96...

I encountered the same (?) error in a different use case. I've included ORT as a library in my Kotlin project and use it programmatically. My project uses Gradle 8.5,...

No, I can't confirm that. The project I'm analyzing uses Kotlin DSL for its [build file](https://gitlab.opencode.de/opencode-analyzer/data-provider/-/blob/main/build.gradle.kts?ref_type=heads). What threw me off is that I'm able to analyze the same project on...

``` docker: ./gradlew installDist --info Initialized native services in: /root/.gradle/native Initialized jansi services in: /root/.gradle/native Received JVM installation metadata from '/usr/lib/jvm/java-21-openjdk-arm64': {JAVA_HOME=/usr/lib/jvm/java-21-openjdk-arm64, JAVA_VERSION=21.0.1, JAVA_VENDOR=Private Build, RUNTIME_NAME=OpenJDK Runtime Environment, RUNTIME_VERSION=21.0.1+12-Ubuntu-222.04, VM_NAME=OpenJDK...

I created a minimal example to reproduce the described behavior and also ran it with docker on a linux machine with the same outcome. [This](https://github.com/janniclas/OrtGradleVersionTest/) repository contains a minimal Kotlin...

This causes problems in vulnerablecode when the importers/improvers get incomplete data as it is currently the case for some of them. This should be handled in the calling code in...

None is what I did in my workaround to fix the problem when I encountered it in vulnerablecode. However, I'm no python dev so I don't know if this is...

@pombredanne I just added a test case to the previously linked PR, maybe this is also helpful for you :)