* docs: prepare Vendoo 1.41.2 git-ignore boundary hotfix * fix: track native source modules with root-anchored runtime ignores
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"release": "Vendoo Multiuser & Security Foundation",
|
|
"version": "1.31.0",
|
|
"status": "static_and_sqlite_verified",
|
|
"verified": [
|
|
"all JavaScript and ESM files pass node --check",
|
|
"all JSON files parse successfully",
|
|
"public/index.html contains no duplicate IDs",
|
|
"CSS braces are balanced",
|
|
"five fixed roles and permission catalog are present",
|
|
"API permission guard and rate limiter are active",
|
|
"password policy, account lockout, session expiry and revocation are present",
|
|
"persistent article edit locks are present",
|
|
"audit filtering and CSV export are present",
|
|
"default bind host is 127.0.0.1",
|
|
"host/origin/proxy/session/rate settings are documented in .env.example",
|
|
"SQLite additive migration preserves an existing listing",
|
|
"resource lock uniqueness is enforced",
|
|
"legacy database migration suite remains successful",
|
|
"free FLUX workflow contains no LoadImage",
|
|
"no active FASHN or Virtual Try-on implementation is included",
|
|
"setup.ps1 contains exactly one UTF-8 BOM"
|
|
],
|
|
"not_claimed": [
|
|
"real Windows PowerShell 5.1 acceptance",
|
|
"real multi-browser concurrent edit test",
|
|
"real NAS or public reverse proxy deployment",
|
|
"real HTTPS and firewall acceptance",
|
|
"native better-sqlite3 server startup in the build environment"
|
|
]
|
|
}
|