license switch agpl -> busl1, sprints work, new product advisories

This commit is contained in:
master
2026-01-20 15:32:20 +02:00
parent 4903395618
commit c32fff8f86
1835 changed files with 38630 additions and 4359 deletions

View File

@@ -16,5 +16,5 @@ Foundational, high-level documents that define StellaOps direction, scope, and d
## Related concepts
- [Quota framing](../../QUOTA_OVERVIEW.md) and [enforcement flow](../../QUOTA_ENFORCEMENT_FLOW.md) align business policy with enforcement diagrams.
- [Legal FAQ (quota)](../../LEGAL_FAQ_QUOTA.md) captures the AGPL-3.0 interpretation of quota enforcement.
- [Legal FAQ (quota)](../../LEGAL_FAQ_QUOTA.md) captures the BUSL-1.1 Additional Use Grant interpretation of quota enforcement.
- [License/JWT quota narrative](../../license-jwt-quota.md) documents the offline licensing story for quota tokens.

View File

@@ -40,7 +40,7 @@ All quick set images plus:
- .NET 8.0-alpine
- postgres:16 (known vulnerabilities)
- wordpress:6.5 (complex application)
- redis:7-alpine
- valkey/valkey:7.2-alpine (Redis-compatible)
- Multi-layer image (test depth)
## Metrics Collected

View File

@@ -282,7 +282,7 @@ public class CacheTests : IClassFixture<ValkeyFixture>
- `ValkeyFixture` - xUnit class fixture
- `ConnectionString` - Redis connection string (host:port)
- `Host`, `Port` - Connection details
- Uses `redis:7-alpine` image (Valkey-compatible)
- Uses `valkey/valkey:7.2-alpine` image (Redis-compatible)
---