Jason Copenhaver

Results 4 issues of Jason Copenhaver

## Problem I believe the inclusion of [Files.createTempFile(String, String, FileAttributes)](https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html#createTempFile(java.lang.String,%20java.lang.String,%20java.nio.file.attribute.FileAttribute...)) in [path-traversal-in.txt](https://github.com/find-sec-bugs/find-sec-bugs/blob/master/findsecbugs-plugin/src/main/resources/injection-sinks/path-traversal-in.txt#L19) is a false positive. This version of `createTempFile` takes two strings for a suffix and prefix for a...

false-positive

Using a simple mockkng of a method that takes a `Duration` such as ```kotlin @Test fun `some mockk bug`() { class Something { fun takeADuration(v: Duration): Boolean { return false...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior As reported elsewhere[1](https://forums.docker.com/t/docker-29-increased-minimum-api-version-breaks-traefik-reverse-proxy/150384) it appears that Docker 29 raised the minimum...

type: bug
area: docker
status: backlog

**Describe the bug** After upgrading to IntelliJ IDEA 2025.2 the AWS credentials are no longer available when I launch my app. I have a kotlin/gradle based project with a Kotlin...

bug