Skip to content

Commit

Permalink
Use the term "findings"
Browse files Browse the repository at this point in the history
... instead of "defects" in the downstream patches reports.

Related: openscanhub/openscanhub#297

Signed-off-by: Siteshwar Vashisht <[email protected]>
  • Loading branch information
siteshwar committed Sep 6, 2024
1 parent b08e972 commit 5c8219f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/csmock
Original file line number Diff line number Diff line change
Expand Up @@ -1330,13 +1330,13 @@ def do_diff_scan(props, output, diff_patches):
# we are looking for defects in patches
assert not props.skip_patches
run0_props.skip_patches = True
title = "%s - Defects in Patches" % props.nvr
title = "%s - Findings in Patches" % props.nvr
else:
# this is a version-diff-build
run0_props.srpm = run0_props.base_srpm
run0_props.mock_profile = run0_props.base_mock_profile
csdiff += " --ignore-path"
title = "%s - Defects not detected in %s" % (props.nvr, props.base_srpm)
title = "%s - Findings not detected in %s" % (props.nvr, props.base_srpm)

run0 = "%s/run0" % results.resdir
ec = do_scan(run0_props, run0)
Expand Down

0 comments on commit 5c8219f

Please sign in to comment.