Request to dismiss a secret-scanning alert should allow "cancel request" to be consistent with the "reopen alert" option for direct dismissals #190728
Replies: 3 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Okay, I see that Prevent direct alert dismissals was either newly added or enabled at our Org level in the past couple of days. So I can't re-open approved requests, I can live with that. This is a good setting to enable for security. Under secret-scanning settings in adv. security:
However, still have the same issue, but now related to the Request for dismissal. Why can't I undo a request to dismiss an alert? It is just stuck in "Requested" state. GH secret scans let me reopen direct dismissals before. I should be able to cancel a request for dismissal to use new rationale or because it was requested by mistake. Repasted from https://github.com/orgs/community/discussions/190415:
I am looking for functional symmetry for when "delegate alert dismissal for secret scanning" is enabled or not. |
Beta Was this translation helpful? Give feedback.
-
|
Closing as a dup of https://github.com/orgs/community/discussions/190415 (which is correctly labeled as an API issue). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
Body
A request to dismiss a secret-scanning alert shouldn't be final, for the same reason that a direct dismissal was not final. I should be able to cancel to change the rationale or undo an incorrect request for dismissal. It should not solely rely on the people approving the request, and it shouldn't sit for days in Requesting state when we know it needs to be resubmitted or left open.
Previous version of my feedback
(I didn't know direct dismissals were suddenly disabled at our org level at the time and cloud team said no changes were made to adv. security settings.)
I am working on internal tooling at our company to resolve secret scanning alerts automatically. For example, if we know it's in a third party library under /vendor/ in a go app, or we can tell it's inactive and no longer in any existing branches, we close the alert. I have existing secrets with known scenarios for testing our automation. We relied on the ability to "Reopen" the alert to re-run a known secrets alert on a new version of the code. However, alerts that I dismissed last week no longer show the "Reopen" option and I don't want to have to constantly add test secrets to repos if I don't have to. How do I keep the "reopen" option available on secret-scanning alerts where I am actively testing? Or if I cybersecurity group saw that it was closed and agreed, did they do something to make it permanently closed? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions