mirror of
https://github.com/usestrix/strix.git
synced 2026-08-18 09:49:17 +02:00
reporting: require the source-to-sink trace in reachability evidence, not just CVSS reasoning
This commit is contained in:
@@ -887,6 +887,7 @@ def test_dep_tool_exposes_contextual_cvss_params() -> None:
|
||||
):
|
||||
assert field in dep_props
|
||||
assert "source-to-sink" in dep_props["contextual_cvss_metrics"]["description"].lower()
|
||||
assert "source-to-sink" in dep_props["reachability_evidence"]["description"].lower()
|
||||
assert "file:line" in dep_props["contextual_cvss_reasoning"]["description"].lower()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user