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
We're currently keeping the absolute file system path to the response body file on the TrufosResponse object. We're already using IDs for requests to prevent passing file paths to the frontend and should do the same for the response. This way, we're flexible about the handling of the response body storing logic and follow electrons recommendation on file paths in frontend.
Acceptance Criteria
The TrufosResponse does not contain real filepaths
The response body loading/displaying still works
The text was updated successfully, but these errors were encountered:
AmirHassanConsulting
changed the title
Not passing real Respones Body File Paths to Frontend
Not passing real Response Body File Paths to Frontend
Feb 6, 2025
We're currently keeping the absolute file system path to the response body file on the
TrufosResponse
object. We're already using IDs for requests to prevent passing file paths to the frontend and should do the same for the response. This way, we're flexible about the handling of the response body storing logic and follow electrons recommendation on file paths in frontend.Acceptance Criteria
TrufosResponse
does not contain real filepathsThe text was updated successfully, but these errors were encountered: