Skip to content

Commit

Permalink
Restore file_bundle_hash & file_bundle_binary_count (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkowsky authored Aug 25, 2023
1 parent 4fdc1e5 commit 16a8c65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/development/sync-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ downloading if the rules need to be downloaded in multiple batches.
| custom\_msg | NO | string | A custom message to display when the rule matches | "Hello" |
| custom\_url | NO | string | A custom URL to use for the open button when the rule matches | http://lmgtfy.app/?q=dont+download+malware |
| creation\_time | NO | float64 | Time the rule was created | 1573543803.349378 |
| file\_bundle\_binary\_count | NO | integer | The number of binaries in a bundle | 13 |
| file\_bundle\_hash | NO | string | The SHA256 of all binaries in a bundle | "7466e3687f540bcb7792c6d14d5a186667dbe18a85021857b42effe9f0370805" |


##### Example `ruledownload` Response Payload
Expand Down

0 comments on commit 16a8c65

Please sign in to comment.