diff --git a/oletools/olevba.py b/oletools/olevba.py index 52ffd512..d0d20a2f 100644 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -806,7 +806,7 @@ def __init__(self, stream_path, variable, expected, value): ('AccessVBOM', 'VBAWarnings', 'ProtectedView', 'DisableAttachementsInPV', 'DisableInternetFilesInPV', 'DisableUnsafeLocationsInPV', 'blockcontentexecutionfrominternet'), 'May attempt to modify the VBA code (self-modification)': - ('VBProject', 'VBComponents', 'CodeModule', 'AddFromString'), + ('VBProject', 'VBComponents', 'CodeModule', 'AddFromString', 'Modules'), 'May modify Excel 4 Macro formulas at runtime (XLM/XLF)': ('FORMULA.FILL',), }