SAMMY UI is optimized for resolutions with a width 1024px and higher.
Maturity Level 1
Maturity Level 2
Maturity Level 3
Maturity Level 4
Maturity Level 5
Simple false positive treatment
T-CO-1-1: Simple false positive treatment
  • False positives are suppressed so they will not show up on the next tests again. Most security tools have the possibility to suppress false positives. A Vulnerability Management System might be used.
Description

Findings from security tests must be triaged and outcomes persisted/documented to: - Prevent re-analysis of known issues in subsequent test runs - Track accepted risks vs false positives - Enable consistent decision-making across teams At this maturity level, a simple tracking system suffices - tools need only distinguish between "triaged" and "untriaged" findings, without complex categorization. Some tools refer to this as "suppression" of findings. Samples for false positive handling: - OWASP Dependency Check - Kubescape with VEX - OWASP DefectDojo Risk Acceptance and False Positive Handling

Risk:As false positive occur during each test, all vulnerabilities might be ignored. Specially, if tests are automated an run daily.

Treatment of defects with severity high or higher
T-CO-1-2: Treatment of defects with severity high or higher
  • Vulnerabilities with severity high or higher are added to the quality gate.
Description

Vulnerabilities with severity high or higher are added to the quality gate.

Risk:Vulnerabilities with severity high or higher are not visible.