Type-based information flow analysis for bytecode languages with variable object field policies

  • Authors:
  • Francisco Bavera;Eduardo Bonelli

  • Affiliations:
  • FCEFQyN, UNRC, Argentina and CONICET;LIFIA, Fac. de Informática, UNLP, Argentina and CONICET

  • Venue:
  • Proceedings of the 2008 ACM symposium on Applied computing
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Static, type-based information flow analysis techniques targeted at Java and JVM-like code typically assume a global security policy on object fields: all fields are assigned a fixed security level. In essence they are treated as standard variables. However different objects may be created under varying security contexts, particularly for widely used classes such as wrapper or collection classes. This entails an important loss in precision of the analysis. We present a flow-sensitive type system for statically detecting illegal flows of information in a JVM-like language that allows the level of a field to vary at different object creation points. Also, we prove a noninterference result for this language.