Nonexisting users may be given privileges #12
Labels
No Label
art
big
blocked
bug
crash report
disputed
documentation
duplicate
feature request
good first issue
packaging
question
security
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Projects/mysqladm-rs#12
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The permission editor does not verify that a user actually exists in the dbms before giving privileges. No error or warning is given to the user, and the new privilege does not show up in
show-db-perm
orshow-user
, but crashes with a(23000): Duplicate entry
if you try to add privileges to the same "user" again.TLDR; Scary quasi-users may occur
Non-existant users may be given privilegesto Nonexisting users may be given privileges