TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: SupaSniffer – Test Supabase RLS

1 点作者 PranaFlux大约 1 个月前
Many startups use Supabase as a backend. I made this tool to enable to check anonymous access to tables using the anon key.<p>Just input your supabase entry point and your anon key to get an overview.<p>Fun fact, Supabase publishes the swagger of your db for anyone to see! (which is what makes this tool possible)<p>Excerpt of a sample output:<p>--- Table&#x2F;View Test Summary --- [!] Potential RLS Leaks Found (Anonymous SELECT succeeded): - prices (19 rows accessible) Sample row: {&quot;id&quot;: &quot;price1&quot;, &quot;product_id&quot;: &quot;prod_QaZYMRtZiLaFiX&quot;, &quot;active&quot;: true, &quot;description&quot;: null, &quot;unit_amount&quot;: 100, &quot;currency&quot;: &quot;usd&quot;, &quot;type&quot;: &quot;recurring&quot;, &quot;interval&quot;: &quot;month&quot;, &quot;interval_count&quot;: 1, &quot;trial_period_days&quot;: 0, &quot;metadata&quot;: null} - products (19 rows accessible) Sample row: {&quot;id&quot;: &quot;price1&quot;, &quot;active&quot;: false, &quot;name&quot;: &quot;One&quot;, &quot;description&quot;: null, &quot;image&quot;: null, &quot;metadata&quot;: {}}

暂无评论

暂无评论