INVESTIGADORES
BONELLI Eduardo Augusto
artículos
Título:
Information Flow Analysis for a Typed Assembly Language with Polymorphic Stacks
Autor/es:
EDUARDO BONELLI; ADRIANA COMPAGNONI; RICARDO MEDEL
Revista:
LECTURE NOTES IN COMPUTER SCIENCE
Editorial:
Springer Verlag
Referencias:
Año: 2006 vol. 3956 p. 37 - 56
ISSN:
0302-9743
Resumen:
We study secure information flow in a stack based Typed Assembly Language (TAL). We define a TAL with an execution stack and establish the soundness of its type system by proving non-interference. One of the problems of studying information flow for a low-level language is the absence of high-level control flow constructs that guide information flow analysis in high-level languages. Furthermore, in the presence of an execution stack, code that frees space on the stack must be constrained in order to avoid illegal flows. Finally, in the presence of stack polymorphism, we must ensure that type variables are instantiated without observable differences. These issues are addressed by introducing junction points into the type system, ensuring that they behave as ordered linear continuations, and that they interact safely with the execution stack. We also discuss several limitations of our approach and point out some remaining open issues.