Skip to content

Commit

Permalink
feat: enable hash dependencies when authenticode feature is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed May 22, 2024
1 parent e4ef31f commit 05e2548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boreal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cuckoo = ["dep:serde_json", "yara/module-cuckoo"]

# Enables the "pe.signatures" module field.
# The `object` feature must also be enabled to get access to the "pe" module.
authenticode = ["dep:const-oid", "dep:der"]
authenticode = ["dep:const-oid", "dep:der", "dep:md-5", "dep:sha1", "dep:sha2"]

# Adds an API to scan files using memory maps.
memmap = ["dep:memmap2"]
Expand Down

0 comments on commit 05e2548

Please sign in to comment.