feat(reporting): enhance vulnerability reporting with detailed fields and CVSS calculation

This commit is contained in:
0xallam
2026-01-07 16:33:16 -08:00
committed by Ahmed Allam
parent 06659d98ba
commit 2ea5ff6695
9 changed files with 789 additions and 228 deletions

View File

@@ -54,6 +54,7 @@ docker = "^7.1.0"
textual = "^4.0.0"
xmltodict = "^0.13.0"
requests = "^2.32.0"
cvss = "^3.2"
# Optional LLM provider dependencies
google-cloud-aiplatform = { version = ">=1.38", optional = true }
@@ -144,6 +145,7 @@ module = [
"pyte.*",
"libtmux.*",
"pytest.*",
"cvss.*",
]
ignore_missing_imports = true