rafaelwendel / phpsupabase

PHP Client to use Supabase
MIT License
187 stars 17 forks source link

Security issue #17

Closed CatAnonymous closed 1 year ago

CatAnonymous commented 1 year ago

I didn't find any method to check input data like Prepared Statement against SQL injection attacks

rafaelwendel commented 1 year ago

Hi @khaiphan9x ,

This library only consumes the resources available by Supabase, through its API. Therefore, the security features are implemented in the Supabase/API itself.