Skip to content
New issue

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

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

Already on GitHub? # 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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant