mjones-vsat

Results 6 comments of mjones-vsat

More desired candidates for 18.13.0 that could be a DoS if calls to certificate verification alternate with signing. https://github.com/nodejs/node/pull/45377 https://github.com/nodejs/node/pull/45495

We have found a workaround. Please enjoy. ``` // Compatibility with Gradle Static Analysis plugin. org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport.metaClass.tap { it.getDestination = { return delegate.outputLocation.get().getAsFile() } it.setDestination = { File value -> delegate.destination...

Certainly solved the majority of the issues I was seeing, thanks! Out of curiosity, does this look like the same thing? We are getting it with [4.28.0](https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java/4.28.0) off Central with...

I am getting the error with concatTo as well (gradle 8 here on nixpkgs 24.11 and unstable, it does not have this problem on 24.05). Maybe it has something to...

For reference, I added the following to preConfigure: ``` concatTo() { : } ``` And then did the following to fix the `--console=plain` error thrown by Gradle: ``` (buildGradlePackage {...