Skip to content

jprider63/LMonad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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