3 points | by woz_ 4 hours ago
4 comments
Restrict any db operations, for example restrict to run migrations with prisma orm.
Also restrict access to .env or your project configuration with credentials even for dev environment.
Restrict any db operations, for example restrict to run migrations with prisma orm.
Also restrict access to .env or your project configuration with credentials even for dev environment.