Skip to content

Commit 95bf03a

Browse files
committed
update according to comment
1 parent a8bd413 commit 95bf03a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/content/en/connecting_your_tools/import_scan_files/using_reimport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Any vulnerabilities which were not contained in the previous import will be adde
3232

3333
If any incoming Findings match Findings that already exist, the incoming Findings will be discarded rather than recorded as Duplicates. These Findings have been recorded already \- no need to add a new Finding object. The Test page will show these Findings as **Left Untouched**.
3434

35-
### Field fix_available
35+
### Fields fix_available and fix_version
3636

37-
If any incoming Findings match Findings that already exist, the incoming Finding is checked if the field `fix_available` differs and is updated if yes. These Findings have been recorded already \- no need to add a new Finding object. The Test page will show these Findings as **Left Untouched**.
37+
If any incoming Findings match Findings that already exist, the incoming Finding is checked if the fields `fix_available` and `fix_version` differ and are updated if yes. These Findings have been recorded already \- no need to add a new Finding object. The Test page will show these Findings as **Left Untouched**.
3838

3939
### Close Findings
4040

dojo/tools/harbor_vulnerability/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def get_findings(self, filename, test):
8686
component_version=package_version,
8787
cwe=cwe,
8888
fix_available=fix_available,
89-
fix_version=fix_version,
9089
)
9190
if vulnerability_id:
9291
find.unsaved_vulnerability_ids = [vulnerability_id]

0 commit comments

Comments
 (0)