Reactive noninterference
Reactive noninterference
复制标题
反应式无干扰
DOI:
10.1145/1653662.1653673
复制
发表时间:
2009
期刊:
影响因子:
--
通讯作者:
Steve Zdancewic
中科院分区:
文献类型:
--
作者:
A. Bohannon;B. Pierce;Vilhelm Sjöberg;Stephanie Weirich;Steve Zdancewic
Many programs operate reactively--patiently waiting for user input, running for a while producing output, and eventually returning to a state where they are ready to accept another input (or occasionally diverging). When a reactive program communicates with multiple parties, we would like to be sure that it can be given secret information by one without leaking it to others.
Motivated by web browsers and client-side web applications, we explore definitions of noninterference for reactive programs and identify two of special interest--one corresponding to termination-insensitive noninterference for a simple sequential language, the other to termination-sensitive noninterference. We focus on the former and develop a proof technique for showing that program behaviors are secure according to this definition. To demonstrate the viability of the approach, we define a simple reactive language with an information-flow type system and apply our proof technique to show that well-typed programs are secure.