We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13a551a + 6fddc00 commit d3c8f2dCopy full SHA for d3c8f2d
src/fosslight_binary/_binary.py
@@ -88,7 +88,7 @@ def get_vulnerability_items(self):
88
nvd_url = [vul_item.nvd_url for vul_item in self.vulnerability_items]
89
return ", ".join(nvd_url)
90
91
- def set_commnet(self, value):
+ def set_comment(self, value):
92
self.comment = value
93
94
def set_bin_name(self, value):
0 commit comments