• No results found

Practical, Flexible Programming with Information Flow Control Niklas Broberg

N/A
N/A
Protected

Academic year: 2021

Share "Practical, Flexible Programming with Information Flow Control Niklas Broberg"

Copied!
2
0
0

Loading.... (view fulltext now)

Full text

(1)

Practical, Flexible Programming with Information Flow Control

Niklas Broberg

Defense will be held in room HB4,

orsalsv¨agen 8, Chalmers University of Technology, on Tuesday August 30, 2011 at 10:00.

Opponent: Stephan Zdancewic, University of Pennsylvania

The thesis is available at the Department of Computer Science and Engineering, Chalmers University of Technology and G¨oteborg University.

Department of Computer Science and Engineering Chalmers University of Technology and G¨oteborg University

SE-412 96 G¨oteborg, Sweden Telephone + 46 (0)31-772 1000

(2)

Abstract

Mainstream mechanisms for protection of information security are not ade- quate. Most vulnerabilities today do not arise from deficiencies in network security or encryption mechanisms, but from software that fails to provide ad- equate protection for the information it handles. Programs are not prevented from revealing too much of their information to actors who can legitimately interact with them, and restricting access to the data is not a viable solution.

What is needed is mechanisms that can control not only what information a program has access to, but also how the program handles that information once access is given.

This thesis describes Paralocks, a language for building expressive but statically verifiable fine-grained information flow policies, and Paragon, an extension of Java supporting the enforcement of Paralocks policy specifica- tions. Our contributions can be categorised along three axes:

• The design of a policy specification language, Paralocks, that is ex- pressive enough to model a large number of different mechanisms for information flow control.

• The development of a formal semantic information flow model for Par- alocks that can be used to prove properties about programs and en- forcement mechanisms.

• The development of Paragon, an extension of Java with support for enforcement of Paralocks information flow policies.

Together these components provide a complete framework for programming with information flow control. It is the first framework to bring together all aspects of information flow control including dynamically changing policies such as declassification, making it both theoretically sound as well as usable for solving practical programming problems.

References

Related documents

This line of work has a sim- ple and (relative to its needs) flexible policy specification language (a lattice of security levels); a formal, complete and intuitively simple

The library will help close the gap between static control for information flow control and already created tools for dynamic check of information flow control (JSFlow) and

Overall prevalence statistics are not available for visual, musculoskeletal and balance symptoms in low vision patients. A wider survey would contribute to further knowledge

Studiens huvudmodell är Value at Risk som hämtas ur Hull (2011) men härstammar från finansbolaget JP Morgan. Andra modeller som avhandlas i studien är Capital Asset

Utifrån ovanstående resonemang syftar denna studie till att undersöka och belysa vad lärare som undervisar i ämnet idrott och hälsa anser vara meningsfull undervisning i ämnet

- When preparing a pallet with material outside of the production line you’re in the forklift passage and pallets on shelf are not able to pull out at that position - Though

The elemental analysis of doped PEDOT-S:H samples was used to calculate the doping level with respect to sulfate ions in the samples.. The doping level is defined as the

Language-Based Information Flow Control (IFC) [43] is a collection of program- ming language features and analyses, referred to as enforcement mechanisms, for ensuring that