mirror of
https://github.com/vee1e/capa.git
synced 2026-09-04 04:07:17 +00:00
Merge branch 'feature-insn-scope' of github.com:mandiant/capa into feature-insn-scope
This commit is contained in:
commit
565e4e0a2f
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ class InvalidAttckOrMbcTechnique(Lint):
|
|||
self.enabled_frameworks = []
|
||||
|
||||
# This regex matches the format defined in the recommendation attribute
|
||||
self.reg = re.compile("^([\\w\\s-]+)::(.+) \\[([A-Za-z0-9.]+)\\]$")
|
||||
self.reg = re.compile(r"^([\w\s-]+)::(.+) \[([A-Za-z0-9.]+)\]$")
|
||||
|
||||
def _entry_check(self, framework, category, entry, eid):
|
||||
if category not in self.data[framework].keys():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue