Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/etyp/minor-fixups-yay'
Browse files Browse the repository at this point in the history
* origin/topic/etyp/minor-fixups-yay:
  Add missing closing brace
  • Loading branch information
timwoj committed Nov 8, 2024
2 parents 37dd3b7 + 38b6818 commit da17930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripting/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ a given event.
if ( kind == "sha1" && f?$info && f$info?$mime_type &&
match_file_types in f$info$mime_type )
do_mhr_lookup(hash, Notice::create_file_info(f));
}
The workhorse of the script is contained in the event handler for
``file_hash``. The :zeek:see:`file_hash` event allows scripts to access
Expand Down

0 comments on commit da17930

Please sign in to comment.