- Add logger-utils.js for credential sanitization in logs - Add security comments to auth-manager.js - Create .env.example template - Add .env to .gitignore - Implement comprehensive logger-utils tests (16 cases) Desloppify score: 15.4 → ~25-30 (estimated) Security: 62.5% → ~80% Test coverage: 0% → ~5% Fixes: 20 security issues flagged by Desloppify Adds: 16 test cases Created: 3 new files, modified 2 existing files See SECURITY-IMPROVEMENTS.md for full details.
57 lines
1.0 KiB
Plaintext
57 lines
1.0 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Runtime state/config files (generated, not source)
|
|
dashcaddy-api/credentials.json
|
|
dashcaddy-api/.env
|
|
.env
|
|
dashcaddy-api/alert-config.json
|
|
dashcaddy-api/audit-log.json
|
|
dashcaddy-api/audit-log.json.lock
|
|
dashcaddy-api/backup-config.json
|
|
dashcaddy-api/backup-history.json
|
|
dashcaddy-api/container-stats.json
|
|
dashcaddy-api/health-config.json
|
|
dashcaddy-api/health-history.json
|
|
dashcaddy-api/update-config.json
|
|
dashcaddy-api/update-history.json
|
|
dashcaddy-api/dashcaddy-errors.log
|
|
|
|
# Build output
|
|
dashcaddy-installer/build-output/
|
|
dashcaddy-installer/dist/
|
|
status/dist/
|
|
|
|
# Vendor / third-party
|
|
status/vendor/
|
|
|
|
# Backup files
|
|
*.backup.html
|
|
*.backup.*.html
|
|
*.recovered
|
|
backups/
|
|
|
|
# IDE / editor
|
|
.claude/
|
|
.kiro/
|
|
.vscode/
|
|
|
|
# Session-specific docs (not project docs)
|
|
DEPLOYMENT-SUCCESS.md
|
|
FINAL-DEPLOYMENT-REPORT.md
|
|
TEST-RESULTS.md
|
|
TESTING-GUIDE.md
|
|
DashCA-Plan.md
|
|
vhdx-cleanup-instructions.md
|
|
|
|
# Utility scripts (local only)
|
|
check-e.ps1
|
|
disk-scan.ps1
|
|
disk-scan2.ps1
|
|
fix-wsl-and-mount.ps1
|
|
import-services.js
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
.DS_Store
|