Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_scoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_compute_exploitability_score_defaults_reachability_when_missing() -> No
severity=Severity.LOW,
evidence_level=EvidenceLevel.SANITIZATION_BYPASSABLE,
)
assert compute_exploitability_score(finding) == 1.05
assert compute_exploitability_score(finding) == 2.1


def test_compute_exploitability_score_is_deterministic() -> None:
Expand Down