Replies: 4 comments 2 replies
-
Florian has proposed branch here https://github.com/FlorianBracq/msticpy/tree/context_provider |
Beta Was this translation helpful? Give feedback.
-
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 @ianhelle's comment that could indeed be over-engineering.... |
Beta Was this translation helpful? Give feedback.
-
A couple of other things (notes to self) that I'd like to do in this work:
|
Beta Was this translation helpful? Give feedback.
-
This is implemented in release 2.2 |
Beta Was this translation helpful? Give feedback.
-
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.
@ianhelle proposed keeping the inherited name and adding compatibility attributes
Beta Was this translation helpful? Give feedback.
All reactions