1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src/lib/routes
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
..
admin-api Restructure features documentation (#8394) 2024-10-16 13:59:30 +02:00
auth chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
client-api chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
edge-api task: Removed edge bulk metrics endpoint (#7161) 2024-05-28 11:30:41 +02:00
backstage.test.ts Client instance service (#5126) 2023-10-23 15:22:30 +02:00
backstage.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
controller.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
health-check.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
health-check.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
index.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
logout.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
logout.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
public-invite.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
public-invite.ts feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
unleash-types.ts feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
util.ts fix: don't allow . or .. in feature url (#8479) 2024-10-21 16:35:17 +02:00