license switch agpl -> busl1, sprints work, new product advisories
This commit is contained in:
@@ -48,6 +48,7 @@ Add a small Lua for timestamping at enqueue (atomic):
|
||||
```lua
|
||||
-- KEYS[1]=stream
|
||||
-- ARGV[1]=enq_ts_ns, ARGV[2]=corr_id, ARGV[3]=payload
|
||||
-- Valkey uses the same redis.call Lua API.
|
||||
return redis.call('XADD', KEYS[1], '*',
|
||||
'corr', ARGV[2], 'enq', ARGV[1], 'p', ARGV[3])
|
||||
```
|
||||
|
||||
@@ -207,7 +207,7 @@ Run these **glob/name** checks before content scanning to prioritize files:
|
||||
`@"\bmongodb(?:\+srv)?://[^:\s]+:[^@\s]+@[^/\s]+"`
|
||||
* **SQL Server (ADO.NET)**
|
||||
`@"\bData Source=[^;]+;Initial Catalog=[^;]+;User ID=[^;]+;Password=[^;]+;"`
|
||||
* **Redis**
|
||||
* **Redis (Valkey-compatible)**
|
||||
`@"\bredis(?:\+ssl)?://(?::[^@]+@)?[^/\s]+"`
|
||||
* **Basic auth in URL (generic)**
|
||||
`@"[a-zA-Z][a-zA-Z0-9+\-.]*://[^:/\s]+:[^@/\s]+@[^/\s]+"`
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<Authors>StellaOps</Authors>
|
||||
<Description>Templates for creating StellaOps plugins including connectors and scheduled jobs.</Description>
|
||||
<PackageTags>dotnet-new;templates;stellaops;plugin</PackageTags>
|
||||
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
|
||||
<PackageLicenseExpression>BUSL-1.1</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://stellaops.io</PackageProjectUrl>
|
||||
<RepositoryUrl>https://git.stella-ops.org/stella-ops.org/git.stella-ops.org</RepositoryUrl>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
|
||||
Reference in New Issue
Block a user