1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/src
Tymoteusz Czech 2e970b0ff2
fix: don't allow . or .. in feature url (#8479)
We do some validation on flag names, but there's some cases that slip
through. These are some cases that we should handle better.

With `..` as a name, you can't go into the flag in Unleash and you can't
activate any environments because the it is interpreted as "go up a
level".
2024-10-21 16:35:17 +02:00
..
lib fix: don't allow . or .. in feature url (#8479) 2024-10-21 16:35:17 +02:00
mailtemplates feat: now you can add env type to env order (#8442) 2024-10-14 13:26:38 +03:00
migrations chore: update schemas related to Unleash AI chat (#8463) 2024-10-16 14:44:37 +01:00
test chore: add a class to handle aggreggation queries (#8446) 2024-10-18 11:11:22 +02:00
migrator.ts
server-dev.ts feat: release plans nav menu item and icon suggestion (#8469) 2024-10-18 08:23:52 +02:00
server.ts