ability to mark false positives on security advisor page #28090
Unanswered
ardabeyazoglu
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We need the ability to mark false positives to either hide them from the list or show them in a different style in the list. This is important when multiple devs/teams use the advisor. It is also good for a solo developer; we can forget why we skipped a certain advise from supabase.
For example; we have to restrict tables with RLS but we need views with DEFINER privilege to fetch a complex data that otherwise is not possible because of RLS. Currently, advisor sees these views as warning.
I recommend to put an "acknowledge" button with a free text description field for self-documentation. Then, acknowledged issues might be hidden or styled as strike-through.
All reactions