Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the order of column in Vulnerabilities Detection > Events table #6948

Closed

Conversation

Desvelao
Copy link
Member

@Desvelao Desvelao commented Aug 27, 2024

Description

This pull request changes the order of the column in Vulnerabilities Detection > Events table.

Side changes:

  • Add the status property to the vulnerabilities detection sample alerts to let the render on the Vulnerabilities Detection > Events table.

Issues Resolved

#6947

Evidence

image

Test

Legend:
⚫: none
🟢: pass
🟡: warning
🔴: fail
⚪: not applicable

UI

Test Chrome Firefox Safari
With alerts of Vulenrabilities detection, go to Vulnerabilities Detection > Events table and check the column order is: timestam, agent.name data.vulnerability.cve, data.vulnerability.severity, data.vulnerability.package.name, data.vulnerability.package.version, data.vulnerability.status

Details

⚫ With alerts of Vulenrabilities detection, go to Vulnerabilities Detection > Events table and check the column order is: timestam, agent.name data.vulnerability.cve, data.vulnerability.severity, data.vulnerability.package.name, data.vulnerability.package.version, data.vulnerability.status

Chrome - ⚫

Firefox - ⚫

Safari - ⚫

Check List

  • All tests pass
    • yarn test:jest
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

Desvelao and others added 10 commits July 23, 2024 10:22
* chore: bump to 4.9.1 revision 00

* chore: bump the version on the server API mock
* Render from disabled response was deleted and description changes

* Changes title and add changelog
* Repair windows agent deployment command

* Added changelog

* Update CHANGELOG.md
…application (#6908)

* fix(server): remove array to comma-separated string transformation of payload sent to Wazuh API server

* chore(changelog): add entry
* Remove \n

* Added changelog

* Resolve test

* fix(changelog): enhance entries

---------

Co-authored-by: Chantal Belén kelm <[email protected]>
Co-authored-by: Antonio David Gutiérrez <[email protected]>
Merge 4.9.0 into 4.9.1
* Bump axios version to 1.7.4

* Update changelog

* fix prettier
…ion alerts to let the render of the expected columns in the vulnerabilities detection > events table
@Desvelao Desvelao self-assigned this Aug 27, 2024
@Desvelao Desvelao linked an issue Aug 27, 2024 that may be closed by this pull request
Copy link
Contributor

Wazuh Core plugin code coverage (Jest) test % values
Statements 46.02% ( 400 / 869 )
Branches 41.97% ( 157 / 374 )
Functions 44.01% ( 136 / 309 )
Lines 46.22% ( 398 / 861 )

Copy link
Contributor

Wazuh Check Updates plugin code coverage (Jest) test % values
Statements 76.44% ( 172 / 225 )
Branches 58.65% ( 61 / 104 )
Functions 61.7% ( 29 / 47 )
Lines 76.44% ( 172 / 225 )

@Desvelao Desvelao marked this pull request as ready for review August 27, 2024 11:31
Copy link
Contributor

Main plugin code coverage (Jest) test % values
Statements 13.59% ( 4016 / 29532 )
Branches 9.09% ( 1755 / 19300 )
Functions 13.31% ( 947 / 7110 )
Lines 13.77% ( 3914 / 28416 )

@asteriscos asteriscos changed the base branch from 4.9.1 to 4.9.0 August 28, 2024 16:14
@JuanGarriuz JuanGarriuz self-requested a review August 29, 2024 08:41
@asteriscos
Copy link
Member

This pull request has been closed because the dev branch was based on 4.9.1 and we will introduce this fix in 4.9.0. A new pull request will be created.

@asteriscos asteriscos closed this Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change default columns in vulnerabilities events
4 participants