InformationFlowAnalysis

Associates Variables with their Labels.

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun check()

Asserts that the program does not violate information flow security.

Link copied to clipboard

Outputs a DOT representation of the program's constraint graph to output.

Link copied to clipboard

Returns the inferred security label of function arguments.

Returns the inferred security label of the Variable defined by node.

fun label(functionCall: FunctionCallNode, labelParameter: LabelVariable): Label

Returns the label of a label parameter of a function being called