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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
Currently our log file viewer just spits out the raw log with some fancy html wrapped around it, making our viewer both fragile (seemingly-innocuous output could accidentally break it) as well as insecure (textbook XSS). We should design a viewer that is more secure and resilient while staying ergonomic to develop.
The text was updated successfully, but these errors were encountered:
Currently our log file viewer just spits out the raw log with some fancy html wrapped around it, making our viewer both fragile (seemingly-innocuous output could accidentally break it) as well as insecure (textbook XSS). We should design a viewer that is more secure and resilient while staying ergonomic to develop.
The text was updated successfully, but these errors were encountered: