fix: [yara_query] description fixed

pull/709/head
Alexandre Dulaunoy 2024-12-13 08:29:18 +01:00
parent 03165ad2cd
commit 3033525c93
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ misperrors = {'error': 'Error'}
moduleinfo = {
'version': '1',
'author': 'Christian STUDER',
'description': 'jj',
'description': 'The module takes a hash attribute (md5, sha1, sha256, imphash) as input, and is returning a YARA rule from it.',
'module-type': ['expansion', 'hover'],
'name': 'YARA Rule Generator',
'require_standard_format': True,