- Notifications
You must be signed in to change notification settings - Fork 234
Closed
Milestone
Description
Hi,
a new error is being reported during our build since the introduction of #1144.
The process reports that it found a private key, but it's actually just a hard-coded string coming from ssh2 keygen.js file.
To give you more context, this is what's triggering the error:
It's coming from this file:
So it seems that this is a false positive since it's not an actual private key being found.
pflannery, darrishupp and AntonZheng


