Simon Reisinger
Simon Reisinger
Hi! Thank you for your quick changes. This is already very useful. One of my biggest advantages would be if the return type is a defined object. ```python def searchCVE(...)...
Also, I saw the usage of `Tuple[str, datetime]` for fields like modification or publication dates. ```python lastModStartDate: Tuple[str, datetime] = None, lastModEndDate: Tuple[str, datetime] = None, ``` Shouldn't this be...
We could leverage platforms like [Instruqt](https://instruqt.com/) to run hands-on labs like [Isovalent does with Cilium](https://isovalent.com/resource-library/labs/).