- Add migration to add hostname column to ivanti_todo_queue table - Update POST and batch POST endpoints to accept and store hostname - Pass hostName from findings data when adding items to queue - Display hostname and IP address in CARD queue section - Display hostname and IP address in vendor (FP/Archer) queue sections
57 lines
786 B
Plaintext
57 lines
786 B
Plaintext
# Node modules
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Database
|
|
backend/cve_database.db
|
|
backend/*.db
|
|
|
|
# Logs
|
|
*.log
|
|
backend/backend.log
|
|
frontend/frontend.log
|
|
|
|
# Uploads (contain sensitive files)
|
|
uploads/
|
|
|
|
# Environment files
|
|
.env
|
|
*.env
|
|
|
|
# Build files
|
|
frontend/build/
|
|
frontend/.eslintcache
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Process IDs
|
|
*.pid
|
|
backend.pid
|
|
frontend.pid
|
|
|
|
# Temporary files
|
|
backend/uploads/temp/
|
|
feature_request*.md
|
|
|
|
# Planning docs
|
|
docs/aeo-compliance-ui-plan.md
|
|
docs/aeo-compliance-wireframe.md
|
|
|
|
# AI tooling config
|
|
.claude/
|
|
ai_notes.md
|
|
ai_status.md
|
|
backend/add_vendor_to_documents.js
|
|
backend/fix_multivendor_constraint.js
|
|
backend/server.js-backup
|
|
backend/setup.js-backup
|
|
|
|
# Kiro implementation summary (internal only)
|
|
docs/kiro-implementation-summary.md
|