• Joined on 2025-12-02
jramos pushed to feature/login at jramos/cve-dashboard 2026-01-28 14:37:37 -07:00
da14c92d98 added required code changes, components, and packages for login feature
jramos commented on issue jramos/cve-dashboard#4 2026-01-28 14:02:24 -07:00
[Feature]: User Authentication

Initial Admin Account

  • Username: admin
  • Password: admin123
  • Created automatically by setup.js
  • User should change password after first login

Implementation Order

  1. Backend…
jramos pushed to feature/login at jramos/cve-dashboard 2026-01-28 13:43:05 -07:00
jramos created branch feature/login in jramos/cve-dashboard 2026-01-28 13:43:05 -07:00
jramos opened issue jramos/cve-dashboard#7 2026-01-28 13:38:55 -07:00
[Feature]: Bulk Upload from CSV
jramos opened issue jramos/cve-dashboard#6 2026-01-28 13:37:27 -07:00
[Feature]:
jramos opened issue jramos/cve-dashboard#5 2026-01-28 13:34:21 -07:00
[Feature]: Audit Logging
jramos opened issue jramos/cve-dashboard#4 2026-01-28 13:32:11 -07:00
[Feature]: User Authentication
jramos merged pull request jramos/cve-dashboard#3 2026-01-28 12:13:51 -07:00
WIP: fix/issue-1
jramos pushed to master at jramos/cve-dashboard 2026-01-28 12:13:50 -07:00
1d2a6b2e72 Merge branch 'fix/issue-1'
60f0424235 Added .env configuration to remove hardcoded IP issues
88c33cae04 Fix: Enable multi-vendor support for CVE entries
b9421ea0e9 added stop start files and testing multivendor support
Compare 4 commits »
jramos created pull request jramos/cve-dashboard#3 2026-01-28 11:59:09 -07:00
WIP: fix/issue-1
jramos closed issue jramos/cve-dashboard#2 2026-01-28 11:40:51 -07:00
[Bug]: Hardcoded IP causing Testing to fail
jramos commented on issue jramos/cve-dashboard#2 2026-01-28 11:40:30 -07:00
[Bug]: Hardcoded IP causing Testing to fail

Files to Create

backend/.env PORT=3001 CORS_ORIGINS=http://YOUR_IP:3000

frontend/.env REACT_APP_API_BASE=http://YOUR_IP:3001/api REACT_APP_API_HOST=http://YOUR_IP:3001

jramos pushed to fix/issue-1 at jramos/cve-dashboard 2026-01-28 09:49:12 -07:00
60f0424235 Added .env configuration to remove hardcoded IP issues
jramos opened issue jramos/cve-dashboard#2 2026-01-28 09:16:31 -07:00
[Bug]: Hardcoded IP causing Testing to fail
jramos pushed to fix/issue-1 at jramos/cve-dashboard 2026-01-28 07:50:06 -07:00
88c33cae04 Fix: Enable multi-vendor support for CVE entries
jramos closed issue jramos/cve-dashboard#1 2026-01-27 20:32:12 -07:00
Cannot edit or enter another vendor under the same CVE
jramos commented on issue jramos/cve-dashboard#1 2026-01-27 20:30:49 -07:00
Cannot edit or enter another vendor under the same CVE

Issue Resolution Root Cause: The database schema had a UNIQUE constraint on cve_id alone, preventing multiple vendors from being added to the same CVE-ID. Fix Applied:

  1. Database Schema…
jramos pushed to fix/issue-1 at jramos/cve-dashboard 2026-01-27 16:00:40 -07:00
b9421ea0e9 added stop start files and testing multivendor support
jramos commented on issue jramos/cve-dashboard#1 2026-01-27 15:02:03 -07:00
Cannot edit or enter another vendor under the same CVE
{B6D079B4-305C-48A7-8F23-309150F3B758}.png

Partial fix to DB, however, documents are not split between vendors