We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb8717 commit 1ebb82aCopy full SHA for 1ebb82a
pyproject.toml
@@ -52,7 +52,7 @@ test = [
52
docs = [
53
"volatility3[dev]",
54
"sphinx>=4.0.0,<9",
55
- "sphinx-autodoc-typehints>=2.0.0,<3",
+ "sphinx-autodoc-typehints>=3.0.0,<4",
56
"sphinx-rtd-theme>=3.0.1,<4",
57
]
58
volatility3/framework/plugins/yarascan.py
@@ -31,7 +31,7 @@
31
32
except ImportError:
33
vollog.info(
34
- "Neither yara-x nor yara-python (>3.8.0) module not found, plugin (and dependent plugins) not available"
+ "Neither yara-x nor yara-python (>3.8.0) module was found, plugin (and dependent plugins) not available"
35
)
36
raise
37
0 commit comments