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
if (!verify.verify(publicKey.key, Buffer.from(signature, "base64"), "base64")) {
318
+
thrownewError("Signature does not match payload");
319
+
}
320
+
};
321
+
```
322
+
281
323
#### Implement secret revocation and user notification in your secret alert service
282
324
283
325
For {% data variables.product.prodname_secret_scanning %} in public repositories, you can enhance your secret alert service to revoke the exposed secrets and notify the affected users. How you implement this in your secret alert service is up to you, but we recommend considering any secrets that {% data variables.product.prodname_dotcom %} sends you messages about as public and compromised.
0 commit comments