Skip to content

Commit

Permalink
sec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed Jun 20, 2024
1 parent eb47577 commit cab0b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/admin/integration_remote_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def push_queue_request(id_processor: str, action_type: str, data: dict, user: Us
id_processor=id_processor, action_type=action_type, data=data
)
queue.extra = {
"type": action_type,
"type": escape(action_type),
"entity": escape(data["entity"]),
"componentType": escape(data["componentType"]),
"idEntity": escape(data["idProcessor"]),
Expand Down

0 comments on commit cab0b1d

Please sign in to comment.