mac: Static Mandatory Access Control in Haskell
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.
Modules
[Index]
Downloads
- mac-0.1.3.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0 (info) |
---|---|
Change log | changelog.md |
Dependencies | base (>=4.7 && <5), network (>=2.6 && <4), transformers [details] |
License | BSD-3-Clause |
Author | Alejandro Russo |
Maintainer | russo@chalmers.se |
Revised | Revision 1 made by AndreasAbel at 2024-03-04T16:03:07Z |
Category | Security |
Source repo | head: git clone https://bitbucket.org/russo/mac-lib |
Uploaded | by AlejandroRusso at 2016-07-05T18:12:11Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2792 total (12 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-07-05 [all 1 reports] |