Fatih Durmaz
Fatih Durmaz
Signed-off-by: fatih ### What does this do? This upgrades the InfluxDB from Version 1.x to Version 2.x. This also updates writers and readers for InfluxDB upgrade. ### Which issue(s) does...
### What does this do? This pull request adds le `le` `lt` `ge` `gt` comparators for StringValue and DataValue ### Which issue(s) does this PR fix/relate to? Resolves #1361 ###...
**ENHANCEMENT** 1. Describe the enhancement you are requesting. I tried to implement string comparators for influxDB readers in #1573 . We should switch from influxQL to flux in order to...
### Description Hello, I think I have noticed a small bug In [nvd_source.py](https://github.com/intel/cve-bin-tool/blob/0f17d3ab04ce4302be9b62c840b20948feb101df/cve_bin_tool/data_sources/nvd_source.py#L186) the product data is splitted by `:`. ```python def parse_node(self, node: dict[str, list[dict[str, str]]]) -> list[dict[str, str]]:...