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 tests and support for enforcing non-aggregation in ArcsJs #689

Open
Cypher1 opened this issue Aug 24, 2022 · 0 comments
Open

Add tests and support for enforcing non-aggregation in ArcsJs #689

Cypher1 opened this issue Aug 24, 2022 · 0 comments

Comments

@Cypher1
Copy link
Contributor

Cypher1 commented Aug 24, 2022

i.e. a recipe should be able to enforce that a particle cannot use local state or a store to accumulate private data about a user.

This should be implemented via cycle detection, not just checking for a 'stateful' store, as particles could use another particle, or communication between particles to store data.

Needed for #683

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

No branches or pull requests

1 participant