NhatNH2807 / defect_log_lab4

Lab 4 SWT
0 stars 0 forks source link

Unable to display vulnerability list #5

Open NhatNH2807 opened 3 weeks ago

NhatNH2807 commented 3 weeks ago

Module: Vulnerability Management Description: Defect: When accessing the Vulnerability Management module, the vulnerability list does not display or displays incorrect information such as severity, brief description, and status. Expected Result: The vulnerability list should display complete basic information for each vulnerability for users to easily track. Type: Functional Severity: Major Created Date: 10/29/2024

NhatNH2807 commented 3 weeks ago

I have received this issue and will start testing the vulnerability list display interface. Plan:

Step 1: Test the vulnerability list APIs to confirm that the data is passed correctly. Step 2: Fix the data display on the interface if necessary.

NhatNH2807 commented 3 weeks ago

Update: Tested the API to get the vulnerability list and confirmed that the data is returned properly from the backend. The error is caused by the interface not rendering the data correctly. Here is what the API looks like when running the test image