Use GRANT and REVOKE statements for privilege editing #76

Open
opened 2024-08-19 16:59:05 +02:00 by oysteikt · 0 comments
Owner

The current implementation modifies mysql.db directly with INSERT, UPDATE and DELETE statements. It would be much less error prone to use GRANT and REVOKE statements, as well as requiring less privileges for the admin database user used to perform privileged actions.

The current implementation modifies `mysql.db` directly with `INSERT`, `UPDATE` and `DELETE` statements. It would be much less error prone to use `GRANT` and `REVOKE` statements, as well as requiring less privileges for the admin database user used to perform privileged actions.
oysteikt added the
security
label 2024-08-19 16:59:05 +02:00
Sign in to join this conversation.
No description provided.