Skip to content

Commit 455de9c

Browse files
siteshwarkdudka
authored andcommitted
Use the term "findings"
... instead of "defects" in the downstream patches reports. Related: openscanhub/openscanhub#297 Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com> Closes: #184
1 parent 57add2e commit 455de9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

py/csmock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,13 +1332,13 @@ def do_diff_scan(props, output, diff_patches):
13321332
# we are looking for defects in patches
13331333
assert not props.skip_patches
13341334
run0_props.skip_patches = True
1335-
title = "%s - Defects in Patches" % props.nvr
1335+
title = "%s - Findings in Patches" % props.nvr
13361336
else:
13371337
# this is a version-diff-build
13381338
run0_props.srpm = run0_props.base_srpm
13391339
run0_props.mock_profile = run0_props.base_mock_profile
13401340
csdiff += " --ignore-path"
1341-
title = "%s - Defects not detected in %s" % (props.nvr, props.base_srpm)
1341+
title = "%s - Findings not detected in %s" % (props.nvr, props.base_srpm)
13421342

13431343
run0 = "%s/run0" % results.resdir
13441344
ec = do_scan(run0_props, run0)

0 commit comments

Comments
 (0)