Skip to content

Commit

Permalink
suricata: fix missing param on rule analysis middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicold authored and regit committed May 31, 2024
1 parent f7197d3 commit ed704a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suricata/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def filter_event_types(request, queryset, view):
return queryset


def update_rule_analysis(_):
def update_rule_analysis(source_pk, user):
pass


Expand Down

0 comments on commit ed704a3

Please sign in to comment.