Ramesh Pradhan

Results 2 issues of Ramesh Pradhan

I am getting unexpected result from Elasticsearch while searching though object property which are inside nested property. I am using elasticsearch-dsl python library for creating document and querying. Is this...

Cannot parse the cyclonedx 1.5 SBOM: My code: ```python import json from typing import TYPE_CHECKING from cyclonedx.exception import MissingOptionalDependencyException from cyclonedx.model.bom import Bom from cyclonedx.schema import SchemaVersion from cyclonedx.validation.json import...