Skip to content

Commit

Permalink
revert db/file-summary.sq to include default_behavior_report (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoubfaouzi authored Nov 18, 2024
1 parent f607fbd commit 4dadfa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/file-summary.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ SELECT
"file_format": f.file_format,
"file_extension": f.file_extension,
"signature": f.pe.signature,
"default_behavior_report": f.default_behavior_report,
"multiav": {
"value": ARRAY_COUNT(
ARRAY_FLATTEN(
Expand Down

0 comments on commit 4dadfa1

Please sign in to comment.