| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-14 | 2.6 kB | |
| v0.12.0 -- Security Patch source code.tar.gz | 2026-05-14 | 5.6 MB | |
| v0.12.0 -- Security Patch source code.zip | 2026-05-14 | 5.7 MB | |
| Totals: 3 Items | 11.3 MB | 0 | |
Changelog
v0.12.0 — Security Patch (2025-05-14)
Critical
- C-1: Replaced
...createDataspread in OAuth2 flow with explicit field allowlist to prevent mass assignment ofpasswordHash - C-2: Added rate limiter to
auth-with-otpendpoint (5 req/min per IP+otpId) - C-3: Replaced
Math.random()withcrypto.randomIntfor OTP code generation - C-4: Replaced
Math.random()withcrypto.randomIntfor MFA backup codes; codes now hashed before storage
High
- H-1: Added
requireSuperuserAuthtoGET /api/collectionsandGET /api/collections/:idendpoints - H-2: Added
requireSuperuserAuthtoGET /api/cronsendpoint - H-3: Fixed SQL column/placeholder count mismatch in OTP INSERT statement
- H-4: Fixed
+/-field modifier bypass of protected-field stripping in record upsert - H-5: Replaced all
Math.random().toString(36)ID generation withcrypto.randomBytesacross 5 files - H-6: Enabled rate limiting by default (60 req/min per IP)
Medium
- M-1: Enabled SMTP TLS certificate validation by default
- M-2: Replaced hardcoded KDF salt with random per-encryption salt; added backward-compatible decryption
- M-3: Lowered JSON/URL-encoded body limit from 50MB to 10MB
- M-4: Sanitized morgan request logging to omit query strings
- M-5: Added field type validation for file upload
fieldquery parameter - M-6: Implemented per-account lockout after 10 consecutive failed auth attempts within 15 minutes
Low
- L-1: Replaced string comparison with
crypto.timingSafeEqualfor OTP hash verification - L-2: Capped workflow stream input size to 64KB before
JSON.parse - L-3: Applied rejection sampling to eliminate modulo bias in
generateRandomString - L-4: Loaded version from
package.jsonat runtime; enabledhelmet.hidePoweredBy() - L-5: Added structural validation for collection objects in the import endpoint
- L-6: Removed hardcoded localhost entries from OAuth2 redirect URL allowlist
v0.11.0 — Security Remediation (2025-05-13)
Security
- Fixed 32 security findings including critical SQL injection vulnerabilities, unauthenticated endpoints, weak encryption key fallback, and missing WebSocket authentication
- Added shared
validateIdentifierutility for consistent SQL injection prevention - Applied principle of least privilege with auth middleware additions
- See previous audit report for full details
v0.10.0 — Torque Integration
- Torque agent and workflow engine
- AI-assisted collection and rule generation