Skip to content

fix #2622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from

Update test_agent.py

c2e2357
Select commit
Loading
Failed to load commit list.
Closed

fix #2622

Update test_agent.py
c2e2357
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@virustotal-yara-ci 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"
   |