Skip to content

Commit

Permalink
Enable Auditlog for Product Types (#8880)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik authored Oct 30, 2023
1 parent 24313e6 commit 4ba6859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dojo/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4268,6 +4268,7 @@ def enable_disable_auditlog(enable=True):
auditlog.register(Endpoint)
auditlog.register(Engagement)
auditlog.register(Finding)
auditlog.register(Product_Type)
auditlog.register(Product)
auditlog.register(Test)
auditlog.register(Risk_Acceptance)
Expand All @@ -4279,6 +4280,7 @@ def enable_disable_auditlog(enable=True):
auditlog.unregister(Endpoint)
auditlog.unregister(Engagement)
auditlog.unregister(Finding)
auditlog.unregister(Product_Type)
auditlog.unregister(Product)
auditlog.unregister(Test)
auditlog.unregister(Risk_Acceptance)
Expand Down

0 comments on commit 4ba6859

Please sign in to comment.