Skip to content

Commit acb3e6e

Browse files
committed
fix
1 parent f8b267d commit acb3e6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dojo/tools/ibm_app/parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ def get_findings(self, file, test):
107107
vulnerability_id,
108108
]
109109
if recommendation_data:
110-
finding.fix_available = False
111-
else:
112110
finding.fix_available = True
111+
else:
112+
finding.fix_available = False
113113
finding.unsaved_endpoints = []
114114
dupes[dupe_key] = finding
115115

0 commit comments

Comments
 (0)