Eliminating Covert Flows with Minimum Typings

  • Authors:
  • Dennis Volpano;Geoffrey Smith

  • Affiliations:
  • -;-

  • Venue:
  • CSFW '97 Proceedings of the 10th IEEE workshop on Computer Security Foundations
  • Year:
  • 1997

Quantified Score

Hi-index 0.00

Visualization

Abstract

A type system is given that eliminates two kinds of covert flows in an imperative programming language. The first kind arises from nontermination and the other from partial operations that can raise exceptions. The key idea is to limit the source of nontermination in the language to constructs with minimum typings, and to evaluate partial operations within expressions of try commands which also have minimum typings. A mutual progress theorem is proved that basically states that no two executions of a well-typed program can be distinguished on the basis of nontermination versus abnormal termination due to a partial operation. The proof uses a new style of programming language semantics which we call a natural transition semantics.