Skip to content

jprider63/LMonad

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LMonad

LMonad is an Information Flow Control (IFC) framework for Haskell applications. It can be used to enforce security properties like confidentiality and integrity. It is derived from LIO, but is more general in that it tracks information flow for any monad by using monad transformers.

Usage

Most code should import the LMonad module. Trusted code can import the LMonad.TCB module to perform trusted operations. The LMonadT monad transformer is used to enable IFC for any monad.

Use the LMonad-Yesod library to integrate LMonad into your Yesod application.

About

Information Flow Control for Haskell applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published