-
Notifications
You must be signed in to change notification settings - Fork 92
[FEATURE] Add risk scoring model with explainable finding prioritization #252
Copy link
Copy link
Open
Labels
area:backendBackend API, database, or service workBackend API, database, or service workarea:frontendFrontend React/UI workFrontend React/UI worklevel:advanced55 pts difficulty label for advanced contributor PRs55 pts difficulty label for advanced contributor PRspriority:mediumImportant issue with normal urgencyImportant issue with normal urgencytype:featureFeature work category bonus labelFeature work category bonus labeltype:securitySecurity work category bonus labelSecurity work category bonus label
Metadata
Metadata
Assignees
Labels
area:backendBackend API, database, or service workBackend API, database, or service workarea:frontendFrontend React/UI workFrontend React/UI worklevel:advanced55 pts difficulty label for advanced contributor PRs55 pts difficulty label for advanced contributor PRspriority:mediumImportant issue with normal urgencyImportant issue with normal urgencytype:featureFeature work category bonus labelFeature work category bonus labeltype:securitySecurity work category bonus labelSecurity work category bonus label
Problem
SecuScan needs a production-grade improvement in this area: Finding prioritization..
Scope
Calculate risk score from severity, exploitability, asset exposure, recency, and confidence, and show explanation in the UI.
Acceptance Criteria
Verification
Tests should cover scoring determinism, edge cases, and UI display of score factors.
Difficulty
Hard, useful issue intended for experienced contributors.