A Principled Approach to Tracking Information Flow in the Presence of Libraries


by Daniel Hedin, Alexander Sjösten, Frank Piessens, and Andrei Sabelfeld.

DOI short version PDF, full version PDF

This paper was published and presented at POST 2017.

There has been encouraging progress on information flow control for programs in increasingly complex programming languages, tracking the propagation of information from input sources to output sinks. Yet, programs are typically deployed in an environment with rich APIs and powerful libraries, posing challenges for information flow control when the code for these APIs and libraries is either unavailable or written in a different language.

This paper presents a principled approach to tracking information flow in the presence of libraries. With the goal to strike the balance between security and precision, we present a framework that explores the middle ground between the ``shallow'', signature-based modeling of libraries and the ``deep'', stateful approach, where library models need to be supplied manually. We formalize our approach for a core language, extend it with lists and higher-order functions, and establish soundness results with respect to the security condition of noninterference.