Ramiz Polic

Results 38 issues of Ramiz Polic

## Overview Literals available for `apitypes.VMInfo.ObjectType` should be declared as global constants within the same package (e.g. `VMInfo`, etc)

## Overview The pipeline, linting, testing, and other scripts require extra golang tags to be passed in order to validate functionality, for example in https://github.com/openclarity/vmclarity/pull/1303/files#r1501445200. We should use Makefile as...

no-stale

Okay so, we have a problem with passing contexts to these functions from the parent. The issue why we can't use the `ctx` variable here from the `afterSetup` function's parameter...

As a user, I would like to be able to scan Windows machines for potential security issues. Issues: - #1204 - #1672 - #356

scanners
roadmap
no-stale
epic

## Problem Statement Add new AssetFinding API model with its supporting logic to enable many-to-many relationship between assets and findings. ## Proposed Solution **API Model** ```yaml AssetFinding: type: object allOf:...

enhancement

## Problem Statement Add HTTP controllers for the AssetFindings model ## Proposed Solution Support the following API routes: - GET `/asset-findings` - returns a slice of AssetFindings, includes oData params...

no-stale

Dockerfiles should not be part of the repo root. - Move Dockerfiles into their respective components - Update Bake file with new paths

good first issue
docker

The scannerName property in OpenAPI schema for `Misconfiguration` and `InfoFinderInfo` should be moved to parent object to avoid specifying those details in the actual finding itself.

component:api

## Overview Optimize data from PR notes: - https://github.com/openclarity/vmclarity/pull/864#discussion_r1471910206 - https://github.com/openclarity/vmclarity/pull/864#discussion_r1472575797 - Code structure improvements

enhancement

VMClarity dashboard could include graphs for categorised data similar to KubeClarity, but we should probably use more generic categories. Examples include: - Packages count per licence type - Packages count...