You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "DejaCode API Key" field in the "Upload Conclusions" form is always hidden. In order to double check the pasted value, it would be very useful to offer a "Display/Hide" toggle button, while keeping that value hidden by default.
Also, since the API Key never starts nor ends with a whitespace, it would be a good idea to "strip" leading and trailing whitespaces before making the API request. The would help with some copy/paste issues.
The text was updated successfully, but these errors were encountered:
* Add button to toggle DejaCode API key visibility
* Trim leading and trailing spaces from DejaCode API key
* Allow empty Product Version in DejaCode upload form
* Fix npm vulns via `npm audit`
Addresses: #391, #392
Signed-off-by: Steven Esser <sesser@nexb.com>
* Add button to toggle DejaCode API key visibility
* Trim leading and trailing spaces from DejaCode API key
* Allow empty Product Version in DejaCode upload form
* Fix npm vulns via `npm audit`
Addresses: #391, #392
Signed-off-by: Steven Esser <sesser@nexb.com>
* Add button to toggle DejaCode API key visibility
* Trim leading and trailing spaces from DejaCode API key
* Allow empty Product Version in DejaCode upload form
* Fix npm vulns via `npm audit`
Addresses: #391, #392
Signed-off-by: Steven Esser <sesser@nexb.com>
The "DejaCode API Key" field in the "Upload Conclusions" form is always hidden. In order to double check the pasted value, it would be very useful to offer a "Display/Hide" toggle button, while keeping that value hidden by default.
Also, since the API Key never starts nor ends with a whitespace, it would be a good idea to "strip" leading and trailing whitespaces before making the API request. The would help with some copy/paste issues.
The text was updated successfully, but these errors were encountered: