mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
Panel settings allow invalid characters allowing the panel to become completely inaccessible #148
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tctcl on GitHub (Aug 24, 2024).
Current Behavior
The panel accepts all input and stores it in the .env file causing the panel to return status code 500 on every subsequent request.
Expected Behavior
The panel refuses the invalid input or properly escapes it.
Steps to Reproduce
Panel Version
v1.0.0-beta8
Wings Version
--
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?