datasharingframework/dsf

Readability of Client Certificate PrivateKey Not Checked Correctly in BPE

hhund opened this issue · 0 comments

hhund commented

The file-system readability of the client certificate private-key file in the Business Process Engine is not checked correctly (copy-paste error).

if (!Files.isReadable(certificatePath))
throw new IOException("Private key file '" + privateKeyPath.toString() + "' not readable");

Issue for tracking fix from @jbellmann via PR #168