Block a user
[Bug]: Hardcoded IP causing Testing to fail
Cannot edit or enter another vendor under the same CVE
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:
- Database Schema…
Cannot edit or enter another vendor under the same CVE
Fixing this requires edits to the following:
Database Schema Backend API FrontEnd display
-
Edit cve_database.db
-
Adding Multi-Vendor Support
Cannot edit or enter another vendor under the same CVE