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

Implement plugins for Filters and Classifiers #91

Open
thequicksort opened this issue Feb 17, 2021 · 0 comments
Open

Implement plugins for Filters and Classifiers #91

thequicksort opened this issue Feb 17, 2021 · 0 comments
Milestone

Comments

@thequicksort
Copy link
Contributor

I have code written for a "Plugin" architecture, that lets users/clients define their own filters and classifiers, then register them for use on the relevant Poretitioner steps

This opens up security concerns (e.g. what if a user writes a malicious plugin?). As long as all execution remains on their machine, this won't harm us, but we should still be congnizant of input santiziation, etc.

https://hackernoon.com/10-common-security-gotchas-in-python-and-how-to-avoid-them-e19fbe265e03

@thequicksort thequicksort added this to the 1.0.0 milestone Feb 17, 2021
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