-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #440 from target/yara-and-ocr-update
Enhancements to ScanYara Scanner for Improved Rule Organization and Metadata Extraction
- Loading branch information
Showing
8 changed files
with
576 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "strelka-worker" | ||
version = "0.24.01.19" | ||
version = "0.24.03.04" | ||
description = "Strelka's backend Python worker" | ||
authors = [ | ||
"Paul Hutelmyer <[email protected]>", | ||
|
@@ -15,7 +15,7 @@ beautifulsoup4 = "4.12.2" | |
boltons = "23.0.0" | ||
boto3 = "1.28.60" | ||
construct = "2.10.68" | ||
cryptography = "42.0.2" | ||
cryptography = "42.0.5" | ||
dncil = "1.0.2" | ||
dnfile = "0.14.1" | ||
docker = "6.1.3" | ||
|
@@ -89,4 +89,3 @@ speakeasy-emulator = { git = "https://github.com/mandiant/speakeasy.git", rev = | |
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
build-backend = "poetry.core.masonry.api" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters