You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering how come in the
easyaudit.admin.CRUDEventAdmin.object_repr_link we escape the obj.object_repr only when the operation is not a CRUDEvent.DELETE.
For example: if you create a record with a field value of "<script>alert("Hello")</script>" and then you delete the record the javascript would be executed when going to the crudevent changelist!
I was wondering how come in the
easyaudit.admin.CRUDEventAdmin.object_repr_link we escape the obj.object_repr only when the operation is not a CRUDEvent.DELETE.
For example: if you create a record with a field value of "<script>alert("Hello")</script>" and then you delete the record the javascript would be executed when going to the crudevent changelist!
The text was updated successfully, but these errors were encountered: