-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Issue report | ||
about: Report an issue with a specific YARA rule | ||
title: "[BUG] Issue with <Yara rule>" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Name of the rule:** | ||
|
||
**Description of the issue:** | ||
|
||
**Any error messages or logs:** | ||
|
||
**Additional files and context:** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: YARA rule request | ||
about: Suggest a YARA rule to be added | ||
title: "[REQUEST] Add YARA rule for <purpose>" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Name of the requested rule:** | ||
|
||
**Description of the requested rule:** | ||
|
||
**Purpose and detection:** | ||
- What should this rule detect and why? | ||
|
||
**Optional evidence or proof of concept:** | ||
|
||
**Additional context:** |