-
Karthik Kamath authored
ANALYSIS: ========= Issue here is, a user who doesn't have access to certain tables is able to obtain information about those tables through the Information_schema. The issue occurred because of missing table level privilege checks when accessing table information from Information schema tables. FIX: ==== Added a check to verify table level privileges for the user when accessing table information from Information_Schema tables. Change-Id: Ied11c765f860bdf84082559ed972ec20d91b6433
Karthik Kamath authoredANALYSIS: ========= Issue here is, a user who doesn't have access to certain tables is able to obtain information about those tables through the Information_schema. The issue occurred because of missing table level privilege checks when accessing table information from Information schema tables. FIX: ==== Added a check to verify table level privileges for the user when accessing table information from Information_Schema tables. Change-Id: Ied11c765f860bdf84082559ed972ec20d91b6433
Loading