Skip to content

Commit 7a6f411

Browse files
Update valhallaAPI/filters.py
Co-authored-by: Marius Benthin <github@benthin.me>
1 parent c793f99 commit 7a6f411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

valhallaAPI/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def filter_search(rules, query):
228228
"""
229229
Filter the rules object for rules that have a certain string in them
230230
:param rules: YARA rules JSON object
231-
:param query: literal string to search in rule name, description, and id
231+
:param query: literal string to search in rule name, description, and Sigma ID
232232
:return: list of filtered rules
233233
"""
234234
pattern = re.compile(re.escape(query), re.IGNORECASE)

0 commit comments

Comments
 (0)