Extensible ASP.NET host
Find a file
Dexrn ZacAttack b6fa7fd678 feat!: cleanup, fix vuln
- Added stackalloc size check in `StringExtensions.ToSlug()`
   - Previously, if a user puts in too large of a string which then gets converted to a Slug, it can overflow the stack.

BREAKING CHANGE:
- Converted `ICluster.GetVersion()`, `ICluster.GetName()`, `ICluster.GetStorageDirectory()`, and `ICluster.GetConfig()` into properties.
- `Cluster.CreateLogger()` has been removed, and replaced with `ClusterLoggerFactory.Create()`
- Turned `Endpoint` into a `record`.
- Renamed `IApi` to `IApiModule`
- Changed signature of `IApiModule.SetupEndpoints()` to return `void`
- Turned `ClusterConfig` into an interface (`IClusterConfig`)
2026-06-13 03:41:40 -07:00
OpenStar.Client feat!: cleanup, fix vuln 2026-06-13 03:41:40 -07:00
OpenStar.Core feat!: cleanup, fix vuln 2026-06-13 03:41:40 -07:00
.gitignore feat!: split core and client to fix linking 2026-02-03 18:21:35 -08:00
LICENSE Initial commit 2025-12-14 18:01:32 -08:00
OpenStar.sln feat!: split core and client to fix linking 2026-02-03 18:21:35 -08:00
README.md Initial commit 2025-12-14 18:01:32 -08:00

OpenStar

Extensible ASP.NET host