Skip to content

Commit

Permalink
Merge pull request #5 from Cryss76/fix-missing-sha512-value
Browse files Browse the repository at this point in the history
fix missed sha512 value to the astree function of File
  • Loading branch information
amadisson authored Jan 31, 2024
2 parents 05d5f52 + 9c8736e commit 24b415e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sflock/abstracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ def astree(self, finger=True, sanitize=False, selected_files=None,
"safelisted": self.safelisted,
"safelist_reason": self.safelist_reason,
"sha256": self.sha256,
"sha512": self.sha512,
"md5": self.md5,
"sha1": self.sha1,
"type": "container" if self.children else "file",
Expand Down

0 comments on commit 24b415e

Please sign in to comment.