SAP / cf-nodejs-logging-support

Node.js Logging Support for Cloud Foundry provides the creation of structured log messages and the collection of request metrics
https://sap.github.io/cf-nodejs-logging-support/
Apache License 2.0
43 stars 22 forks source link

Add check for public key parameter type #170

Closed christiand93 closed 1 year ago

christiand93 commented 1 year ago

Check that the provided public key parameter is actually a string before running the .match(...) in subsequent conditional statement. Further details can be found the related issue #169.