security-c4po/security-c4po-reporting/src/test/resources/ProjectPentestReportList.json

60 lines
1.5 KiB
JSON

[
{
"id": "11601f51-bc17-47fd-847d-0c53df5405b5",
"category": "INFORMATION_GATHERING",
"refNumber": "OTG-INFO-001",
"findings": [
{
"id": "ef31449d-71ec-4736-952f-8b20e53117d5",
"severity": "LOW",
"title": "Test Title",
"description": "Test Description",
"impact": "Test Impact",
"affectedUrls": [
"https://akveo.github.io/nebular/docs/components/progress-bar/examples#nbprogressbarcomponent"
],
"reproduction": "Step 1: Test",
"mitigation": "Test Mitigation"
},
{
"id": "58f63b4e-97fb-4fe8-8527-7996896089d2",
"severity": "MEDIUM",
"title": "Medium Finding",
"description": "Medium",
"impact": "Medium",
"affectedUrls": [],
"reproduction": "Medium",
"mitigation": ""
}
],
"comments": [
{
"id": "89703b19-16c7-49e5-8e33-0c706313e5fe",
"title": "Test Comment",
"description": "No related findings",
"relatedFindings": []
}
],
"status": "COMPLETED"
},
{
"id": "9a073a08-e4fc-4450-8202-c902455b66ec",
"category": "INFORMATION_GATHERING",
"refNumber": "OTG-INFO-002",
"findings": [
{
"id": "4ddb84f6-068c-4319-a8ee-1000008bb75a",
"severity": "HIGH",
"title": "Anothe High Issues",
"description": "High",
"impact": "High",
"affectedUrls": [],
"reproduction": "High",
"mitigation": ""
}
],
"comments": [],
"status": "COMPLETED"
}
]