mac: Static Mandatory Access Control in Haskell
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- Exposed modules use unallocated top-level names: MAC
The MAC library implements Mandatory Access Control concepts in Haskell. It leverages Haskell type-system to restrict how data gets propagated within programs and ensures that sensitive data cannot be leaked by malicious or buggy code. The library enables untrusted code, i.e., code written by someone else, to securely manipulate sensitive data while preserving its confidentiality.
The library provides secure versions of advance programming languages features like references, exceptions, and concurrency. This package is the accompanying code for the paper Functional Pearl: Two can keep a secret, if one of them uses Haskell.
Properties
Versions | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.3.0 |
---|---|
Change log | changelog.md |
Dependencies | base (>=4.7 && <5), network (>=2.6 && <3), transformers [details] |
License | BSD-3-Clause |
Author | Alejandro Russo |
Maintainer | russo@chalmers.se |
Category | Security |
Source repo | head: git clone http://russo@bitbucket.org/russo/mac-lib.git |
Uploaded | by AlejandroRusso at 2016-07-05T18:11:13Z |
Modules
[Index]
Downloads
- mac-0.1.3.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees