Commit 041fc05
fix: resolve YARA compile errors for unreferenced strings
Fix three rules with unreferenced string variables that cause
compilation failures on YARA 4.5.5+:
- python_remote_exec: include $urllib in condition
- python_download_execute: include $stat in condition
- python_fileless_execution: include $urllib in condition
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent cbce622 commit 041fc05
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
515 | | - | |
| 515 | + | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | | - | |
| 530 | + | |
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| |||
0 commit comments