This repository was archived by the owner on Oct 14, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: asset findings relationship (#1758)
* feat(api): update finding and add asset finding object * feat(api): check finding uniqueness * feat(orchestrator): update findings in DB with reconcile * feat(api): add asset finding paths * feat(orchestrator): update asset findings in DB with reconcile * feat(orchestrator): invalidate asset findings in DB with reconcile * feat(orchestrator): get total asset findings with reconcile * feat(orchestrator): not invalidate or count plugin findings with reconcile * feat(uibackend): update findings impact * feat(api): update database * feat(ui): remove asset details from findings * feat(api): remove no longer valid table indexes * test(e2e): extend test to check asset findings * refactor: code review * fix(uibackend): add first seen to asset findings to correct display old trends * fix(uibackend): get asset count from items len * fix: misconfiguration finding not created in DB * refactor: code review changes * fix: asset-findings UI fixes (#1796) * fix(ui): <div> cannot appear as a child of <tbody> Signed-off-by: András Jáky <[email protected]> * fix(ui): temp disable redirection to Findings page The original redirection would fail as it would have navigated to theFindings page and applied a filter for the `asset.id` field of thefindings, which is not available anymore. Signed-off-by: András Jáky <[email protected]> * feat(ui): add columns to Findings page - First seen - Last seen Signed-off-by: András Jáky <[email protected]> --------- Signed-off-by: András Jáky <[email protected]> --------- Signed-off-by: András Jáky <[email protected]> Co-authored-by: András Jáky <[email protected]>
- Loading branch information