zoukankan      html  css  js  c++  java
  • Database Security: Database Inference

    A subtle vulnerability found within database technologies is inference 推理, or the ability to derive 获取 unknown information based on retrieved information.

    Developing technological solutions to detecting database inference is complex.

    Much of the work done in this area involves revoking access to specific database objects based on a user’s past querying history (Staddon, 2003).

    The problem with inference detection, especially when done at query processing time, is that it results in a significant delay between the time the query is executed and the results are presented.

    As with other approaches to mitigating database security vulnerabilities, trade-offs must be made.

    The protection of highly sensitive data requires an examination of what situations could lead to exposure to unauthorized users and what monitoring policies should be implemented to insure appropriate responses are enacted.

  • 相关阅读:
    java中Calendar类里面的月份是月份数减一。
    hdu oj
    存在重复元素
    杨辉三角
    删除链表的倒数第n个结点
    相交链表
    环形链表 II
    环形链表
    至少是其他数字两倍的最大数
    寻找数组的中心索引
  • 原文地址:https://www.cnblogs.com/hbuwyg/p/11032033.html
Copyright © 2011-2022 走看看