Skip to content

Commit 3033525

Browse files
committed
fix: [yara_query] description fixed
1 parent 03165ad commit 3033525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misp_modules/modules/expansion/yara_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
moduleinfo = {
1010
'version': '1',
1111
'author': 'Christian STUDER',
12-
'description': 'jj',
12+
'description': 'The module takes a hash attribute (md5, sha1, sha256, imphash) as input, and is returning a YARA rule from it.',
1313
'module-type': ['expansion', 'hover'],
1414
'name': 'YARA Rule Generator',
1515
'require_standard_format': True,

0 commit comments

Comments
 (0)