Refactor TI Providers to create generic context providers #474
Replies: 4 comments 2 replies
|
Florian has proposed branch here https://github.com/FlorianBracq/msticpy/tree/context_provider |
0 replies
|
I did something a tad different:
that way if we have other Providers (more than the 2 currently identified), we can replicate the logic. However, looking Ian Hellen (@ianhelle)'s comment that could indeed be over-engineering.... |
2 replies
|
A couple of other things (notes to self) that I'd like to do in this work:
|
0 replies
|
This is implemented in release 2.2 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is a discussion to widen the scope of issue #263.
FlorianBracq is proposing the following model:
ContextProvider/ContextLookup generic classes in the msticpy.context folder.
TILookup/TIProviders would be subclasses of these, specifically scoped for TI-related entities.
All of the generic functionality such as pre-processing, results, etc. would move to context folder.
We do have legacy naming to contend with. E.g.
Ian Hellen (@ianhelle) proposed keeping the inherited name and adding compatibility attributes
All reactions