-
## Description
Static source code assessment has picked up a potential vulnerability regarding incorrect permission assignment. The probable remediation is to create the folders with minimum possible…
-
https://github.com/corda/cordapp-template-kotlin/blob/36d4f3e3b7a77160966be32cc82fcf8c078e2cf1/workflows/src/main/kotlin/com/template/flows/ExampleFlowWithEvolvableToken.kt#L43
-
Corda 4.3
I think ObligationUtils is part of the finance library so it is no longer being supported. If that is the case that's fine we can close this. I just wanted to record the issue because i…
-
Since 4.6 it has been required to use Liquibase scripts to manage the schema.
The Corda Enterprise docs have information about this:
https://docs.corda.net/docs/corda-enterprise/4.6/cordapps/dat…
-
Build the yo cordapp from the [samples](https://github.com/corda/samples-kotlin/tree/master/Basic/yo-cordapp).
./gradlew clean deployNodes
Change the node.conf in the PartyA directory from `…
-
## Problem
I recently finished writing some unit tests for a flow in a project I'm working on. There's 13 tests that pass when run individually but at least 2 fail each time when I run all the tests …
-
When trying to run locally, using build/nodes/runnodes I get this error and it does not initiate correctly, on Corda v4
![image](https://user-images.githubusercontent.com/8928416/54694529-5582ed00-…
-
Hi R3.
I recently encountered the error `net.corda.core.flows.IllegalFlowLogicException: A FlowLogicRef cannot be constructed for FlowLogic of type com.deondigital.cordapp.flows.ExecuteOperationsFl…
-
### Description
The new version of the `ubuntu-dind` image just came out a couple of days ago which might have important bug-fixes or security fixes in it so we should upgrade or at least start the…
-
Hello,
In newer versions of Java beyond 11, illegal reflective access will be denied by default and eventually it will no longer be allowed at all. Currently, Quasar throws an illegal reflective ac…