fix #2622
Closed
fix #2622
VirusTotal YARA-CI / Rules Analysis
completed
Jun 12, 2025 in 3s
Warnings found
Status | Count | |
---|---|---|
🟢 | Files OK | 139 |
🟠 | Files with warnings | 1 |
🔴 | Files with errors | 0 |
⚪ | Files ignored | 1030 |
Annotations
Check warning on line 8 in data/yara/CAPE/NetTraveler.yar
virustotal-yara-ci / Rules Analysis
data/yara/CAPE/NetTraveler.yar#L8
warning[text_as_hex]: hex pattern could be written as text literal
--> line:8:9
|
8 | / $string1 = { 4E 61 6D 65 3A 09 25 73
9 | | 0D 0A 54 79 70 65 3A 09
10 | | 25 73 0D 0A 53 65 72 76
11 | | 65 72 3A 09 25 73 0D 0A } // Name:\t%s\r\nType:\t%s\r\nServer:\t%s\r\n
| | -
| |____________________________________________|
| this pattern can be written as a text literal
| help: replace with "Name:\t%s\r\nType:\t%s\r\nServer:\t%s\r\n"
|
Loading