• Joined on 2025-12-02
jramos pushed to feature/submit-workflow at jramos/cve-dashboard 2026-04-08 12:26:55 -06:00
328e48ea8c fix: accept HTTP 202 as success from Ivanti workflow creation
jramos pushed to feature/submit-workflow at jramos/cve-dashboard 2026-04-08 12:22:46 -06:00
41f9c35586 fix: correct subjectFilterRequest format and add Ivanti API docs
jramos pushed to feature/submit-workflow at jramos/cve-dashboard 2026-04-08 12:19:33 -06:00
729dada05c fix: correct subjectFilterRequest format for Ivanti FP workflow API
jramos pushed to feature/submit-workflow at jramos/cve-dashboard 2026-04-08 12:09:45 -06:00
5d417edf82 fix: align subjectFilterRequest with Ivanti search filter schema
jramos pushed to feature/submit-workflow at jramos/cve-dashboard 2026-04-08 10:20:06 -06:00
03e60c9daf fix: rewrite FP workflow to use Ivanti multipart/form-data API
jramos pushed to feature/submit-workflow at jramos/cve-dashboard 2026-04-08 10:09:14 -06:00
ee9403ab47 fix: correct Ivanti API endpoint paths for FP workflow creation and attachment
jramos pushed to feature/submit-workflow at jramos/cve-dashboard 2026-04-08 09:40:47 -06:00
3d04cd393f fix: remove no-op status ternary, dead code, and redundant calls
jramos pushed to feature/submit-workflow at jramos/cve-dashboard 2026-04-07 16:21:19 -06:00
382bc81a7e feat: add Ivanti FP workflow submission from Queue
jramos created branch feature/submit-workflow in jramos/cve-dashboard 2026-04-07 16:21:19 -06:00
jramos pushed to master at jramos/cve-dashboard 2026-04-07 13:44:23 -06:00
7302ece958 docs: add Upgrade section and Troubleshooting TOC link to README
jramos pushed to master at jramos/cve-dashboard 2026-04-07 12:09:58 -06:00
80d80c099f docs: add NODE_ENV/Secure cookie warning and troubleshooting section to README
jramos pushed to master at jramos/cve-dashboard 2026-04-07 11:31:58 -06:00
a2a43a8685 Merge maintenance/security-audit1: security audit remediation and README update
a711972054 docs: update README for group-based access control, security hardening, and current architecture
8a6a3485e9 security: address audit findings C-4 through M-8
Compare 3 commits »
jramos pushed to maintenance/security-audit1 at jramos/cve-dashboard 2026-04-07 11:30:53 -06:00
a711972054 docs: update README for group-based access control, security hardening, and current architecture
jramos pushed to maintenance/security-audit1 at jramos/cve-dashboard 2026-04-07 10:23:34 -06:00
8a6a3485e9 security: address audit findings C-4 through M-8
jramos created branch maintenance/security-audit1 in jramos/cve-dashboard 2026-04-07 10:23:34 -06:00
jramos pushed to master at jramos/cve-dashboard 2026-04-07 10:12:35 -06:00
169a0d2337 Merge feature/usergroups: group-based access control (Admin, Standard_User, Leadership, Read_Only)
c50fc5d8a8 fix: address all 11 review items for group-based access control
e9e2c0961d fix: address all 11 review items for group-based access control
d910af847e fix: wire up admin page route to render UserManagement component
73fd747576 feat: implement group-based access control (Admin, Standard_User, Leadership, Read_Only)
Compare 5 commits »
jramos pushed to feature/usergroups at jramos/cve-dashboard 2026-04-07 10:09:43 -06:00
c50fc5d8a8 fix: address all 11 review items for group-based access control
jramos pushed to feature/usergroups at jramos/cve-dashboard 2026-04-07 09:52:50 -06:00
e9e2c0961d fix: address all 11 review items for group-based access control
jramos pushed to feature/usergroups at jramos/cve-dashboard 2026-04-06 16:26:04 -06:00
d910af847e fix: wire up admin page route to render UserManagement component
jramos pushed to feature/usergroups at jramos/cve-dashboard 2026-04-06 16:18:25 -06:00
73fd747576 feat: implement group-based access control (Admin, Standard_User, Leadership, Read_Only)