• Ashish Agarwal's avatar
    Bug#16169063: SECURITY CONCERN BECAUSE OF INSUFFICIENT LOGGING · b29fb8c4
    Ashish Agarwal authored
    PROBLEM: If multiple statements are sent by a single
             request then only the last statement was
             getting logged. An attacker can bypass the
             audit log just by sending two comsecutive
             statements in one request.
    
    SOLUTION: Each statements from a single request are
              logged.
    b29fb8c4
sql_parse.cc 227 KB