Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add policy compliant data analysis framework (WIP) for Teaclave #716

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hiroki-chen
Copy link
Contributor

Description

As the emphasis of data privacy has been imposed by many legal regulations, companies and individuals are becoming aware of the protection of sensitive data in use. However, currently there is no good tool to enforce data privacy policies on the cloud while providing automatic enforcement with formal guarantees. This data analysis framework (though work in progress) adds support for automatic and formal data privacy policy enforcement.

This framework is not finished yet and has the following ongoing tasks:

  • Access control design – policy semiring
  • Data privacy scheme enforcement
  • Formal models and proofs
  • Policy language design and automatic generation of executors

While this is not finished, it should be able to perform basic data analysis jobs.

Type of change (select or add applied and delete the others)

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • API change with a documentation update
  • Additional test coverage
  • Code cleanup or just sync with upstream third-party crates

How has this been tested?

Checklist

  • Fork the repo and create your branch from master.
  • If you've added code that should be tested, add tests.
  • If you've changed APIs, update the documentation.
  • Ensure the tests pass (see CI results).
  • Make sure your code lints/format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant