Treffer: Using JOANA for information flow control in Java programs - A practical guide

Title:
Using JOANA for information flow control in Java programs - A practical guide
Contributors:
Wagner, Stefan, Lichter, Horst
Publisher Information:
Gesellschaft für Informatik e.V.
Publication Year:
2013
Document Type:
Konferenz conference object
File Description:
application/pdf
Language:
English
Relation:
Software Engineering 2013 - Workshopband; Lecture Notes in Informatics (LNI) - Proceedings, Volume P-215; https://dl.gi.de/handle/20.500.12116/17361
Accession Number:
edsbas.509E7D32
Database:
BASE

Weitere Informationen

We present the JOANA (Java Object-sensitive ANAlysis) framework for information flow control (IFC) of Java programs. JOANA can analyze a given Java program and guarantee the absence of security leaks, e.g. that a online banking application does not send sensitive information to third parties. It applies a wide range of program analysis techniques such as dependence graph computation, slicing and chopping of sequential as well as concurrent programs. We introduce the Java Web Start application IFC Console and show how it can be used to apply JOANA to arbitrary programs in order to specify and verify security properties.