Nothing Special   »   [go: up one dir, main page]

skip to main content
Information flow analysis and enforcement in java bytecode
Publisher:
  • University of California at Irvine
  • Irvine, CA
  • United States
ISBN:978-0-542-90591-9
Order Number:AAI3236676
Pages:
146
Reflects downloads up to 20 Nov 2024Bibliometrics
Skip Abstract Section
Abstract

Information flow analysis policies are more flexible and powerful than currently prevalent discretionary access control(DAC) policies. Current information flow systems are either purely dynamic or static. Pure dynamic systems are overly conservative, as they suffer from label creep due to lack of information about other paths. On the other hand, pure static systems are conservative about runtime values, require source code, and programmer annotations. We propose hybrid information flow analysis, which is more flexible and precise than either pure static or dynamic techniques individually. It leverages the strengths of the two approaches, while mitigating their weaknesses. It statically gathers information and makes it available to the runtime, so that the runtime mechanism can safely contain the label creep while precisely tacking information in current path of execution. The proposed analysis works on Java bytecode, does not require source code or programmer annotations.

Contributors
  • University of California, Irvine
  • Google LLC
Please enable JavaScript to view thecomments powered by Disqus.

Recommendations