Skip to content

Commit

Permalink
fix: nosec
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Mar 15, 2024
1 parent 499da16 commit 0b623bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cms/templates/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'index_together = ["content_type", "object_id"]')\
.replace('class LogEntry','class Log')\
.replace('models.TextField(_("object id"), blank=True, null=True)',
'models.PositiveIntegerField(_("object id"), blank=True, null=True)'))
'models.PositiveIntegerField(_("object id"), blank=True, null=True)')) #nosec
### END Custom Logs ###


Expand Down

0 comments on commit 0b623bb

Please sign in to comment.