azure-sdk-for-node
azure-sdk-for-node copied to clipboard
Sanitizing recordings to mitigate credscan complaints
- The complaint is coming from line 22 of this file apnsservice-registrations-tests.nock.js#L22.
- Looking deeper, it has this
GoogleApiKey
that is exposed (This is probably coming from the notification hubs.) [API Key is used to authenticate with Firebase Cloud Messaging. You can obtain it by registering your app at the Firebase Developer Center.]
In case what was present in the recording is a fake key, the complaint would just be a false positive.